@aws-sdk/client-application-insights 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ApplicationInsights.d.ts +469 -140
- package/dist-types/ts3.4/ApplicationInsightsClient.d.ts +267 -100
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +27 -27
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ApplicationInsightsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +609 -751
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConfigurationHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLogPatternSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLogPatternsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProblemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +329 -83
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,100 +1,267 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateApplicationCommandInput,
|
|
47
|
+
CreateApplicationCommandOutput,
|
|
48
|
+
} from "./commands/CreateApplicationCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateComponentCommandInput,
|
|
51
|
+
CreateComponentCommandOutput,
|
|
52
|
+
} from "./commands/CreateComponentCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateLogPatternCommandInput,
|
|
55
|
+
CreateLogPatternCommandOutput,
|
|
56
|
+
} from "./commands/CreateLogPatternCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteApplicationCommandInput,
|
|
59
|
+
DeleteApplicationCommandOutput,
|
|
60
|
+
} from "./commands/DeleteApplicationCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteComponentCommandInput,
|
|
63
|
+
DeleteComponentCommandOutput,
|
|
64
|
+
} from "./commands/DeleteComponentCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteLogPatternCommandInput,
|
|
67
|
+
DeleteLogPatternCommandOutput,
|
|
68
|
+
} from "./commands/DeleteLogPatternCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeApplicationCommandInput,
|
|
71
|
+
DescribeApplicationCommandOutput,
|
|
72
|
+
} from "./commands/DescribeApplicationCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeComponentCommandInput,
|
|
75
|
+
DescribeComponentCommandOutput,
|
|
76
|
+
} from "./commands/DescribeComponentCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribeComponentConfigurationCommandInput,
|
|
79
|
+
DescribeComponentConfigurationCommandOutput,
|
|
80
|
+
} from "./commands/DescribeComponentConfigurationCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribeComponentConfigurationRecommendationCommandInput,
|
|
83
|
+
DescribeComponentConfigurationRecommendationCommandOutput,
|
|
84
|
+
} from "./commands/DescribeComponentConfigurationRecommendationCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribeLogPatternCommandInput,
|
|
87
|
+
DescribeLogPatternCommandOutput,
|
|
88
|
+
} from "./commands/DescribeLogPatternCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeObservationCommandInput,
|
|
91
|
+
DescribeObservationCommandOutput,
|
|
92
|
+
} from "./commands/DescribeObservationCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeProblemCommandInput,
|
|
95
|
+
DescribeProblemCommandOutput,
|
|
96
|
+
} from "./commands/DescribeProblemCommand";
|
|
97
|
+
import {
|
|
98
|
+
DescribeProblemObservationsCommandInput,
|
|
99
|
+
DescribeProblemObservationsCommandOutput,
|
|
100
|
+
} from "./commands/DescribeProblemObservationsCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListApplicationsCommandInput,
|
|
103
|
+
ListApplicationsCommandOutput,
|
|
104
|
+
} from "./commands/ListApplicationsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListComponentsCommandInput,
|
|
107
|
+
ListComponentsCommandOutput,
|
|
108
|
+
} from "./commands/ListComponentsCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListConfigurationHistoryCommandInput,
|
|
111
|
+
ListConfigurationHistoryCommandOutput,
|
|
112
|
+
} from "./commands/ListConfigurationHistoryCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListLogPatternsCommandInput,
|
|
115
|
+
ListLogPatternsCommandOutput,
|
|
116
|
+
} from "./commands/ListLogPatternsCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListLogPatternSetsCommandInput,
|
|
119
|
+
ListLogPatternSetsCommandOutput,
|
|
120
|
+
} from "./commands/ListLogPatternSetsCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListProblemsCommandInput,
|
|
123
|
+
ListProblemsCommandOutput,
|
|
124
|
+
} from "./commands/ListProblemsCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListTagsForResourceCommandInput,
|
|
127
|
+
ListTagsForResourceCommandOutput,
|
|
128
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
129
|
+
import {
|
|
130
|
+
TagResourceCommandInput,
|
|
131
|
+
TagResourceCommandOutput,
|
|
132
|
+
} from "./commands/TagResourceCommand";
|
|
133
|
+
import {
|
|
134
|
+
UntagResourceCommandInput,
|
|
135
|
+
UntagResourceCommandOutput,
|
|
136
|
+
} from "./commands/UntagResourceCommand";
|
|
137
|
+
import {
|
|
138
|
+
UpdateApplicationCommandInput,
|
|
139
|
+
UpdateApplicationCommandOutput,
|
|
140
|
+
} from "./commands/UpdateApplicationCommand";
|
|
141
|
+
import {
|
|
142
|
+
UpdateComponentCommandInput,
|
|
143
|
+
UpdateComponentCommandOutput,
|
|
144
|
+
} from "./commands/UpdateComponentCommand";
|
|
145
|
+
import {
|
|
146
|
+
UpdateComponentConfigurationCommandInput,
|
|
147
|
+
UpdateComponentConfigurationCommandOutput,
|
|
148
|
+
} from "./commands/UpdateComponentConfigurationCommand";
|
|
149
|
+
import {
|
|
150
|
+
UpdateLogPatternCommandInput,
|
|
151
|
+
UpdateLogPatternCommandOutput,
|
|
152
|
+
} from "./commands/UpdateLogPatternCommand";
|
|
153
|
+
export declare type ServiceInputTypes =
|
|
154
|
+
| CreateApplicationCommandInput
|
|
155
|
+
| CreateComponentCommandInput
|
|
156
|
+
| CreateLogPatternCommandInput
|
|
157
|
+
| DeleteApplicationCommandInput
|
|
158
|
+
| DeleteComponentCommandInput
|
|
159
|
+
| DeleteLogPatternCommandInput
|
|
160
|
+
| DescribeApplicationCommandInput
|
|
161
|
+
| DescribeComponentCommandInput
|
|
162
|
+
| DescribeComponentConfigurationCommandInput
|
|
163
|
+
| DescribeComponentConfigurationRecommendationCommandInput
|
|
164
|
+
| DescribeLogPatternCommandInput
|
|
165
|
+
| DescribeObservationCommandInput
|
|
166
|
+
| DescribeProblemCommandInput
|
|
167
|
+
| DescribeProblemObservationsCommandInput
|
|
168
|
+
| ListApplicationsCommandInput
|
|
169
|
+
| ListComponentsCommandInput
|
|
170
|
+
| ListConfigurationHistoryCommandInput
|
|
171
|
+
| ListLogPatternSetsCommandInput
|
|
172
|
+
| ListLogPatternsCommandInput
|
|
173
|
+
| ListProblemsCommandInput
|
|
174
|
+
| ListTagsForResourceCommandInput
|
|
175
|
+
| TagResourceCommandInput
|
|
176
|
+
| UntagResourceCommandInput
|
|
177
|
+
| UpdateApplicationCommandInput
|
|
178
|
+
| UpdateComponentCommandInput
|
|
179
|
+
| UpdateComponentConfigurationCommandInput
|
|
180
|
+
| UpdateLogPatternCommandInput;
|
|
181
|
+
export declare type ServiceOutputTypes =
|
|
182
|
+
| CreateApplicationCommandOutput
|
|
183
|
+
| CreateComponentCommandOutput
|
|
184
|
+
| CreateLogPatternCommandOutput
|
|
185
|
+
| DeleteApplicationCommandOutput
|
|
186
|
+
| DeleteComponentCommandOutput
|
|
187
|
+
| DeleteLogPatternCommandOutput
|
|
188
|
+
| DescribeApplicationCommandOutput
|
|
189
|
+
| DescribeComponentCommandOutput
|
|
190
|
+
| DescribeComponentConfigurationCommandOutput
|
|
191
|
+
| DescribeComponentConfigurationRecommendationCommandOutput
|
|
192
|
+
| DescribeLogPatternCommandOutput
|
|
193
|
+
| DescribeObservationCommandOutput
|
|
194
|
+
| DescribeProblemCommandOutput
|
|
195
|
+
| DescribeProblemObservationsCommandOutput
|
|
196
|
+
| ListApplicationsCommandOutput
|
|
197
|
+
| ListComponentsCommandOutput
|
|
198
|
+
| ListConfigurationHistoryCommandOutput
|
|
199
|
+
| ListLogPatternSetsCommandOutput
|
|
200
|
+
| ListLogPatternsCommandOutput
|
|
201
|
+
| ListProblemsCommandOutput
|
|
202
|
+
| ListTagsForResourceCommandOutput
|
|
203
|
+
| TagResourceCommandOutput
|
|
204
|
+
| UntagResourceCommandOutput
|
|
205
|
+
| UpdateApplicationCommandOutput
|
|
206
|
+
| UpdateComponentCommandOutput
|
|
207
|
+
| UpdateComponentConfigurationCommandOutput
|
|
208
|
+
| UpdateLogPatternCommandOutput;
|
|
209
|
+
export interface ClientDefaults
|
|
210
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
211
|
+
requestHandler?: __HttpHandler;
|
|
212
|
+
sha256?: __HashConstructor;
|
|
213
|
+
urlParser?: __UrlParser;
|
|
214
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
215
|
+
streamCollector?: __StreamCollector;
|
|
216
|
+
base64Decoder?: __Decoder;
|
|
217
|
+
base64Encoder?: __Encoder;
|
|
218
|
+
utf8Decoder?: __Decoder;
|
|
219
|
+
utf8Encoder?: __Encoder;
|
|
220
|
+
runtime?: string;
|
|
221
|
+
disableHostPrefix?: boolean;
|
|
222
|
+
maxAttempts?: number | __Provider<number>;
|
|
223
|
+
retryMode?: string | __Provider<string>;
|
|
224
|
+
logger?: __Logger;
|
|
225
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
226
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
227
|
+
serviceId?: string;
|
|
228
|
+
region?: string | __Provider<string>;
|
|
229
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
230
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
231
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
232
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
233
|
+
}
|
|
234
|
+
declare type ApplicationInsightsClientConfigType = Partial<
|
|
235
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
236
|
+
> &
|
|
237
|
+
ClientDefaults &
|
|
238
|
+
RegionInputConfig &
|
|
239
|
+
EndpointsInputConfig &
|
|
240
|
+
RetryInputConfig &
|
|
241
|
+
HostHeaderInputConfig &
|
|
242
|
+
AwsAuthInputConfig &
|
|
243
|
+
UserAgentInputConfig;
|
|
244
|
+
export interface ApplicationInsightsClientConfig
|
|
245
|
+
extends ApplicationInsightsClientConfigType {}
|
|
246
|
+
declare type ApplicationInsightsClientResolvedConfigType =
|
|
247
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
248
|
+
Required<ClientDefaults> &
|
|
249
|
+
RegionResolvedConfig &
|
|
250
|
+
EndpointsResolvedConfig &
|
|
251
|
+
RetryResolvedConfig &
|
|
252
|
+
HostHeaderResolvedConfig &
|
|
253
|
+
AwsAuthResolvedConfig &
|
|
254
|
+
UserAgentResolvedConfig;
|
|
255
|
+
export interface ApplicationInsightsClientResolvedConfig
|
|
256
|
+
extends ApplicationInsightsClientResolvedConfigType {}
|
|
257
|
+
export declare class ApplicationInsightsClient extends __Client<
|
|
258
|
+
__HttpHandlerOptions,
|
|
259
|
+
ServiceInputTypes,
|
|
260
|
+
ServiceOutputTypes,
|
|
261
|
+
ApplicationInsightsClientResolvedConfig
|
|
262
|
+
> {
|
|
263
|
+
readonly config: ApplicationInsightsClientResolvedConfig;
|
|
264
|
+
constructor(configuration: ApplicationInsightsClientConfig);
|
|
265
|
+
destroy(): void;
|
|
266
|
+
}
|
|
267
|
+
export {};
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApplicationInsightsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApplicationInsightsClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateApplicationRequest,
|
|
15
|
+
CreateApplicationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateApplicationCommandInput
|
|
18
|
+
extends CreateApplicationRequest {}
|
|
19
|
+
export interface CreateApplicationCommandOutput
|
|
20
|
+
extends CreateApplicationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateApplicationCommand extends $Command<
|
|
23
|
+
CreateApplicationCommandInput,
|
|
24
|
+
CreateApplicationCommandOutput,
|
|
25
|
+
ApplicationInsightsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateApplicationCommandInput;
|
|
28
|
+
constructor(input: CreateApplicationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ApplicationInsightsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApplicationInsightsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApplicationInsightsClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateComponentRequest,
|
|
15
|
+
CreateComponentResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateComponentCommandInput extends CreateComponentRequest {}
|
|
18
|
+
export interface CreateComponentCommandOutput
|
|
19
|
+
extends CreateComponentResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateComponentCommand extends $Command<
|
|
22
|
+
CreateComponentCommandInput,
|
|
23
|
+
CreateComponentCommandOutput,
|
|
24
|
+
ApplicationInsightsClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateComponentCommandInput;
|
|
27
|
+
constructor(input: CreateComponentCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ApplicationInsightsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateComponentCommandInput, CreateComponentCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApplicationInsightsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApplicationInsightsClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateLogPatternRequest,
|
|
15
|
+
CreateLogPatternResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateLogPatternCommandInput extends CreateLogPatternRequest {}
|
|
18
|
+
export interface CreateLogPatternCommandOutput
|
|
19
|
+
extends CreateLogPatternResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateLogPatternCommand extends $Command<
|
|
22
|
+
CreateLogPatternCommandInput,
|
|
23
|
+
CreateLogPatternCommandOutput,
|
|
24
|
+
ApplicationInsightsClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateLogPatternCommandInput;
|
|
27
|
+
constructor(input: CreateLogPatternCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ApplicationInsightsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateLogPatternCommandInput, CreateLogPatternCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApplicationInsightsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApplicationInsightsClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteApplicationRequest,
|
|
15
|
+
DeleteApplicationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteApplicationCommandInput
|
|
18
|
+
extends DeleteApplicationRequest {}
|
|
19
|
+
export interface DeleteApplicationCommandOutput
|
|
20
|
+
extends DeleteApplicationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteApplicationCommand extends $Command<
|
|
23
|
+
DeleteApplicationCommandInput,
|
|
24
|
+
DeleteApplicationCommandOutput,
|
|
25
|
+
ApplicationInsightsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteApplicationCommandInput;
|
|
28
|
+
constructor(input: DeleteApplicationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ApplicationInsightsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApplicationInsightsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApplicationInsightsClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteComponentRequest,
|
|
15
|
+
DeleteComponentResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
|
|
18
|
+
export interface DeleteComponentCommandOutput
|
|
19
|
+
extends DeleteComponentResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteComponentCommand extends $Command<
|
|
22
|
+
DeleteComponentCommandInput,
|
|
23
|
+
DeleteComponentCommandOutput,
|
|
24
|
+
ApplicationInsightsClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteComponentCommandInput;
|
|
27
|
+
constructor(input: DeleteComponentCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ApplicationInsightsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteComponentCommandInput, DeleteComponentCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|