@aws-sdk/client-application-insights 3.533.0 → 3.535.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-types/ApplicationInsights.d.ts +5 -1
- package/dist-types/ApplicationInsightsClient.d.ts +1 -1
- package/dist-types/commands/AddWorkloadCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateComponentCommand.d.ts +2 -1
- package/dist-types/commands/CreateLogPatternCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteComponentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLogPatternCommand.d.ts +2 -1
- package/dist-types/commands/DescribeApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeComponentCommand.d.ts +2 -1
- package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLogPatternCommand.d.ts +2 -1
- package/dist-types/commands/DescribeObservationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeProblemCommand.d.ts +2 -1
- package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWorkloadCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
- package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +2 -1
- package/dist-types/commands/ListLogPatternSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListLogPatternsCommand.d.ts +2 -1
- package/dist-types/commands/ListProblemsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkloadsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveWorkloadCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateComponentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLogPatternCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProblemCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +292 -292
- package/dist-types/ts3.4/ApplicationInsights.d.ts +4 -0
- package/dist-types/ts3.4/commands/AddWorkloadCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWorkloadCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveWorkloadCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateProblemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateApplicationCommand_base: {
|
|
24
24
|
new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
79
79
|
* @throws {@link ApplicationInsightsServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateComponentCommandOutput extends UpdateComponentResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateComponentCommand_base: {
|
|
24
24
|
new (input: UpdateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComponentCommandInput, UpdateComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComponentCommandInput, UpdateComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the custom component name and/or the list of resources that make up the
|
|
30
30
|
* component.</p>
|
|
31
31
|
* @example
|
|
@@ -69,6 +69,7 @@ declare const UpdateComponentCommand_base: {
|
|
|
69
69
|
* @throws {@link ApplicationInsightsServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class UpdateComponentCommand extends UpdateComponentCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateComponentConfigurationCommandOutput extends UpdateCompone
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateComponentConfigurationCommand_base: {
|
|
24
24
|
new (input: UpdateComponentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComponentConfigurationCommandInput, UpdateComponentConfigurationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateComponentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComponentConfigurationCommandInput, UpdateComponentConfigurationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the monitoring configurations for the component. The configuration input
|
|
30
30
|
* parameter is an escaped JSON of the configuration and should match the schema of what is
|
|
31
31
|
* returned by <code>DescribeComponentConfigurationRecommendation</code>. </p>
|
|
@@ -70,6 +70,7 @@ declare const UpdateComponentConfigurationCommand_base: {
|
|
|
70
70
|
* @throws {@link ApplicationInsightsServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class UpdateComponentConfigurationCommand extends UpdateComponentConfigurationCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateLogPatternCommandOutput extends UpdateLogPatternResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateLogPatternCommand_base: {
|
|
24
24
|
new (input: UpdateLogPatternCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLogPatternCommandInput, UpdateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateLogPatternCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLogPatternCommandInput, UpdateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds a log pattern to a <code>LogPatternSet</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const UpdateLogPatternCommand_base: {
|
|
|
75
75
|
* @throws {@link ApplicationInsightsServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class UpdateLogPatternCommand extends UpdateLogPatternCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateProblemCommandOutput extends UpdateProblemResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateProblemCommand_base: {
|
|
24
24
|
new (input: UpdateProblemCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProblemCommandInput, UpdateProblemCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateProblemCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProblemCommandInput, UpdateProblemCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the visibility of the problem or specifies the problem as
|
|
30
30
|
* <code>RESOLVED</code>.</p>
|
|
31
31
|
* @example
|
|
@@ -63,6 +63,7 @@ declare const UpdateProblemCommand_base: {
|
|
|
63
63
|
* @throws {@link ApplicationInsightsServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class UpdateProblemCommand extends UpdateProblemCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateWorkloadCommandOutput extends UpdateWorkloadResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateWorkloadCommand_base: {
|
|
24
24
|
new (input: UpdateWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds a workload to a component. Each component can have at most five workloads.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const UpdateWorkloadCommand_base: {
|
|
|
74
74
|
* @throws {@link ApplicationInsightsServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class UpdateWorkloadCommand extends UpdateWorkloadCommand_base {
|
|
79
80
|
}
|