@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.
Files changed (107) hide show
  1. package/dist-cjs/index.js +41 -333
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddWorkloadCommand.js +2 -14
  4. package/dist-es/commands/CreateApplicationCommand.js +2 -14
  5. package/dist-es/commands/CreateComponentCommand.js +2 -14
  6. package/dist-es/commands/CreateLogPatternCommand.js +2 -14
  7. package/dist-es/commands/DeleteApplicationCommand.js +2 -14
  8. package/dist-es/commands/DeleteComponentCommand.js +2 -14
  9. package/dist-es/commands/DeleteLogPatternCommand.js +2 -14
  10. package/dist-es/commands/DescribeApplicationCommand.js +2 -14
  11. package/dist-es/commands/DescribeComponentCommand.js +2 -14
  12. package/dist-es/commands/DescribeComponentConfigurationCommand.js +2 -14
  13. package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -14
  14. package/dist-es/commands/DescribeLogPatternCommand.js +2 -14
  15. package/dist-es/commands/DescribeObservationCommand.js +2 -14
  16. package/dist-es/commands/DescribeProblemCommand.js +2 -14
  17. package/dist-es/commands/DescribeProblemObservationsCommand.js +2 -14
  18. package/dist-es/commands/DescribeWorkloadCommand.js +2 -14
  19. package/dist-es/commands/ListApplicationsCommand.js +2 -14
  20. package/dist-es/commands/ListComponentsCommand.js +2 -14
  21. package/dist-es/commands/ListConfigurationHistoryCommand.js +2 -14
  22. package/dist-es/commands/ListLogPatternSetsCommand.js +2 -14
  23. package/dist-es/commands/ListLogPatternsCommand.js +2 -14
  24. package/dist-es/commands/ListProblemsCommand.js +2 -14
  25. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  26. package/dist-es/commands/ListWorkloadsCommand.js +2 -14
  27. package/dist-es/commands/RemoveWorkloadCommand.js +2 -14
  28. package/dist-es/commands/TagResourceCommand.js +2 -14
  29. package/dist-es/commands/UntagResourceCommand.js +2 -14
  30. package/dist-es/commands/UpdateApplicationCommand.js +2 -14
  31. package/dist-es/commands/UpdateComponentCommand.js +2 -14
  32. package/dist-es/commands/UpdateComponentConfigurationCommand.js +2 -14
  33. package/dist-es/commands/UpdateLogPatternCommand.js +2 -14
  34. package/dist-es/commands/UpdateProblemCommand.js +2 -14
  35. package/dist-es/commands/UpdateWorkloadCommand.js +2 -14
  36. package/dist-es/index.js +1 -0
  37. package/dist-types/commandBuilder.d.ts +18 -0
  38. package/dist-types/commands/AddWorkloadCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
  40. package/dist-types/commands/CreateComponentCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateLogPatternCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteComponentCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteLogPatternCommand.d.ts +3 -8
  45. package/dist-types/commands/DescribeApplicationCommand.d.ts +3 -8
  46. package/dist-types/commands/DescribeComponentCommand.d.ts +3 -8
  47. package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +3 -8
  49. package/dist-types/commands/DescribeLogPatternCommand.d.ts +3 -8
  50. package/dist-types/commands/DescribeObservationCommand.d.ts +3 -8
  51. package/dist-types/commands/DescribeProblemCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeWorkloadCommand.d.ts +3 -8
  54. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListComponentsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +3 -8
  57. package/dist-types/commands/ListLogPatternSetsCommand.d.ts +3 -8
  58. package/dist-types/commands/ListLogPatternsCommand.d.ts +3 -8
  59. package/dist-types/commands/ListProblemsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  61. package/dist-types/commands/ListWorkloadsCommand.d.ts +3 -8
  62. package/dist-types/commands/RemoveWorkloadCommand.d.ts +3 -8
  63. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateComponentCommand.d.ts +3 -8
  67. package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateLogPatternCommand.d.ts +3 -8
  69. package/dist-types/commands/UpdateProblemCommand.d.ts +3 -8
  70. package/dist-types/commands/UpdateWorkloadCommand.d.ts +3 -8
  71. package/dist-types/index.d.ts +1 -0
  72. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  73. package/dist-types/ts3.4/commands/AddWorkloadCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DescribeWorkloadCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/RemoveWorkloadCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UpdateProblemCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/index.d.ts +1 -0
  107. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest
