@aws-sdk/client-devops-guru 3.477.0 → 3.481.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 (185) hide show
  1. package/dist-cjs/commands/AddNotificationChannelCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteInsightCommand.js +18 -41
  3. package/dist-cjs/commands/DescribeAccountHealthCommand.js +18 -41
  4. package/dist-cjs/commands/DescribeAccountOverviewCommand.js +18 -41
  5. package/dist-cjs/commands/DescribeAnomalyCommand.js +18 -41
  6. package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeFeedbackCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeInsightCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +18 -41
  14. package/dist-cjs/commands/GetCostEstimationCommand.js +18 -41
  15. package/dist-cjs/commands/GetResourceCollectionCommand.js +18 -41
  16. package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +18 -41
  17. package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +18 -41
  18. package/dist-cjs/commands/ListEventsCommand.js +18 -41
  19. package/dist-cjs/commands/ListInsightsCommand.js +18 -41
  20. package/dist-cjs/commands/ListMonitoredResourcesCommand.js +18 -41
  21. package/dist-cjs/commands/ListNotificationChannelsCommand.js +18 -41
  22. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +18 -41
  23. package/dist-cjs/commands/ListRecommendationsCommand.js +18 -41
  24. package/dist-cjs/commands/PutFeedbackCommand.js +18 -41
  25. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +18 -41
  26. package/dist-cjs/commands/SearchInsightsCommand.js +18 -41
  27. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +18 -41
  28. package/dist-cjs/commands/StartCostEstimationCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateResourceCollectionCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +18 -41
  32. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  33. package/dist-cjs/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +2 -23
  34. package/dist-cjs/pagination/DescribeResourceCollectionHealthPaginator.js +2 -23
  35. package/dist-cjs/pagination/GetCostEstimationPaginator.js +2 -23
  36. package/dist-cjs/pagination/GetResourceCollectionPaginator.js +2 -23
  37. package/dist-cjs/pagination/ListAnomaliesForInsightPaginator.js +2 -24
  38. package/dist-cjs/pagination/ListAnomalousLogGroupsPaginator.js +2 -24
  39. package/dist-cjs/pagination/ListEventsPaginator.js +2 -24
  40. package/dist-cjs/pagination/ListInsightsPaginator.js +2 -24
  41. package/dist-cjs/pagination/ListMonitoredResourcesPaginator.js +2 -24
  42. package/dist-cjs/pagination/ListNotificationChannelsPaginator.js +2 -23
  43. package/dist-cjs/pagination/ListOrganizationInsightsPaginator.js +2 -24
  44. package/dist-cjs/pagination/ListRecommendationsPaginator.js +2 -23
  45. package/dist-cjs/pagination/SearchInsightsPaginator.js +2 -24
  46. package/dist-cjs/pagination/SearchOrganizationInsightsPaginator.js +2 -24
  47. package/dist-es/commands/AddNotificationChannelCommand.js +18 -41
  48. package/dist-es/commands/DeleteInsightCommand.js +18 -41
  49. package/dist-es/commands/DescribeAccountHealthCommand.js +18 -41
  50. package/dist-es/commands/DescribeAccountOverviewCommand.js +18 -41
  51. package/dist-es/commands/DescribeAnomalyCommand.js +18 -41
  52. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +18 -41
  53. package/dist-es/commands/DescribeFeedbackCommand.js +18 -41
  54. package/dist-es/commands/DescribeInsightCommand.js +18 -41
  55. package/dist-es/commands/DescribeOrganizationHealthCommand.js +18 -41
  56. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +18 -41
  57. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +18 -41
  58. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +18 -41
  59. package/dist-es/commands/DescribeServiceIntegrationCommand.js +18 -41
  60. package/dist-es/commands/GetCostEstimationCommand.js +18 -41
  61. package/dist-es/commands/GetResourceCollectionCommand.js +18 -41
  62. package/dist-es/commands/ListAnomaliesForInsightCommand.js +18 -41
  63. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +18 -41
  64. package/dist-es/commands/ListEventsCommand.js +18 -41
  65. package/dist-es/commands/ListInsightsCommand.js +18 -41
  66. package/dist-es/commands/ListMonitoredResourcesCommand.js +18 -41
  67. package/dist-es/commands/ListNotificationChannelsCommand.js +18 -41
  68. package/dist-es/commands/ListOrganizationInsightsCommand.js +18 -41
  69. package/dist-es/commands/ListRecommendationsCommand.js +18 -41
  70. package/dist-es/commands/PutFeedbackCommand.js +18 -41
  71. package/dist-es/commands/RemoveNotificationChannelCommand.js +18 -41
  72. package/dist-es/commands/SearchInsightsCommand.js +18 -41
  73. package/dist-es/commands/SearchOrganizationInsightsCommand.js +18 -41
  74. package/dist-es/commands/StartCostEstimationCommand.js +18 -41
  75. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +18 -41
  76. package/dist-es/commands/UpdateResourceCollectionCommand.js +18 -41
  77. package/dist-es/commands/UpdateServiceIntegrationCommand.js +18 -41
  78. package/dist-es/endpoint/EndpointParameters.js +6 -0
  79. package/dist-es/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +2 -22
  80. package/dist-es/pagination/DescribeResourceCollectionHealthPaginator.js +2 -22
  81. package/dist-es/pagination/GetCostEstimationPaginator.js +2 -22
  82. package/dist-es/pagination/GetResourceCollectionPaginator.js +2 -22
  83. package/dist-es/pagination/ListAnomaliesForInsightPaginator.js +2 -23
  84. package/dist-es/pagination/ListAnomalousLogGroupsPaginator.js +2 -23
  85. package/dist-es/pagination/ListEventsPaginator.js +2 -23
  86. package/dist-es/pagination/ListInsightsPaginator.js +2 -23
  87. package/dist-es/pagination/ListMonitoredResourcesPaginator.js +2 -23
  88. package/dist-es/pagination/ListNotificationChannelsPaginator.js +2 -22
  89. package/dist-es/pagination/ListOrganizationInsightsPaginator.js +2 -23
  90. package/dist-es/pagination/ListRecommendationsPaginator.js +2 -22
  91. package/dist-es/pagination/SearchInsightsPaginator.js +2 -23
  92. package/dist-es/pagination/SearchOrganizationInsightsPaginator.js +2 -23
  93. package/dist-types/commands/AddNotificationChannelCommand.d.ts +6 -21
  94. package/dist-types/commands/DeleteInsightCommand.d.ts +6 -21
  95. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +6 -21
  96. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +6 -21
  97. package/dist-types/commands/DescribeAnomalyCommand.d.ts +6 -21
  98. package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +6 -21
  99. package/dist-types/commands/DescribeFeedbackCommand.d.ts +6 -21
  100. package/dist-types/commands/DescribeInsightCommand.d.ts +6 -21
  101. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +6 -21
  102. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +6 -21
  103. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +6 -21
  104. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +6 -21
  105. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +6 -21
  106. package/dist-types/commands/GetCostEstimationCommand.d.ts +6 -21
  107. package/dist-types/commands/GetResourceCollectionCommand.d.ts +6 -21
  108. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +6 -21
  109. package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +6 -21
  110. package/dist-types/commands/ListEventsCommand.d.ts +6 -21
  111. package/dist-types/commands/ListInsightsCommand.d.ts +6 -21
  112. package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +6 -21
  113. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +6 -21
  114. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +6 -21
  115. package/dist-types/commands/ListRecommendationsCommand.d.ts +6 -21
  116. package/dist-types/commands/PutFeedbackCommand.d.ts +6 -21
  117. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +6 -21
  118. package/dist-types/commands/SearchInsightsCommand.d.ts +6 -21
  119. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +6 -21
  120. package/dist-types/commands/StartCostEstimationCommand.d.ts +6 -21
  121. package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +6 -21
  122. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +6 -21
  123. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +6 -21
  124. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  125. package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +1 -1
  126. package/dist-types/pagination/DescribeResourceCollectionHealthPaginator.d.ts +1 -1
  127. package/dist-types/pagination/GetCostEstimationPaginator.d.ts +1 -1
  128. package/dist-types/pagination/GetResourceCollectionPaginator.d.ts +1 -1
  129. package/dist-types/pagination/ListAnomaliesForInsightPaginator.d.ts +1 -1
  130. package/dist-types/pagination/ListAnomalousLogGroupsPaginator.d.ts +1 -1
  131. package/dist-types/pagination/ListEventsPaginator.d.ts +1 -1
  132. package/dist-types/pagination/ListInsightsPaginator.d.ts +1 -1
  133. package/dist-types/pagination/ListMonitoredResourcesPaginator.d.ts +1 -1
  134. package/dist-types/pagination/ListNotificationChannelsPaginator.d.ts +1 -1
  135. package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +1 -1
  136. package/dist-types/pagination/ListRecommendationsPaginator.d.ts +1 -1
  137. package/dist-types/pagination/SearchInsightsPaginator.d.ts +1 -1
  138. package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +12 -24
  142. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +12 -24
  143. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +12 -24
  145. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +12 -24
  150. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +12 -24
  152. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +12 -24
  154. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +12 -24
  155. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +12 -24
  156. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +14 -23
  157. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +14 -23
  158. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +12 -24
  159. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +12 -24
  160. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +12 -24
  161. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +12 -24
  164. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +12 -24
  166. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +12 -24
  168. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +12 -24
  169. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  171. package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +3 -3
  172. package/dist-types/ts3.4/pagination/DescribeResourceCollectionHealthPaginator.d.ts +3 -3
  173. package/dist-types/ts3.4/pagination/GetCostEstimationPaginator.d.ts +3 -3
  174. package/dist-types/ts3.4/pagination/GetResourceCollectionPaginator.d.ts +3 -3
  175. package/dist-types/ts3.4/pagination/ListAnomaliesForInsightPaginator.d.ts +3 -3
  176. package/dist-types/ts3.4/pagination/ListAnomalousLogGroupsPaginator.d.ts +3 -3
  177. package/dist-types/ts3.4/pagination/ListEventsPaginator.d.ts +3 -3
  178. package/dist-types/ts3.4/pagination/ListInsightsPaginator.d.ts +3 -3
  179. package/dist-types/ts3.4/pagination/ListMonitoredResourcesPaginator.d.ts +3 -3
  180. package/dist-types/ts3.4/pagination/ListNotificationChannelsPaginator.d.ts +3 -3
  181. package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +3 -3
  182. package/dist-types/ts3.4/pagination/ListRecommendationsPaginator.d.ts +3 -3
  183. package/dist-types/ts3.4/pagination/SearchInsightsPaginator.d.ts +3 -3
  184. package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +3 -3
  185. 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeOrganizationOverviewCommand 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, DescribeOrganizationOverviewCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "DevOpsGuruClient";
