@aws-sdk/client-application-insights 3.170.0 → 3.178.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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ApplicationInsights.d.ts +0 -27
- package/dist-types/ts3.4/ApplicationInsightsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ApplicationInsightsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -238
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateApplicationCommandInput
|
|
|
19
19
|
export interface UpdateApplicationCommandOutput
|
|
20
20
|
extends UpdateApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateApplicationCommand extends $Command<
|
|
24
23
|
UpdateApplicationCommandInput,
|
|
25
24
|
UpdateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateApplicationCommandInput;
|
|
29
28
|
constructor(input: UpdateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateComponentCommandInput extends UpdateComponentRequest {}
|
|
|
18
18
|
export interface UpdateComponentCommandOutput
|
|
19
19
|
extends UpdateComponentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateComponentCommand extends $Command<
|
|
23
22
|
UpdateComponentCommandInput,
|
|
24
23
|
UpdateComponentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateComponentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateComponentCommandInput;
|
|
28
27
|
constructor(input: UpdateComponentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateComponentConfigurationCommandInput
|
|
|
19
19
|
export interface UpdateComponentConfigurationCommandOutput
|
|
20
20
|
extends UpdateComponentConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateComponentConfigurationCommand extends $Command<
|
|
24
23
|
UpdateComponentConfigurationCommandInput,
|
|
25
24
|
UpdateComponentConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateComponentConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateComponentConfigurationCommandInput;
|
|
29
28
|
constructor(input: UpdateComponentConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateLogPatternCommandInput extends UpdateLogPatternRequest {}
|
|
|
18
18
|
export interface UpdateLogPatternCommandOutput
|
|
19
19
|
extends UpdateLogPatternResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateLogPatternCommand extends $Command<
|
|
23
22
|
UpdateLogPatternCommandInput,
|
|
24
23
|
UpdateLogPatternCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateLogPatternCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateLogPatternCommandInput;
|
|
28
27
|
constructor(input: UpdateLogPatternCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationInsightsClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ApplicationInsightsServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|