@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
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeComponentConfigurationCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeComponentConfigurationCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ApplicationInsightsClient";
29
- const commandName = "DescribeComponentConfigurationCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "EC2WindowsBarleyService",
38
- operation: "DescribeComponentConfiguration",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_DescribeComponentConfigurationCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_DescribeComponentConfigurationCommand)(output, context);
49
- }
10
+ class DescribeComponentConfigurationCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("EC2WindowsBarleyService", "DescribeComponentConfiguration", {})
22
+ .n("ApplicationInsightsClient", "DescribeComponentConfigurationCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_DescribeComponentConfigurationCommand)
25
+ .de(Aws_json1_1_1.de_DescribeComponentConfigurationCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DescribeComponentConfigurationCommand = DescribeComponentConfigurationCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeComponentConfigurationRecommendationCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeComponentConfigurationRecommendationCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ApplicationInsightsClient";
29
- const commandName = "DescribeComponentConfigurationRecommendationCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "EC2WindowsBarleyService",
38
- operation: "DescribeComponentConfigurationRecommendation",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_DescribeComponentConfigurationRecommendationCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_DescribeComponentConfigurationRecommendationCommand)(output, context);
49
- }
10
+ class DescribeComponentConfigurationRecommendationCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("EC2WindowsBarleyService", "DescribeComponentConfigurationRecommendation", {})
22
+ .n("ApplicationInsightsClient", "DescribeComponentConfigurationRecommendationCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_DescribeComponentConfigurationRecommendationCommand)
25
+ .de(Aws_json1_1_1.de_DescribeComponentConfigurationRecommendationCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DescribeComponentConfigurationRecommendationCommand = DescribeComponentConfigurationRecommendationCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeLogPatternCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeLogPatternCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ApplicationInsightsClient";
29
- const commandName = "DescribeLogPatternCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "EC2WindowsBarleyService",
38
- operation: "DescribeLogPattern",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_DescribeLogPatternCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_DescribeLogPatternCommand)(output, context);
49
- }
10
+ class DescribeLogPatternCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("EC2WindowsBarleyService", "DescribeLogPattern", {})
22
+ .n("ApplicationInsightsClient", "DescribeLogPatternCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_DescribeLogPatternCommand)
25
+ .de(Aws_json1_1_1.de_DescribeLogPatternCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DescribeLogPatternCommand = DescribeLogPatternCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeObservationCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeObservationCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ApplicationInsightsClient";
29
- const commandName = "DescribeObservationCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "EC2WindowsBarleyService",
38
- operation: "DescribeObservation",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_DescribeObservationCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_DescribeObservationCommand)(output, context);
49
- }
10
+ class DescribeObservationCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("EC2WindowsBarleyService", "DescribeObservation", {})
22
+ .n("ApplicationInsightsClient", "DescribeObservationCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_DescribeObservationCommand)
25
+ .de(Aws_json1_1_1.de_DescribeObservationCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DescribeObservationCommand = DescribeObservationCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeProblemCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeProblemCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ApplicationInsightsClient";
29
- const commandName = "DescribeProblemCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "EC2WindowsBarleyService",
38
- operation: "DescribeProblem",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_DescribeProblemCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_DescribeProblemCommand)(output, context);
49
- }
10
+ class DescribeProblemCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("EC2WindowsBarleyService", "DescribeProblem", {})
22
+ .n("ApplicationInsightsClient", "DescribeProblemCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_DescribeProblemCommand)
25
+ .de(Aws_json1_1_1.de_DescribeProblemCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DescribeProblemCommand = DescribeProblemCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeProblemObservationsCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeProblemObservationsCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ApplicationInsightsClient";
29
- const commandName = "DescribeProblemObservationsCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "EC2WindowsBarleyService",
38
- operation: "DescribeProblemObservations",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_DescribeProblemObservationsCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_DescribeProblemObservationsCommand)(output, context);
49
- }
10
+ class DescribeProblemObservationsCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("EC2WindowsBarleyService", "DescribeProblemObservations", {})
22
+ .n("ApplicationInsightsClient", "DescribeProblemObservationsCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_DescribeProblemObservationsCommand)
25
+ .de(Aws_json1_1_1.de_DescribeProblemObservationsCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DescribeProblemObservationsCommand = DescribeProblemObservationsCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeWorkloadCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeWorkloadCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ApplicationInsightsClient";
29
- const commandName = "DescribeWorkloadCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "EC2WindowsBarleyService",
38
- operation: "DescribeWorkload",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_DescribeWorkloadCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_DescribeWorkloadCommand)(output, context);
49
- }
10
+ class DescribeWorkloadCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("EC2WindowsBarleyService", "DescribeWorkload", {})
22
+ .n("ApplicationInsightsClient", "DescribeWorkloadCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_DescribeWorkloadCommand)
25
+ .de(Aws_json1_1_1.de_DescribeWorkloadCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DescribeWorkloadCommand = DescribeWorkloadCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListApplicationsCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListApplicationsCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ApplicationInsightsClient";
29
- const commandName = "ListApplicationsCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "EC2WindowsBarleyService",
38
- operation: "ListApplications",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_ListApplicationsCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_ListApplicationsCommand)(output, context);
49
- }
10
+ class ListApplicationsCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("EC2WindowsBarleyService", "ListApplications", {})
22
+ .n("ApplicationInsightsClient", "ListApplicationsCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_ListApplicationsCommand)
25
+ .de(Aws_json1_1_1.de_ListApplicationsCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListApplicationsCommand = ListApplicationsCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListComponentsCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListComponentsCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ApplicationInsightsClient";
29
- const commandName = "ListComponentsCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "EC2WindowsBarleyService",
38
- operation: "ListComponents",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_ListComponentsCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_ListComponentsCommand)(output, context);
49
- }
10
+ class ListComponentsCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("EC2WindowsBarleyService", "ListComponents", {})
22
+ .n("ApplicationInsightsClient", "ListComponentsCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_ListComponentsCommand)
25
+ .de(Aws_json1_1_1.de_ListComponentsCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListComponentsCommand = ListComponentsCommand;