29
- const commandName = "DescribeOrganizationOverviewCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CapstoneControlPlaneService",
38
- operation: "DescribeOrganizationOverview",
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_restJson1_1.se_DescribeOrganizationOverviewCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_DescribeOrganizationOverviewCommand)(output, context);
49
- }
10
+ class DescribeOrganizationOverviewCommand 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("CapstoneControlPlaneService", "DescribeOrganizationOverview", {})
22
+ .n("DevOpsGuruClient", "DescribeOrganizationOverviewCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_DescribeOrganizationOverviewCommand)
25
+ .de(Aws_restJson1_1.de_DescribeOrganizationOverviewCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DescribeOrganizationOverviewCommand = DescribeOrganizationOverviewCommand;
@@ -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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeOrganizationResourceCollectionHealthCommand 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, DescribeOrganizationResourceCollectionHealthCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "DevOpsGuruClient";
29
- const commandName = "DescribeOrganizationResourceCollectionHealthCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CapstoneControlPlaneService",
38
- operation: "DescribeOrganizationResourceCollectionHealth",
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_restJson1_1.se_DescribeOrganizationResourceCollectionHealthCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_DescribeOrganizationResourceCollectionHealthCommand)(output, context);
49
- }
10
+ class DescribeOrganizationResourceCollectionHealthCommand 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("CapstoneControlPlaneService", "DescribeOrganizationResourceCollectionHealth", {})
22
+ .n("DevOpsGuruClient", "DescribeOrganizationResourceCollectionHealthCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_DescribeOrganizationResourceCollectionHealthCommand)
25
+ .de(Aws_restJson1_1.de_DescribeOrganizationResourceCollectionHealthCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DescribeOrganizationResourceCollectionHealthCommand = DescribeOrganizationResourceCollectionHealthCommand;
@@ -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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeResourceCollectionHealthCommand 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, DescribeResourceCollectionHealthCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "DevOpsGuruClient";
29
- const commandName = "DescribeResourceCollectionHealthCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CapstoneControlPlaneService",
38
- operation: "DescribeResourceCollectionHealth",
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_restJson1_1.se_DescribeResourceCollectionHealthCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_DescribeResourceCollectionHealthCommand)(output, context);
49
- }
10
+ class DescribeResourceCollectionHealthCommand 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("CapstoneControlPlaneService", "DescribeResourceCollectionHealth", {})
22
+ .n("DevOpsGuruClient", "DescribeResourceCollectionHealthCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_DescribeResourceCollectionHealthCommand)
25
+ .de(Aws_restJson1_1.de_DescribeResourceCollectionHealthCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DescribeResourceCollectionHealthCommand = DescribeResourceCollectionHealthCommand;
@@ -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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeServiceIntegrationCommand 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, DescribeServiceIntegrationCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "DevOpsGuruClient";
29
- const commandName = "DescribeServiceIntegrationCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CapstoneControlPlaneService",
38
- operation: "DescribeServiceIntegration",
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_restJson1_1.se_DescribeServiceIntegrationCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_DescribeServiceIntegrationCommand)(output, context);
49
- }
10
+ class DescribeServiceIntegrationCommand 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("CapstoneControlPlaneService", "DescribeServiceIntegration", {})
22
+ .n("DevOpsGuruClient", "DescribeServiceIntegrationCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_DescribeServiceIntegrationCommand)
25
+ .de(Aws_restJson1_1.de_DescribeServiceIntegrationCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DescribeServiceIntegrationCommand = DescribeServiceIntegrationCommand;
@@ -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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetCostEstimationCommand 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, GetCostEstimationCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "DevOpsGuruClient";
29
- const commandName = "GetCostEstimationCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CapstoneControlPlaneService",
38
- operation: "GetCostEstimation",
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_restJson1_1.se_GetCostEstimationCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_GetCostEstimationCommand)(output, context);
49
- }
10
+ class GetCostEstimationCommand 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("CapstoneControlPlaneService", "GetCostEstimation", {})
22
+ .n("DevOpsGuruClient", "GetCostEstimationCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_GetCostEstimationCommand)
25
+ .de(Aws_restJson1_1.de_GetCostEstimationCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GetCostEstimationCommand = GetCostEstimationCommand;
@@ -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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetResourceCollectionCommand 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, GetResourceCollectionCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "DevOpsGuruClient";
29
- const commandName = "GetResourceCollectionCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CapstoneControlPlaneService",
38
- operation: "GetResourceCollection",
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_restJson1_1.se_GetResourceCollectionCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_GetResourceCollectionCommand)(output, context);
49
- }
10
+ class GetResourceCollectionCommand 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("CapstoneControlPlaneService", "GetResourceCollection", {})
22
+ .n("DevOpsGuruClient", "GetResourceCollectionCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_GetResourceCollectionCommand)
25
+ .de(Aws_restJson1_1.de_GetResourceCollectionCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GetResourceCollectionCommand = GetResourceCollectionCommand;
@@ -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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListAnomaliesForInsightCommand 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, ListAnomaliesForInsightCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "DevOpsGuruClient";
29
- const commandName = "ListAnomaliesForInsightCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CapstoneControlPlaneService",
38
- operation: "ListAnomaliesForInsight",
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_restJson1_1.se_ListAnomaliesForInsightCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_ListAnomaliesForInsightCommand)(output, context);
49
- }
10
+ class ListAnomaliesForInsightCommand 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("CapstoneControlPlaneService", "ListAnomaliesForInsight", {})
22
+ .n("DevOpsGuruClient", "ListAnomaliesForInsightCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_ListAnomaliesForInsightCommand)
25
+ .de(Aws_restJson1_1.de_ListAnomaliesForInsightCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListAnomaliesForInsightCommand = ListAnomaliesForInsightCommand;
@@ -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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListAnomalousLogGroupsCommand 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, ListAnomalousLogGroupsCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "DevOpsGuruClient";
29
- const commandName = "ListAnomalousLogGroupsCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CapstoneControlPlaneService",
38
- operation: "ListAnomalousLogGroups",
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_restJson1_1.se_ListAnomalousLogGroupsCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_ListAnomalousLogGroupsCommand)(output, context);
49
- }
10
+ class ListAnomalousLogGroupsCommand 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("CapstoneControlPlaneService", "ListAnomalousLogGroups", {})
22
+ .n("DevOpsGuruClient", "ListAnomalousLogGroupsCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_ListAnomalousLogGroupsCommand)
25
+ .de(Aws_restJson1_1.de_ListAnomalousLogGroupsCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListAnomalousLogGroupsCommand = ListAnomalousLogGroupsCommand;
@@ -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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListEventsCommand 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, ListEventsCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "DevOpsGuruClient";
29
- const commandName = "ListEventsCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CapstoneControlPlaneService",
38
- operation: "ListEvents",
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_restJson1_1.se_ListEventsCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_ListEventsCommand)(output, context);
49
- }
10
+ class ListEventsCommand 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("CapstoneControlPlaneService", "ListEvents", {})
22
+ .n("DevOpsGuruClient", "ListEventsCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_ListEventsCommand)
25
+ .de(Aws_restJson1_1.de_ListEventsCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListEventsCommand = ListEventsCommand;