@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 { AddWorkloadRequest, AddWorkloadResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AddWorkloadCommandInput extends AddWorkloadRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AddWorkloadCommandOutput extends AddWorkloadResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AddWorkloadCommand_base: {
|
|
24
|
+
new (input: AddWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<AddWorkloadCommandInput, AddWorkloadCommandOutput, 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>
|
|
@@ -74,23 +77,5 @@ export interface AddWorkloadCommandOutput extends AddWorkloadResponse, __Metadat
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class AddWorkloadCommand extends
|
|
78
|
-
readonly input: AddWorkloadCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: AddWorkloadCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddWorkloadCommandInput, AddWorkloadCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class AddWorkloadCommand extends AddWorkloadCommand_base {
|
|
96
81
|
}
|
|
@@ -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 { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateApplicationCommandInput extends CreateApplicationRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateApplicationCommand_base: {
|
|
24
|
+
new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds an application that is created from a resource group.</p>
|
|
@@ -93,23 +96,5 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
|
|
|
93
96
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
94
97
|
*
|
|
95
98
|
*/
|
|
96
|
-
export declare class CreateApplicationCommand extends
|
|
97
|
-
readonly input: CreateApplicationCommandInput;
|
|
98
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
99
|
-
/**
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
102
|
-
constructor(input: CreateApplicationCommandInput);
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private serialize;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private deserialize;
|
|
99
|
+
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
115
100
|
}
|
|
@@ -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 { CreateComponentRequest, CreateComponentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateComponentCommandInput extends CreateComponentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateComponentCommandOutput extends CreateComponentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateComponentCommand_base: {
|
|
24
|
+
new (input: CreateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a custom component by grouping similar standalone instances to monitor.</p>
|
|
@@ -65,23 +68,5 @@ export interface CreateComponentCommandOutput extends CreateComponentResponse, _
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class CreateComponentCommand extends
|
|
69
|
-
readonly input: CreateComponentCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: CreateComponentCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComponentCommandInput, CreateComponentCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class CreateComponentCommand extends CreateComponentCommand_base {
|
|
87
72
|
}
|
|
@@ -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 { CreateLogPatternRequest, CreateLogPatternResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateLogPatternCommandInput extends CreateLogPatternRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateLogPatternCommandOutput extends CreateLogPatternResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateLogPatternCommand_base: {
|
|
24
|
+
new (input: CreateLogPatternCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLogPatternCommandInput, CreateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds an log pattern to a <code>LogPatternSet</code>.</p>
|
|
@@ -73,23 +76,5 @@ export interface CreateLogPatternCommandOutput extends CreateLogPatternResponse,
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class CreateLogPatternCommand extends
|
|
77
|
-
readonly input: CreateLogPatternCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: CreateLogPatternCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLogPatternCommandInput, CreateLogPatternCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class CreateLogPatternCommand extends CreateLogPatternCommand_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 { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteApplicationCommand_base: {
|
|
24
|
+
new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the specified application from monitoring. Does not delete the
|
|
@@ -62,23 +65,5 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
|
|
|
62
65
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
63
66
|
*
|
|
64
67
|
*/
|
|
65
|
-
export declare class DeleteApplicationCommand extends
|
|
66
|
-
readonly input: DeleteApplicationCommandInput;
|
|
67
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
constructor(input: DeleteApplicationCommandInput);
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private serialize;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private deserialize;
|
|
68
|
+
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
84
69
|
}
|
|
@@ -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 { DeleteComponentRequest, DeleteComponentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteComponentCommandInput extends DeleteComponentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteComponentCommandOutput extends DeleteComponentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteComponentCommand_base: {
|
|
24
|
+
new (input: DeleteComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Ungroups a custom component. When you ungroup custom components, all applicable monitors
|
|
@@ -61,23 +64,5 @@ export interface DeleteComponentCommandOutput extends DeleteComponentResponse, _
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class DeleteComponentCommand extends
|
|
65
|
-
readonly input: DeleteComponentCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: DeleteComponentCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteComponentCommandInput, DeleteComponentCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class DeleteComponentCommand extends DeleteComponentCommand_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 { DeleteLogPatternRequest, DeleteLogPatternResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteLogPatternCommandInput extends DeleteLogPatternRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteLogPatternCommandOutput extends DeleteLogPatternResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteLogPatternCommand_base: {
|
|
24
|
+
new (input: DeleteLogPatternCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLogPatternCommandInput, DeleteLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the specified log pattern from a <code>LogPatternSet</code>.</p>
|
|
@@ -63,23 +66,5 @@ export interface DeleteLogPatternCommandOutput extends DeleteLogPatternResponse,
|
|
|
63
66
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
64
67
|
*
|
|
65
68
|
*/
|
|
66
|
-
export declare class DeleteLogPatternCommand extends
|
|
67
|
-
readonly input: DeleteLogPatternCommandInput;
|
|
68
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
constructor(input: DeleteLogPatternCommandInput);
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLogPatternCommandInput, DeleteLogPatternCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private serialize;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private deserialize;
|
|
69
|
+
export declare class DeleteLogPatternCommand extends DeleteLogPatternCommand_base {
|
|
85
70
|
}
|
|
@@ -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 { DescribeApplicationRequest, DescribeApplicationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeApplicationCommandInput extends DescribeApplicationRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeApplicationCommandOutput extends DescribeApplicationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeApplicationCommand_base: {
|
|
24
|
+
new (input: DescribeApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the application.</p>
|
|
@@ -72,23 +75,5 @@ export interface DescribeApplicationCommandOutput extends DescribeApplicationRes
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class DescribeApplicationCommand extends
|
|
76
|
-
readonly input: DescribeApplicationCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: DescribeApplicationCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicationCommandInput, DescribeApplicationCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class DescribeApplicationCommand extends DescribeApplicationCommand_base {
|
|
94
79
|
}
|
|
@@ -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 { DescribeComponentRequest, DescribeComponentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeComponentCommandInput extends DescribeComponentRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeComponentCommandOutput extends DescribeComponentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeComponentCommand_base: {
|
|
24
|
+
new (input: DescribeComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeComponentCommandInput, DescribeComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes a component and lists the resources that are grouped together in a
|
|
@@ -78,23 +81,5 @@ export interface DescribeComponentCommandOutput extends DescribeComponentRespons
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class DescribeComponentCommand extends
|
|
82
|
-
readonly input: DescribeComponentCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: DescribeComponentCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeComponentCommandInput, DescribeComponentCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class DescribeComponentCommand extends DescribeComponentCommand_base {
|
|
100
85
|
}
|
|
@@ -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 { DescribeComponentConfigurationRequest, DescribeComponentConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeComponentConfigurationCommandInput extends DescribeComp
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeComponentConfigurationCommandOutput extends DescribeComponentConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeComponentConfigurationCommand_base: {
|
|
24
|
+
new (input: DescribeComponentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeComponentConfigurationCommandInput, DescribeComponentConfigurationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the monitoring configuration of the component.</p>
|
|
@@ -64,23 +67,5 @@ export interface DescribeComponentConfigurationCommandOutput extends DescribeCom
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DescribeComponentConfigurationCommand extends
|
|
68
|
-
readonly input: DescribeComponentConfigurationCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DescribeComponentConfigurationCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeComponentConfigurationCommandInput, DescribeComponentConfigurationCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DescribeComponentConfigurationCommand extends DescribeComponentConfigurationCommand_base {
|
|
86
71
|
}
|
|
@@ -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 { DescribeComponentConfigurationRecommendationRequest, DescribeComponentConfigurationRecommendationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeComponentConfigurationRecommendationCommandInput extend
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeComponentConfigurationRecommendationCommandOutput extends DescribeComponentConfigurationRecommendationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeComponentConfigurationRecommendationCommand_base: {
|
|
24
|
+
new (input: DescribeComponentConfigurationRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeComponentConfigurationRecommendationCommandInput, DescribeComponentConfigurationRecommendationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the recommended monitoring configuration of the component.</p>
|
|
@@ -64,23 +67,5 @@ export interface DescribeComponentConfigurationRecommendationCommandOutput exten
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DescribeComponentConfigurationRecommendationCommand extends
|
|
68
|
-
readonly input: DescribeComponentConfigurationRecommendationCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DescribeComponentConfigurationRecommendationCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeComponentConfigurationRecommendationCommandInput, DescribeComponentConfigurationRecommendationCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DescribeComponentConfigurationRecommendationCommand extends DescribeComponentConfigurationRecommendationCommand_base {
|
|
86
71
|
}
|
|
@@ -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 { DescribeLogPatternRequest, DescribeLogPatternResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeLogPatternCommandInput extends DescribeLogPatternReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeLogPatternCommandOutput extends DescribeLogPatternResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeLogPatternCommand_base: {
|
|
24
|
+
new (input: DescribeLogPatternCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLogPatternCommandInput, DescribeLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describe a specific log pattern from a <code>LogPatternSet</code>.</p>
|
|
@@ -70,23 +73,5 @@ export interface DescribeLogPatternCommandOutput extends DescribeLogPatternRespo
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class DescribeLogPatternCommand extends
|
|
74
|
-
readonly input: DescribeLogPatternCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: DescribeLogPatternCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLogPatternCommandInput, DescribeLogPatternCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class DescribeLogPatternCommand extends DescribeLogPatternCommand_base {
|
|
92
77
|
}
|
|
@@ -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 { DescribeObservationRequest, DescribeObservationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeObservationCommandInput extends DescribeObservationRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeObservationCommandOutput extends DescribeObservationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeObservationCommand_base: {
|
|
24
|
+
new (input: DescribeObservationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeObservationCommandInput, DescribeObservationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes an anomaly or error with the application.</p>
|
|
@@ -107,23 +110,5 @@ export interface DescribeObservationCommandOutput extends DescribeObservationRes
|
|
|
107
110
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
108
111
|
*
|
|
109
112
|
*/
|
|
110
|
-
export declare class DescribeObservationCommand extends
|
|
111
|
-
readonly input: DescribeObservationCommandInput;
|
|
112
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
113
|
-
/**
|
|
114
|
-
* @public
|
|
115
|
-
*/
|
|
116
|
-
constructor(input: DescribeObservationCommandInput);
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeObservationCommandInput, DescribeObservationCommandOutput>;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private serialize;
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
private deserialize;
|
|
113
|
+
export declare class DescribeObservationCommand extends DescribeObservationCommand_base {
|
|
129
114
|
}
|
|
@@ -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 { DescribeProblemRequest, DescribeProblemResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeProblemCommandInput extends DescribeProblemRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeProblemCommandOutput extends DescribeProblemResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeProblemCommand_base: {
|
|
24
|
+
new (input: DescribeProblemCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProblemCommandInput, DescribeProblemCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes an application problem.</p>
|
|
@@ -79,23 +82,5 @@ export interface DescribeProblemCommandOutput extends DescribeProblemResponse, _
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class DescribeProblemCommand extends
|
|
83
|
-
readonly input: DescribeProblemCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: DescribeProblemCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProblemCommandInput, DescribeProblemCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class DescribeProblemCommand extends DescribeProblemCommand_base {
|
|
101
86
|
}
|