22
19
  export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteApplicationCommand_base: {
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
- };
22
+ new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the specified application from monitoring. Does not delete the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { DeleteComponentRequest, DeleteComponentResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteComponentCommandInput extends DeleteComponentRequest {
22
19
  export interface DeleteComponentCommandOutput extends DeleteComponentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteComponentCommand_base: {
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
- };
22
+ new (input: DeleteComponentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteComponentCommandInput): import("@smithy/core/client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Ungroups a custom component. When you ungroup custom components, all applicable monitors
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { DeleteLogPatternRequest, DeleteLogPatternResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteLogPatternCommandInput extends DeleteLogPatternRequest {
22
19
  export interface DeleteLogPatternCommandOutput extends DeleteLogPatternResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteLogPatternCommand_base: {
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
- };
22
+ new (input: DeleteLogPatternCommandInput): import("@smithy/core/client").CommandImpl<DeleteLogPatternCommandInput, DeleteLogPatternCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteLogPatternCommandInput): import("@smithy/core/client").CommandImpl<DeleteLogPatternCommandInput, DeleteLogPatternCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the specified log pattern from a <code>LogPatternSet</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { DescribeApplicationRequest, DescribeApplicationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeApplicationCommandInput extends DescribeApplicationRequ
22
19
  export interface DescribeApplicationCommandOutput extends DescribeApplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeApplicationCommand_base: {
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
- };
22
+ new (input: DescribeApplicationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeApplicationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the application.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { DescribeComponentRequest, DescribeComponentResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeComponentCommandInput extends DescribeComponentRequest
22
19
  export interface DescribeComponentCommandOutput extends DescribeComponentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeComponentCommand_base: {
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
- };
22
+ new (input: DescribeComponentCommandInput): import("@smithy/core/client").CommandImpl<DescribeComponentCommandInput, DescribeComponentCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeComponentCommandInput): import("@smithy/core/client").CommandImpl<DescribeComponentCommandInput, DescribeComponentCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes a component and lists the resources that are grouped together in a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { DescribeComponentConfigurationRequest, DescribeComponentConfigurationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeComponentConfigurationCommandInput extends DescribeComp
22
19
  export interface DescribeComponentConfigurationCommandOutput extends DescribeComponentConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeComponentConfigurationCommand_base: {
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
- };
22
+ new (input: DescribeComponentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeComponentConfigurationCommandInput, DescribeComponentConfigurationCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeComponentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeComponentConfigurationCommandInput, DescribeComponentConfigurationCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the monitoring configuration of the component.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { DescribeComponentConfigurationRecommendationRequest, DescribeComponentConfigurationRecommendationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeComponentConfigurationRecommendationCommandInput extend
22
19
  export interface DescribeComponentConfigurationRecommendationCommandOutput extends DescribeComponentConfigurationRecommendationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeComponentConfigurationRecommendationCommand_base: {
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
- };
22
+ new (input: DescribeComponentConfigurationRecommendationCommandInput): import("@smithy/core/client").CommandImpl<DescribeComponentConfigurationRecommendationCommandInput, DescribeComponentConfigurationRecommendationCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeComponentConfigurationRecommendationCommandInput): import("@smithy/core/client").CommandImpl<DescribeComponentConfigurationRecommendationCommandInput, DescribeComponentConfigurationRecommendationCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the recommended monitoring configuration of the component.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { DescribeLogPatternRequest, DescribeLogPatternResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeLogPatternCommandInput extends DescribeLogPatternReques
22
19
  export interface DescribeLogPatternCommandOutput extends DescribeLogPatternResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeLogPatternCommand_base: {
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
- };
22
+ new (input: DescribeLogPatternCommandInput): import("@smithy/core/client").CommandImpl<DescribeLogPatternCommandInput, DescribeLogPatternCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeLogPatternCommandInput): import("@smithy/core/client").CommandImpl<DescribeLogPatternCommandInput, DescribeLogPatternCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describe a specific log pattern from a <code>LogPatternSet</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { DescribeObservationRequest, DescribeObservationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeObservationCommandInput extends DescribeObservationRequ
22
19
  export interface DescribeObservationCommandOutput extends DescribeObservationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeObservationCommand_base: {
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
- };
22
+ new (input: DescribeObservationCommandInput): import("@smithy/core/client").CommandImpl<DescribeObservationCommandInput, DescribeObservationCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeObservationCommandInput): import("@smithy/core/client").CommandImpl<DescribeObservationCommandInput, DescribeObservationCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes an anomaly or error with the application.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { DescribeProblemRequest, DescribeProblemResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeProblemCommandInput extends DescribeProblemRequest {
22
19
  export interface DescribeProblemCommandOutput extends DescribeProblemResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeProblemCommand_base: {
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
- };
22
+ new (input: DescribeProblemCommandInput): import("@smithy/core/client").CommandImpl<DescribeProblemCommandInput, DescribeProblemCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeProblemCommandInput): import("@smithy/core/client").CommandImpl<DescribeProblemCommandInput, DescribeProblemCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes an application problem.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { DescribeProblemObservationsRequest, DescribeProblemObservationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeProblemObservationsCommandInput extends DescribeProblem
22
19
  export interface DescribeProblemObservationsCommandOutput extends DescribeProblemObservationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeProblemObservationsCommand_base: {
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
- };
22
+ new (input: DescribeProblemObservationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeProblemObservationsCommandInput, DescribeProblemObservationsCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeProblemObservationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeProblemObservationsCommandInput, DescribeProblemObservationsCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the anomalies or errors associated with the problem.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { DescribeWorkloadRequest, DescribeWorkloadResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeWorkloadCommandInput extends DescribeWorkloadRequest {
22
19
  export interface DescribeWorkloadCommandOutput extends DescribeWorkloadResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeWorkloadCommand_base: {
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
- };
22
+ new (input: DescribeWorkloadCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkloadCommandInput, DescribeWorkloadCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeWorkloadCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkloadCommandInput, DescribeWorkloadCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes a workload and its configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {
22
19
  export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListApplicationsCommand_base: {
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
- };
22
+ new (input: ListApplicationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the IDs of the applications that you are monitoring. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { ListComponentsRequest, ListComponentsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListComponentsCommandInput extends ListComponentsRequest {
22
19
  export interface ListComponentsCommandOutput extends ListComponentsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListComponentsCommand_base: {
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
- };
22
+ new (input: ListComponentsCommandInput): import("@smithy/core/client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListComponentsCommandInput): import("@smithy/core/client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the auto-grouped, standalone, and custom components of the application.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { ListConfigurationHistoryRequest, ListConfigurationHistoryResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListConfigurationHistoryCommandInput extends ListConfigurationH
22
19
  export interface ListConfigurationHistoryCommandOutput extends ListConfigurationHistoryResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListConfigurationHistoryCommand_base: {
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
- };
22
+ new (input: ListConfigurationHistoryCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationHistoryCommandInput, ListConfigurationHistoryCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListConfigurationHistoryCommandInput]): import("@smithy/core/client").CommandImpl<ListConfigurationHistoryCommandInput, ListConfigurationHistoryCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { ListLogPatternSetsRequest, ListLogPatternSetsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListLogPatternSetsCommandInput extends ListLogPatternSetsReques
22
19
  export interface ListLogPatternSetsCommandOutput extends ListLogPatternSetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListLogPatternSetsCommand_base: {
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
- };
22
+ new (input: ListLogPatternSetsCommandInput): import("@smithy/core/client").CommandImpl<ListLogPatternSetsCommandInput, ListLogPatternSetsCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListLogPatternSetsCommandInput): import("@smithy/core/client").CommandImpl<ListLogPatternSetsCommandInput, ListLogPatternSetsCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the log pattern sets in the specific application.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { ListLogPatternsRequest, ListLogPatternsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListLogPatternsCommandInput extends ListLogPatternsRequest {
22
19
  export interface ListLogPatternsCommandOutput extends ListLogPatternsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListLogPatternsCommand_base: {
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
- };
22
+ new (input: ListLogPatternsCommandInput): import("@smithy/core/client").CommandImpl<ListLogPatternsCommandInput, ListLogPatternsCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListLogPatternsCommandInput): import("@smithy/core/client").CommandImpl<ListLogPatternsCommandInput, ListLogPatternsCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the log patterns in the specific log <code>LogPatternSet</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { ListProblemsRequest, ListProblemsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListProblemsCommandInput extends ListProblemsRequest {
22
19
  export interface ListProblemsCommandOutput extends ListProblemsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListProblemsCommand_base: {
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
- };
22
+ new (input: ListProblemsCommandInput): import("@smithy/core/client").CommandImpl<ListProblemsCommandInput, ListProblemsCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListProblemsCommandInput]): import("@smithy/core/client").CommandImpl<ListProblemsCommandInput, ListProblemsCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the problems with your application.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
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
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieve a list of the tags (keys and values) that are associated with a specified
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { ListWorkloadsRequest, ListWorkloadsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListWorkloadsCommandInput extends ListWorkloadsRequest {
22
19
  export interface ListWorkloadsCommandOutput extends ListWorkloadsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListWorkloadsCommand_base: {
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
- };
22
+ new (input: ListWorkloadsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadsCommandInput, ListWorkloadsCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListWorkloadsCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadsCommandInput, ListWorkloadsCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the workloads that are configured on a given component.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
4
2
  import type { RemoveWorkloadRequest, RemoveWorkloadResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RemoveWorkloadCommandInput extends RemoveWorkloadRequest {
22
19
  export interface RemoveWorkloadCommandOutput extends RemoveWorkloadResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RemoveWorkloadCommand_base: {
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
- };
22
+ new (input: RemoveWorkloadCommandInput): import("@smithy/core/client").CommandImpl<RemoveWorkloadCommandInput, RemoveWorkloadCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RemoveWorkloadCommandInput): import("@smithy/core/client").CommandImpl<RemoveWorkloadCommandInput, RemoveWorkloadCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Remove workload from a component.</p>