@aws-sdk/client-application-insights 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +82 -83
- package/dist-cjs/models/ApplicationInsightsServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ApplicationInsights.js +1 -1
- package/dist-es/ApplicationInsightsClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddWorkloadCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateComponentCommand.js +2 -2
- package/dist-es/commands/CreateLogPatternCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteComponentCommand.js +2 -2
- package/dist-es/commands/DeleteLogPatternCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationCommand.js +2 -2
- package/dist-es/commands/DescribeComponentCommand.js +2 -2
- package/dist-es/commands/DescribeComponentConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -2
- package/dist-es/commands/DescribeLogPatternCommand.js +2 -2
- package/dist-es/commands/DescribeObservationCommand.js +2 -2
- package/dist-es/commands/DescribeProblemCommand.js +2 -2
- package/dist-es/commands/DescribeProblemObservationsCommand.js +2 -2
- package/dist-es/commands/DescribeWorkloadCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListComponentsCommand.js +2 -2
- package/dist-es/commands/ListConfigurationHistoryCommand.js +2 -2
- package/dist-es/commands/ListLogPatternSetsCommand.js +2 -2
- package/dist-es/commands/ListLogPatternsCommand.js +2 -2
- package/dist-es/commands/ListProblemsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWorkloadsCommand.js +2 -2
- package/dist-es/commands/RemoveWorkloadCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateComponentCommand.js +2 -2
- package/dist-es/commands/UpdateComponentConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateLogPatternCommand.js +2 -2
- package/dist-es/commands/UpdateProblemCommand.js +2 -2
- package/dist-es/commands/UpdateWorkloadCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ApplicationInsightsServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ApplicationInsightsClient.d.ts +5 -5
- package/dist-types/commands/AddWorkloadCommand.d.ts +6 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/CreateComponentCommand.d.ts +6 -4
- package/dist-types/commands/CreateLogPatternCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteComponentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLogPatternCommand.d.ts +6 -4
- package/dist-types/commands/DescribeApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeComponentCommand.d.ts +6 -4
- package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLogPatternCommand.d.ts +6 -4
- package/dist-types/commands/DescribeObservationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeProblemCommand.d.ts +6 -4
- package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeWorkloadCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/ListComponentsCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +6 -4
- package/dist-types/commands/ListLogPatternSetsCommand.d.ts +6 -4
- package/dist-types/commands/ListLogPatternsCommand.d.ts +6 -4
- package/dist-types/commands/ListProblemsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkloadsCommand.d.ts +6 -4
- package/dist-types/commands/RemoveWorkloadCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateComponentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLogPatternCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProblemCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ApplicationInsightsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ApplicationInsightsClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddWorkloadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeWorkloadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveWorkloadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProblemCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ApplicationInsightsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateApplicationCommandInput extends CreateApplicationRequest
|
|
|
22
22
|
export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateApplicationCommand_base: {
|
|
25
|
-
new (input: CreateApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateApplicationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateApplicationCommandInput]): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds an application that is created from a resource group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { CreateComponentRequest, CreateComponentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateComponentCommandInput extends CreateComponentRequest {
|
|
|
22
22
|
export interface CreateComponentCommandOutput extends CreateComponentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateComponentCommand_base: {
|
|
25
|
-
new (input: CreateComponentCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateComponentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateComponentCommandInput): import("@smithy/core/client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateComponentCommandInput): import("@smithy/core/client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a custom component by grouping similar standalone instances to monitor.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { CreateLogPatternRequest, CreateLogPatternResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLogPatternCommandInput extends CreateLogPatternRequest {
|
|
|
22
22
|
export interface CreateLogPatternCommandOutput extends CreateLogPatternResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLogPatternCommand_base: {
|
|
25
|
-
new (input: CreateLogPatternCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLogPatternCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLogPatternCommandInput): import("@smithy/core/client").CommandImpl<CreateLogPatternCommandInput, CreateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLogPatternCommandInput): import("@smithy/core/client").CommandImpl<CreateLogPatternCommandInput, CreateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds an log pattern to a <code>LogPatternSet</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest
|
|
|
22
22
|
export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApplicationCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the specified application from monitoring. Does not delete the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { DeleteComponentRequest, DeleteComponentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteComponentCommandInput extends DeleteComponentRequest {
|
|
|
22
22
|
export interface DeleteComponentCommandOutput extends DeleteComponentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteComponentCommand_base: {
|
|
25
|
-
new (input: DeleteComponentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteComponentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteComponentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteComponentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Ungroups a custom component. When you ungroup custom components, all applicable monitors
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { DeleteLogPatternRequest, DeleteLogPatternResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteLogPatternCommandInput extends DeleteLogPatternRequest {
|
|
|
22
22
|
export interface DeleteLogPatternCommandOutput extends DeleteLogPatternResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteLogPatternCommand_base: {
|
|
25
|
-
new (input: DeleteLogPatternCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteLogPatternCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteLogPatternCommandInput): import("@smithy/core/client").CommandImpl<DeleteLogPatternCommandInput, DeleteLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteLogPatternCommandInput): import("@smithy/core/client").CommandImpl<DeleteLogPatternCommandInput, DeleteLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the specified log pattern from a <code>LogPatternSet</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { DescribeApplicationRequest, DescribeApplicationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeApplicationCommandInput extends DescribeApplicationRequ
|
|
|
22
22
|
export interface DescribeApplicationCommandOutput extends DescribeApplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeApplicationCommand_base: {
|
|
25
|
-
new (input: DescribeApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeApplicationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeApplicationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { DescribeComponentRequest, DescribeComponentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeComponentCommandInput extends DescribeComponentRequest
|
|
|
22
22
|
export interface DescribeComponentCommandOutput extends DescribeComponentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeComponentCommand_base: {
|
|
25
|
-
new (input: DescribeComponentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeComponentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeComponentCommandInput): import("@smithy/core/client").CommandImpl<DescribeComponentCommandInput, DescribeComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeComponentCommandInput): import("@smithy/core/client").CommandImpl<DescribeComponentCommandInput, DescribeComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes a component and lists the resources that are grouped together in a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { DescribeComponentConfigurationRequest, DescribeComponentConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeComponentConfigurationCommandInput extends DescribeComp
|
|
|
22
22
|
export interface DescribeComponentConfigurationCommandOutput extends DescribeComponentConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeComponentConfigurationCommand_base: {
|
|
25
|
-
new (input: DescribeComponentConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeComponentConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeComponentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeComponentConfigurationCommandInput, DescribeComponentConfigurationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeComponentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeComponentConfigurationCommandInput, DescribeComponentConfigurationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the monitoring configuration of the component.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { DescribeComponentConfigurationRecommendationRequest, DescribeComponentConfigurationRecommendationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeComponentConfigurationRecommendationCommandInput extend
|
|
|
22
22
|
export interface DescribeComponentConfigurationRecommendationCommandOutput extends DescribeComponentConfigurationRecommendationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeComponentConfigurationRecommendationCommand_base: {
|
|
25
|
-
new (input: DescribeComponentConfigurationRecommendationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeComponentConfigurationRecommendationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeComponentConfigurationRecommendationCommandInput): import("@smithy/core/client").CommandImpl<DescribeComponentConfigurationRecommendationCommandInput, DescribeComponentConfigurationRecommendationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeComponentConfigurationRecommendationCommandInput): import("@smithy/core/client").CommandImpl<DescribeComponentConfigurationRecommendationCommandInput, DescribeComponentConfigurationRecommendationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the recommended monitoring configuration of the component.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { DescribeLogPatternRequest, DescribeLogPatternResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLogPatternCommandInput extends DescribeLogPatternReques
|
|
|
22
22
|
export interface DescribeLogPatternCommandOutput extends DescribeLogPatternResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLogPatternCommand_base: {
|
|
25
|
-
new (input: DescribeLogPatternCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeLogPatternCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLogPatternCommandInput): import("@smithy/core/client").CommandImpl<DescribeLogPatternCommandInput, DescribeLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeLogPatternCommandInput): import("@smithy/core/client").CommandImpl<DescribeLogPatternCommandInput, DescribeLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describe a specific log pattern from a <code>LogPatternSet</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { DescribeObservationRequest, DescribeObservationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeObservationCommandInput extends DescribeObservationRequ
|
|
|
22
22
|
export interface DescribeObservationCommandOutput extends DescribeObservationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeObservationCommand_base: {
|
|
25
|
-
new (input: DescribeObservationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeObservationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeObservationCommandInput): import("@smithy/core/client").CommandImpl<DescribeObservationCommandInput, DescribeObservationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeObservationCommandInput): import("@smithy/core/client").CommandImpl<DescribeObservationCommandInput, DescribeObservationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes an anomaly or error with the application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { DescribeProblemRequest, DescribeProblemResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeProblemCommandInput extends DescribeProblemRequest {
|
|
|
22
22
|
export interface DescribeProblemCommandOutput extends DescribeProblemResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeProblemCommand_base: {
|
|
25
|
-
new (input: DescribeProblemCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeProblemCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeProblemCommandInput): import("@smithy/core/client").CommandImpl<DescribeProblemCommandInput, DescribeProblemCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeProblemCommandInput): import("@smithy/core/client").CommandImpl<DescribeProblemCommandInput, DescribeProblemCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes an application problem.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { DescribeProblemObservationsRequest, DescribeProblemObservationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeProblemObservationsCommandInput extends DescribeProblem
|
|
|
22
22
|
export interface DescribeProblemObservationsCommandOutput extends DescribeProblemObservationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeProblemObservationsCommand_base: {
|
|
25
|
-
new (input: DescribeProblemObservationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeProblemObservationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeProblemObservationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeProblemObservationsCommandInput, DescribeProblemObservationsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeProblemObservationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeProblemObservationsCommandInput, DescribeProblemObservationsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the anomalies or errors associated with the problem.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { DescribeWorkloadRequest, DescribeWorkloadResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeWorkloadCommandInput extends DescribeWorkloadRequest {
|
|
|
22
22
|
export interface DescribeWorkloadCommandOutput extends DescribeWorkloadResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeWorkloadCommand_base: {
|
|
25
|
-
new (input: DescribeWorkloadCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeWorkloadCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeWorkloadCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkloadCommandInput, DescribeWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeWorkloadCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkloadCommandInput, DescribeWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes a workload and its configuration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {
|
|
|
22
22
|
export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationsCommand_base: {
|
|
25
|
-
new (input: ListApplicationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListApplicationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the IDs of the applications that you are monitoring. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { ListComponentsRequest, ListComponentsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListComponentsCommandInput extends ListComponentsRequest {
|
|
|
22
22
|
export interface ListComponentsCommandOutput extends ListComponentsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListComponentsCommand_base: {
|
|
25
|
-
new (input: ListComponentsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListComponentsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListComponentsCommandInput): import("@smithy/core/client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListComponentsCommandInput): import("@smithy/core/client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the auto-grouped, standalone, and custom components of the application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { ListConfigurationHistoryRequest, ListConfigurationHistoryResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListConfigurationHistoryCommandInput extends ListConfigurationH
|
|
|
22
22
|
export interface ListConfigurationHistoryCommandOutput extends ListConfigurationHistoryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListConfigurationHistoryCommand_base: {
|
|
25
|
-
new (input: ListConfigurationHistoryCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListConfigurationHistoryCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListConfigurationHistoryCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationHistoryCommandInput, ListConfigurationHistoryCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListConfigurationHistoryCommandInput]): import("@smithy/core/client").CommandImpl<ListConfigurationHistoryCommandInput, ListConfigurationHistoryCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { ListLogPatternSetsRequest, ListLogPatternSetsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListLogPatternSetsCommandInput extends ListLogPatternSetsReques
|
|
|
22
22
|
export interface ListLogPatternSetsCommandOutput extends ListLogPatternSetsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLogPatternSetsCommand_base: {
|
|
25
|
-
new (input: ListLogPatternSetsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListLogPatternSetsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListLogPatternSetsCommandInput): import("@smithy/core/client").CommandImpl<ListLogPatternSetsCommandInput, ListLogPatternSetsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListLogPatternSetsCommandInput): import("@smithy/core/client").CommandImpl<ListLogPatternSetsCommandInput, ListLogPatternSetsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the log pattern sets in the specific application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { ListLogPatternsRequest, ListLogPatternsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListLogPatternsCommandInput extends ListLogPatternsRequest {
|
|
|
22
22
|
export interface ListLogPatternsCommandOutput extends ListLogPatternsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListLogPatternsCommand_base: {
|
|
25
|
-
new (input: ListLogPatternsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListLogPatternsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListLogPatternsCommandInput): import("@smithy/core/client").CommandImpl<ListLogPatternsCommandInput, ListLogPatternsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListLogPatternsCommandInput): import("@smithy/core/client").CommandImpl<ListLogPatternsCommandInput, ListLogPatternsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the log patterns in the specific log <code>LogPatternSet</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { ListProblemsRequest, ListProblemsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListProblemsCommandInput extends ListProblemsRequest {
|
|
|
22
22
|
export interface ListProblemsCommandOutput extends ListProblemsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListProblemsCommand_base: {
|
|
25
|
-
new (input: ListProblemsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListProblemsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListProblemsCommandInput): import("@smithy/core/client").CommandImpl<ListProblemsCommandInput, ListProblemsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListProblemsCommandInput]): import("@smithy/core/client").CommandImpl<ListProblemsCommandInput, ListProblemsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the problems with your application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieve a list of the tags (keys and values) that are associated with a specified
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { ListWorkloadsRequest, ListWorkloadsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListWorkloadsCommandInput extends ListWorkloadsRequest {
|
|
|
22
22
|
export interface ListWorkloadsCommandOutput extends ListWorkloadsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListWorkloadsCommand_base: {
|
|
25
|
-
new (input: ListWorkloadsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListWorkloadsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListWorkloadsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadsCommandInput, ListWorkloadsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListWorkloadsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadsCommandInput, ListWorkloadsCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the workloads that are configured on a given component.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { RemoveWorkloadRequest, RemoveWorkloadResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RemoveWorkloadCommandInput extends RemoveWorkloadRequest {
|
|
|
22
22
|
export interface RemoveWorkloadCommandOutput extends RemoveWorkloadResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveWorkloadCommand_base: {
|
|
25
|
-
new (input: RemoveWorkloadCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveWorkloadCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemoveWorkloadCommandInput): import("@smithy/core/client").CommandImpl<RemoveWorkloadCommandInput, RemoveWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemoveWorkloadCommandInput): import("@smithy/core/client").CommandImpl<RemoveWorkloadCommandInput, RemoveWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Remove workload from a component.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Add one or more tags (keys and values) to a specified application. A
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
|
|
4
4
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Remove one or more tags (keys and values) from a specified application.</p>
|