@aws-sdk/client-application-insights 3.1077.0 → 3.1079.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/index.js +41 -333
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddWorkloadCommand.js +2 -14
- package/dist-es/commands/CreateApplicationCommand.js +2 -14
- package/dist-es/commands/CreateComponentCommand.js +2 -14
- package/dist-es/commands/CreateLogPatternCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationCommand.js +2 -14
- package/dist-es/commands/DeleteComponentCommand.js +2 -14
- package/dist-es/commands/DeleteLogPatternCommand.js +2 -14
- package/dist-es/commands/DescribeApplicationCommand.js +2 -14
- package/dist-es/commands/DescribeComponentCommand.js +2 -14
- package/dist-es/commands/DescribeComponentConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -14
- package/dist-es/commands/DescribeLogPatternCommand.js +2 -14
- package/dist-es/commands/DescribeObservationCommand.js +2 -14
- package/dist-es/commands/DescribeProblemCommand.js +2 -14
- package/dist-es/commands/DescribeProblemObservationsCommand.js +2 -14
- package/dist-es/commands/DescribeWorkloadCommand.js +2 -14
- package/dist-es/commands/ListApplicationsCommand.js +2 -14
- package/dist-es/commands/ListComponentsCommand.js +2 -14
- package/dist-es/commands/ListConfigurationHistoryCommand.js +2 -14
- package/dist-es/commands/ListLogPatternSetsCommand.js +2 -14
- package/dist-es/commands/ListLogPatternsCommand.js +2 -14
- package/dist-es/commands/ListProblemsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWorkloadsCommand.js +2 -14
- package/dist-es/commands/RemoveWorkloadCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationCommand.js +2 -14
- package/dist-es/commands/UpdateComponentCommand.js +2 -14
- package/dist-es/commands/UpdateComponentConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateLogPatternCommand.js +2 -14
- package/dist-es/commands/UpdateProblemCommand.js +2 -14
- package/dist-es/commands/UpdateWorkloadCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddWorkloadCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreateComponentCommand.d.ts +3 -8
- package/dist-types/commands/CreateLogPatternCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteComponentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLogPatternCommand.d.ts +3 -8
- package/dist-types/commands/DescribeApplicationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeComponentCommand.d.ts +3 -8
- package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLogPatternCommand.d.ts +3 -8
- package/dist-types/commands/DescribeObservationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeProblemCommand.d.ts +3 -8
- package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWorkloadCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/ListComponentsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +3 -8
- package/dist-types/commands/ListLogPatternSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListLogPatternsCommand.d.ts +3 -8
- package/dist-types/commands/ListProblemsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkloadsCommand.d.ts +3 -8
- package/dist-types/commands/RemoveWorkloadCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateComponentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLogPatternCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProblemCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddWorkloadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWorkloadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveWorkloadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProblemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ApplicationInsightsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ApplicationInsightsClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeApplicationRequest,
|
|
10
4
|
DescribeApplicationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeApplicationCommandInput
|
|
15
8
|
extends DescribeApplicationRequest {}
|
|
16
9
|
export interface DescribeApplicationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeApplicationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeApplicationCommandInput,
|
|
24
17
|
DescribeApplicationCommandOutput,
|
|
25
|
-
ApplicationInsightsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeApplicationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeApplicationCommandInput,
|
|
33
26
|
DescribeApplicationCommandOutput,
|
|
34
|
-
ApplicationInsightsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeApplicationCommand extends DescribeApplicationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ApplicationInsightsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ApplicationInsightsClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeComponentRequest,
|
|
10
4
|
DescribeComponentResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeComponentCommandInput
|
|
15
8
|
extends DescribeComponentRequest {}
|
|
16
9
|
export interface DescribeComponentCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeComponentCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeComponentCommandInput,
|
|
24
17
|
DescribeComponentCommandOutput,
|
|
25
|
-
ApplicationInsightsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeComponentCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeComponentCommandInput,
|
|
33
26
|
DescribeComponentCommandOutput,
|
|
34
|
-
ApplicationInsightsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeComponentCommand extends DescribeComponentCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ApplicationInsightsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ApplicationInsightsClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeComponentConfigurationRequest,
|
|
10
4
|
DescribeComponentConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeComponentConfigurationCommandInput
|
|
15
8
|
extends DescribeComponentConfigurationRequest {}
|
|
16
9
|
export interface DescribeComponentConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeComponentConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeComponentConfigurationCommandInput,
|
|
24
17
|
DescribeComponentConfigurationCommandOutput,
|
|
25
|
-
ApplicationInsightsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeComponentConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeComponentConfigurationCommandInput,
|
|
33
26
|
DescribeComponentConfigurationCommandOutput,
|
|
34
|
-
ApplicationInsightsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeComponentConfigurationCommand extends DescribeComponentConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ApplicationInsightsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ApplicationInsightsClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeComponentConfigurationRecommendationRequest,
|
|
10
4
|
DescribeComponentConfigurationRecommendationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeComponentConfigurationRecommendationCommandInput
|
|
15
8
|
extends DescribeComponentConfigurationRecommendationRequest {}
|
|
16
9
|
export interface DescribeComponentConfigurationRecommendationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeComponentConfigurationRecommendationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeComponentConfigurationRecommendationCommandInput,
|
|
24
17
|
DescribeComponentConfigurationRecommendationCommandOutput,
|
|
25
|
-
ApplicationInsightsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeComponentConfigurationRecommendationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeComponentConfigurationRecommendationCommandInput,
|
|
33
26
|
DescribeComponentConfigurationRecommendationCommandOutput,
|
|
34
|
-
ApplicationInsightsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeComponentConfigurationRecommendationCommand extends DescribeComponentConfigurationRecommendationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ApplicationInsightsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ApplicationInsightsClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeLogPatternRequest,
|
|
10
4
|
DescribeLogPatternResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeLogPatternCommandInput
|
|
15
8
|
extends DescribeLogPatternRequest {}
|
|
16
9
|
export interface DescribeLogPatternCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeLogPatternCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeLogPatternCommandInput,
|
|
24
17
|
DescribeLogPatternCommandOutput,
|
|
25
|
-
ApplicationInsightsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeLogPatternCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeLogPatternCommandInput,
|
|
33
26
|
DescribeLogPatternCommandOutput,
|
|
34
|
-
ApplicationInsightsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeLogPatternCommand extends DescribeLogPatternCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ApplicationInsightsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ApplicationInsightsClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeObservationRequest,
|
|
10
4
|
DescribeObservationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeObservationCommandInput
|
|
15
8
|
extends DescribeObservationRequest {}
|
|
16
9
|
export interface DescribeObservationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeObservationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeObservationCommandInput,
|
|
24
17
|
DescribeObservationCommandOutput,
|
|
25
|
-
ApplicationInsightsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeObservationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeObservationCommandInput,
|
|
33
26
|
DescribeObservationCommandOutput,
|
|
34
|
-
ApplicationInsightsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeObservationCommand extends DescribeObservationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ApplicationInsightsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ApplicationInsightsClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeProblemRequest,
|
|
10
4
|
DescribeProblemResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeProblemCommandInput extends DescribeProblemRequest {}
|
|
15
8
|
export interface DescribeProblemCommandOutput
|
|
16
9
|
extends DescribeProblemResponse,
|
|
@@ -21,22 +14,20 @@ declare const DescribeProblemCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DescribeProblemCommandInput,
|
|
23
16
|
DescribeProblemCommandOutput,
|
|
24
|
-
ApplicationInsightsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DescribeProblemCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DescribeProblemCommandInput,
|
|
32
25
|
DescribeProblemCommandOutput,
|
|
33
|
-
ApplicationInsightsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DescribeProblemCommand extends DescribeProblemCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ApplicationInsightsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ApplicationInsightsClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeProblemObservationsRequest,
|
|
10
4
|
DescribeProblemObservationsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeProblemObservationsCommandInput
|
|
15
8
|
extends DescribeProblemObservationsRequest {}
|
|
16
9
|
export interface DescribeProblemObservationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeProblemObservationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeProblemObservationsCommandInput,
|
|
24
17
|
DescribeProblemObservationsCommandOutput,
|
|
25
|
-
ApplicationInsightsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeProblemObservationsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeProblemObservationsCommandInput,
|
|
33
26
|
DescribeProblemObservationsCommandOutput,
|
|
34
|
-
ApplicationInsightsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeProblemObservationsCommand extends DescribeProblemObservationsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ApplicationInsightsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ApplicationInsightsClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeWorkloadRequest,
|
|
10
4
|
DescribeWorkloadResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeWorkloadCommandInput extends DescribeWorkloadRequest {}
|
|
15
8
|
export interface DescribeWorkloadCommandOutput
|
|
16
9
|
extends DescribeWorkloadResponse,
|
|
@@ -21,22 +14,20 @@ declare const DescribeWorkloadCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DescribeWorkloadCommandInput,
|
|
23
16
|
DescribeWorkloadCommandOutput,
|
|
24
|
-
ApplicationInsightsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DescribeWorkloadCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DescribeWorkloadCommandInput,
|
|
32
25
|
DescribeWorkloadCommandOutput,
|
|
33
|
-
ApplicationInsightsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DescribeWorkloadCommand extends DescribeWorkloadCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ApplicationInsightsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ApplicationInsightsClient";
|
|
8
2
|
import {
|
|
9
3
|
ListApplicationsRequest,
|
|
10
4
|
ListApplicationsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
15
8
|
export interface ListApplicationsCommandOutput
|
|
16
9
|
extends ListApplicationsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListApplicationsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListApplicationsCommandInput,
|
|
23
16
|
ListApplicationsCommandOutput,
|
|
24
|
-
ApplicationInsightsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListApplicationsCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListApplicationsCommandInput,
|
|
32
25
|
ListApplicationsCommandOutput,
|
|
33
|
-
ApplicationInsightsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ApplicationInsightsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ApplicationInsightsClient";
|
|
8
2
|
import {
|
|
9
3
|
ListComponentsRequest,
|
|
10
4
|
ListComponentsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListComponentsCommandInput extends ListComponentsRequest {}
|
|
15
8
|
export interface ListComponentsCommandOutput
|
|
16
9
|
extends ListComponentsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListComponentsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListComponentsCommandInput,
|
|
23
16
|
ListComponentsCommandOutput,
|
|
24
|
-
ApplicationInsightsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListComponentsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListComponentsCommandInput,
|
|
32
25
|
ListComponentsCommandOutput,
|
|
33
|
-
ApplicationInsightsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListComponentsCommand extends ListComponentsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ApplicationInsightsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ApplicationInsightsClient";
|
|
8
2
|
import {
|
|
9
3
|
ListConfigurationHistoryRequest,
|
|
10
4
|
ListConfigurationHistoryResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListConfigurationHistoryCommandInput
|
|
15
8
|
extends ListConfigurationHistoryRequest {}
|
|
16
9
|
export interface ListConfigurationHistoryCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListConfigurationHistoryCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListConfigurationHistoryCommandInput,
|
|
24
17
|
ListConfigurationHistoryCommandOutput,
|
|
25
|
-
ApplicationInsightsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListConfigurationHistoryCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListConfigurationHistoryCommandInput,
|
|
33
26
|
ListConfigurationHistoryCommandOutput,
|
|
34
|
-
ApplicationInsightsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListConfigurationHistoryCommand extends ListConfigurationHistoryCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ApplicationInsightsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ApplicationInsightsClient";
|
|
8
2
|
import {
|
|
9
3
|
ListLogPatternSetsRequest,
|
|
10
4
|
ListLogPatternSetsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListLogPatternSetsCommandInput
|
|
15
8
|
extends ListLogPatternSetsRequest {}
|
|
16
9
|
export interface ListLogPatternSetsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListLogPatternSetsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListLogPatternSetsCommandInput,
|
|
24
17
|
ListLogPatternSetsCommandOutput,
|
|
25
|
-
ApplicationInsightsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListLogPatternSetsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListLogPatternSetsCommandInput,
|
|
33
26
|
ListLogPatternSetsCommandOutput,
|
|
34
|
-
ApplicationInsightsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListLogPatternSetsCommand extends ListLogPatternSetsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ApplicationInsightsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ApplicationInsightsClient";
|
|
8
2
|
import {
|
|
9
3
|
ListLogPatternsRequest,
|
|
10
4
|
ListLogPatternsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListLogPatternsCommandInput extends ListLogPatternsRequest {}
|
|
15
8
|
export interface ListLogPatternsCommandOutput
|
|
16
9
|
extends ListLogPatternsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListLogPatternsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListLogPatternsCommandInput,
|
|
23
16
|
ListLogPatternsCommandOutput,
|
|
24
|
-
ApplicationInsightsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListLogPatternsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListLogPatternsCommandInput,
|
|
32
25
|
ListLogPatternsCommandOutput,
|
|
33
|
-
ApplicationInsightsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ApplicationInsightsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListLogPatternsCommand extends ListLogPatternsCommand_base {
|
|
42
33
|
protected static __types: {
|