@aws-sdk/client-application-insights 3.478.0 → 3.484.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 (137) hide show
  1. package/dist-cjs/commands/AddWorkloadCommand.js +18 -41
  2. package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
  3. package/dist-cjs/commands/CreateComponentCommand.js +18 -41
  4. package/dist-cjs/commands/CreateLogPatternCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteApplicationCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteComponentCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteLogPatternCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeApplicationCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeComponentCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeComponentConfigurationCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeLogPatternCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeObservationCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeProblemCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeProblemObservationsCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeWorkloadCommand.js +18 -41
  17. package/dist-cjs/commands/ListApplicationsCommand.js +18 -41
  18. package/dist-cjs/commands/ListComponentsCommand.js +18 -41
  19. package/dist-cjs/commands/ListConfigurationHistoryCommand.js +18 -41
  20. package/dist-cjs/commands/ListLogPatternSetsCommand.js +18 -41
  21. package/dist-cjs/commands/ListLogPatternsCommand.js +18 -41
  22. package/dist-cjs/commands/ListProblemsCommand.js +18 -41
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  24. package/dist-cjs/commands/ListWorkloadsCommand.js +18 -41
  25. package/dist-cjs/commands/RemoveWorkloadCommand.js +18 -41
  26. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  27. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateComponentCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateComponentConfigurationCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateLogPatternCommand.js +18 -41
  32. package/dist-cjs/commands/UpdateProblemCommand.js +18 -41
  33. package/dist-cjs/commands/UpdateWorkloadCommand.js +18 -41
  34. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  35. package/dist-es/commands/AddWorkloadCommand.js +18 -41
  36. package/dist-es/commands/CreateApplicationCommand.js +18 -41
  37. package/dist-es/commands/CreateComponentCommand.js +18 -41
  38. package/dist-es/commands/CreateLogPatternCommand.js +18 -41
  39. package/dist-es/commands/DeleteApplicationCommand.js +18 -41
  40. package/dist-es/commands/DeleteComponentCommand.js +18 -41
  41. package/dist-es/commands/DeleteLogPatternCommand.js +18 -41
  42. package/dist-es/commands/DescribeApplicationCommand.js +18 -41
  43. package/dist-es/commands/DescribeComponentCommand.js +18 -41
  44. package/dist-es/commands/DescribeComponentConfigurationCommand.js +18 -41
  45. package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +18 -41
  46. package/dist-es/commands/DescribeLogPatternCommand.js +18 -41
  47. package/dist-es/commands/DescribeObservationCommand.js +18 -41
  48. package/dist-es/commands/DescribeProblemCommand.js +18 -41
  49. package/dist-es/commands/DescribeProblemObservationsCommand.js +18 -41
  50. package/dist-es/commands/DescribeWorkloadCommand.js +18 -41
  51. package/dist-es/commands/ListApplicationsCommand.js +18 -41
  52. package/dist-es/commands/ListComponentsCommand.js +18 -41
  53. package/dist-es/commands/ListConfigurationHistoryCommand.js +18 -41
  54. package/dist-es/commands/ListLogPatternSetsCommand.js +18 -41
  55. package/dist-es/commands/ListLogPatternsCommand.js +18 -41
  56. package/dist-es/commands/ListProblemsCommand.js +18 -41
  57. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  58. package/dist-es/commands/ListWorkloadsCommand.js +18 -41
  59. package/dist-es/commands/RemoveWorkloadCommand.js +18 -41
  60. package/dist-es/commands/TagResourceCommand.js +18 -41
  61. package/dist-es/commands/UntagResourceCommand.js +18 -41
  62. package/dist-es/commands/UpdateApplicationCommand.js +18 -41
  63. package/dist-es/commands/UpdateComponentCommand.js +18 -41
  64. package/dist-es/commands/UpdateComponentConfigurationCommand.js +18 -41
  65. package/dist-es/commands/UpdateLogPatternCommand.js +18 -41
  66. package/dist-es/commands/UpdateProblemCommand.js +18 -41
  67. package/dist-es/commands/UpdateWorkloadCommand.js +18 -41
  68. package/dist-es/endpoint/EndpointParameters.js +6 -0
  69. package/dist-types/commands/AddWorkloadCommand.d.ts +6 -21
  70. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
  71. package/dist-types/commands/CreateComponentCommand.d.ts +6 -21
  72. package/dist-types/commands/CreateLogPatternCommand.d.ts +6 -21
  73. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -21
  74. package/dist-types/commands/DeleteComponentCommand.d.ts +6 -21
  75. package/dist-types/commands/DeleteLogPatternCommand.d.ts +6 -21
  76. package/dist-types/commands/DescribeApplicationCommand.d.ts +6 -21
  77. package/dist-types/commands/DescribeComponentCommand.d.ts +6 -21
  78. package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +6 -21
  79. package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +6 -21
  80. package/dist-types/commands/DescribeLogPatternCommand.d.ts +6 -21
  81. package/dist-types/commands/DescribeObservationCommand.d.ts +6 -21
  82. package/dist-types/commands/DescribeProblemCommand.d.ts +6 -21
  83. package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +6 -21
  84. package/dist-types/commands/DescribeWorkloadCommand.d.ts +6 -21
  85. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
  86. package/dist-types/commands/ListComponentsCommand.d.ts +6 -21
  87. package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +6 -21
  88. package/dist-types/commands/ListLogPatternSetsCommand.d.ts +6 -21
  89. package/dist-types/commands/ListLogPatternsCommand.d.ts +6 -21
  90. package/dist-types/commands/ListProblemsCommand.d.ts +6 -21
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  92. package/dist-types/commands/ListWorkloadsCommand.d.ts +6 -21
  93. package/dist-types/commands/RemoveWorkloadCommand.d.ts +6 -21
  94. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  95. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  96. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
  97. package/dist-types/commands/UpdateComponentCommand.d.ts +6 -21
  98. package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +6 -21
  99. package/dist-types/commands/UpdateLogPatternCommand.d.ts +6 -21
  100. package/dist-types/commands/UpdateProblemCommand.d.ts +6 -21
  101. package/dist-types/commands/UpdateWorkloadCommand.d.ts +6 -21
  102. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  103. package/dist-types/ts3.4/commands/AddWorkloadCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/DescribeWorkloadCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/RemoveWorkloadCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/UpdateProblemCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  137. package/package.json +11 -11
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateLogPatternCommand, se_UpdateLogPatternCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class UpdateLogPatternCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateLogPatternCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ApplicationInsightsClient";
26
- const commandName = "UpdateLogPatternCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "EC2WindowsBarleyService",
35
- operation: "UpdateLogPattern",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateLogPatternCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateLogPatternCommand(output, context);
46
- }
7
+ export class UpdateLogPatternCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("EC2WindowsBarleyService", "UpdateLogPattern", {})
19
+ .n("ApplicationInsightsClient", "UpdateLogPatternCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateLogPatternCommand)
22
+ .de(de_UpdateLogPatternCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateProblemCommand, se_UpdateProblemCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class UpdateProblemCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateProblemCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ApplicationInsightsClient";
26
- const commandName = "UpdateProblemCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "EC2WindowsBarleyService",
35
- operation: "UpdateProblem",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateProblemCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateProblemCommand(output, context);
46
- }
7
+ export class UpdateProblemCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("EC2WindowsBarleyService", "UpdateProblem", {})
19
+ .n("ApplicationInsightsClient", "UpdateProblemCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateProblemCommand)
22
+ .de(de_UpdateProblemCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateWorkloadCommand, se_UpdateWorkloadCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class UpdateWorkloadCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateWorkloadCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ApplicationInsightsClient";
26
- const commandName = "UpdateWorkloadCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "EC2WindowsBarleyService",
35
- operation: "UpdateWorkload",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateWorkloadCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateWorkloadCommand(output, context);
46
- }
7
+ export class UpdateWorkloadCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("EC2WindowsBarleyService", "UpdateWorkload", {})
19
+ .n("ApplicationInsightsClient", "UpdateWorkloadCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateWorkloadCommand)
22
+ .de(de_UpdateWorkloadCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "applicationinsights",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { AddWorkloadRequest, AddWorkloadResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AddWorkloadCommandInput extends AddWorkloadRequest {
21
20
  */
22
21
  export interface AddWorkloadCommandOutput extends AddWorkloadResponse, __MetadataBearer {
23
22
  }
23
+ declare const AddWorkloadCommand_base: {
24
+ new (input: AddWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<AddWorkloadCommandInput, AddWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds a workload to a component. Each component can have at most five workloads.</p>
@@ -74,23 +77,5 @@ export interface AddWorkloadCommandOutput extends AddWorkloadResponse, __Metadat
74
77
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
75
78
  *
76
79
  */
77
- export declare class AddWorkloadCommand extends $Command<AddWorkloadCommandInput, AddWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig> {
78
- readonly input: AddWorkloadCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: AddWorkloadCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddWorkloadCommandInput, AddWorkloadCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class AddWorkloadCommand extends AddWorkloadCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateApplicationCommandInput extends CreateApplicationRequest
21
20
  */
22
21
  export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateApplicationCommand_base: {
24
+ new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds an application that is created from a resource group.</p>
@@ -93,23 +96,5 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
93
96
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
94
97
  *
95
98
  */
96
- export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationInsightsClientResolvedConfig> {
97
- readonly input: CreateApplicationCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: CreateApplicationCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
115
100
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { CreateComponentRequest, CreateComponentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateComponentCommandInput extends CreateComponentRequest {
21
20
  */
22
21
  export interface CreateComponentCommandOutput extends CreateComponentResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateComponentCommand_base: {
24
+ new (input: CreateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a custom component by grouping similar standalone instances to monitor.</p>
@@ -65,23 +68,5 @@ export interface CreateComponentCommandOutput extends CreateComponentResponse, _
65
68
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
66
69
  *
67
70
  */
68
- export declare class CreateComponentCommand extends $Command<CreateComponentCommandInput, CreateComponentCommandOutput, ApplicationInsightsClientResolvedConfig> {
69
- readonly input: CreateComponentCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: CreateComponentCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComponentCommandInput, CreateComponentCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class CreateComponentCommand extends CreateComponentCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { CreateLogPatternRequest, CreateLogPatternResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateLogPatternCommandInput extends CreateLogPatternRequest {
21
20
  */
22
21
  export interface CreateLogPatternCommandOutput extends CreateLogPatternResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateLogPatternCommand_base: {
24
+ new (input: CreateLogPatternCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLogPatternCommandInput, CreateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds an log pattern to a <code>LogPatternSet</code>.</p>
@@ -73,23 +76,5 @@ export interface CreateLogPatternCommandOutput extends CreateLogPatternResponse,
73
76
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
74
77
  *
75
78
  */
76
- export declare class CreateLogPatternCommand extends $Command<CreateLogPatternCommandInput, CreateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig> {
77
- readonly input: CreateLogPatternCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: CreateLogPatternCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLogPatternCommandInput, CreateLogPatternCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class CreateLogPatternCommand extends CreateLogPatternCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest
21
20
  */
22
21
  export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteApplicationCommand_base: {
24
+ new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified application from monitoring. Does not delete the
@@ -62,23 +65,5 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
62
65
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
63
66
  *
64
67
  */
65
- export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ApplicationInsightsClientResolvedConfig> {
66
- readonly input: DeleteApplicationCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: DeleteApplicationCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { DeleteComponentRequest, DeleteComponentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteComponentCommandInput extends DeleteComponentRequest {
21
20
  */
22
21
  export interface DeleteComponentCommandOutput extends DeleteComponentResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteComponentCommand_base: {
24
+ new (input: DeleteComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Ungroups a custom component. When you ungroup custom components, all applicable monitors
@@ -61,23 +64,5 @@ export interface DeleteComponentCommandOutput extends DeleteComponentResponse, _
61
64
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
62
65
  *
63
66
  */
64
- export declare class DeleteComponentCommand extends $Command<DeleteComponentCommandInput, DeleteComponentCommandOutput, ApplicationInsightsClientResolvedConfig> {
65
- readonly input: DeleteComponentCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: DeleteComponentCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteComponentCommandInput, DeleteComponentCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class DeleteComponentCommand extends DeleteComponentCommand_base {
83
68
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { DeleteLogPatternRequest, DeleteLogPatternResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteLogPatternCommandInput extends DeleteLogPatternRequest {
21
20
  */
22
21
  export interface DeleteLogPatternCommandOutput extends DeleteLogPatternResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteLogPatternCommand_base: {
24
+ new (input: DeleteLogPatternCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLogPatternCommandInput, DeleteLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified log pattern from a <code>LogPatternSet</code>.</p>
@@ -63,23 +66,5 @@ export interface DeleteLogPatternCommandOutput extends DeleteLogPatternResponse,
63
66
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
64
67
  *
65
68
  */
66
- export declare class DeleteLogPatternCommand extends $Command<DeleteLogPatternCommandInput, DeleteLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig> {
67
- readonly input: DeleteLogPatternCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: DeleteLogPatternCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLogPatternCommandInput, DeleteLogPatternCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class DeleteLogPatternCommand extends DeleteLogPatternCommand_base {
85
70
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { DescribeApplicationRequest, DescribeApplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeApplicationCommandInput extends DescribeApplicationRequ
21
20
  */
22
21
  export interface DescribeApplicationCommandOutput extends DescribeApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeApplicationCommand_base: {
24
+ new (input: DescribeApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the application.</p>
@@ -72,23 +75,5 @@ export interface DescribeApplicationCommandOutput extends DescribeApplicationRes
72
75
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
73
76
  *
74
77
  */
75
- export declare class DescribeApplicationCommand extends $Command<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, ApplicationInsightsClientResolvedConfig> {
76
- readonly input: DescribeApplicationCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DescribeApplicationCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicationCommandInput, DescribeApplicationCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DescribeApplicationCommand extends DescribeApplicationCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationInsightsClient";
5
4
  import { DescribeComponentRequest, DescribeComponentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeComponentCommandInput extends DescribeComponentRequest
21
20
  */
22
21
  export interface DescribeComponentCommandOutput extends DescribeComponentResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeComponentCommand_base: {
24
+ new (input: DescribeComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeComponentCommandInput, DescribeComponentCommandOutput, ApplicationInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes a component and lists the resources that are grouped together in a
@@ -78,23 +81,5 @@ export interface DescribeComponentCommandOutput extends DescribeComponentRespons
78
81
  * <p>Base exception class for all service exceptions from ApplicationInsights service.</p>
79
82
  *
80
83
  */
81
- export declare class DescribeComponentCommand extends $Command<DescribeComponentCommandInput, DescribeComponentCommandOutput, ApplicationInsightsClientResolvedConfig> {
82
- readonly input: DescribeComponentCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: DescribeComponentCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationInsightsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeComponentCommandInput, DescribeComponentCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class DescribeComponentCommand extends DescribeComponentCommand_base {
100
85
  }