@aws-sdk/client-devops-guru 3.41.0 → 3.45.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 (80) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +14 -16
  3. package/dist-cjs/DevOpsGuru.js +75 -0
  4. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +36 -0
  6. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +36 -0
  7. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +36 -0
  8. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +36 -0
  9. package/dist-cjs/commands/index.js +5 -0
  10. package/dist-cjs/endpoints.js +1 -0
  11. package/dist-cjs/models/models_0.js +220 -12
  12. package/dist-cjs/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +34 -0
  13. package/dist-cjs/pagination/ListOrganizationInsightsPaginator.js +35 -0
  14. package/dist-cjs/pagination/SearchOrganizationInsightsPaginator.js +35 -0
  15. package/dist-cjs/pagination/index.js +3 -0
  16. package/dist-cjs/protocols/Aws_restJson1.js +1339 -208
  17. package/dist-es/DevOpsGuru.js +75 -0
  18. package/dist-es/commands/DescribeOrganizationHealthCommand.js +39 -0
  19. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +39 -0
  20. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +39 -0
  21. package/dist-es/commands/ListOrganizationInsightsCommand.js +39 -0
  22. package/dist-es/commands/SearchOrganizationInsightsCommand.js +39 -0
  23. package/dist-es/commands/index.js +5 -0
  24. package/dist-es/endpoints.js +1 -0
  25. package/dist-es/models/models_0.js +154 -9
  26. package/dist-es/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +73 -0
  27. package/dist-es/pagination/ListOrganizationInsightsPaginator.js +74 -0
  28. package/dist-es/pagination/SearchOrganizationInsightsPaginator.js +74 -0
  29. package/dist-es/pagination/index.js +3 -0
  30. package/dist-es/protocols/Aws_restJson1.js +1284 -111
  31. package/dist-types/DevOpsGuru.d.ts +117 -92
  32. package/dist-types/DevOpsGuruClient.d.ts +19 -16
  33. package/dist-types/commands/AddNotificationChannelCommand.d.ts +4 -6
  34. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +3 -4
  35. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +3 -4
  36. package/dist-types/commands/DescribeAnomalyCommand.d.ts +1 -3
  37. package/dist-types/commands/DescribeFeedbackCommand.d.ts +1 -2
  38. package/dist-types/commands/DescribeInsightCommand.d.ts +1 -3
  39. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +36 -0
  40. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +36 -0
  41. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +37 -0
  42. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +5 -5
  43. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +2 -4
  44. package/dist-types/commands/GetCostEstimationCommand.d.ts +1 -1
  45. package/dist-types/commands/GetResourceCollectionCommand.d.ts +4 -4
  46. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +2 -3
  47. package/dist-types/commands/ListEventsCommand.d.ts +2 -3
  48. package/dist-types/commands/ListInsightsCommand.d.ts +3 -4
  49. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +4 -5
  50. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +35 -0
  51. package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -3
  52. package/dist-types/commands/PutFeedbackCommand.d.ts +1 -3
  53. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +3 -4
  54. package/dist-types/commands/SearchInsightsCommand.d.ts +8 -9
  55. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +42 -0
  56. package/dist-types/commands/StartCostEstimationCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +4 -3
  58. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +3 -4
  59. package/dist-types/commands/index.d.ts +5 -0
  60. package/dist-types/models/models_0.d.ts +2078 -886
  61. package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
  62. package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
  63. package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
  64. package/dist-types/pagination/index.d.ts +3 -0
  65. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  66. package/dist-types/ts3.4/DevOpsGuru.d.ts +25 -0
  67. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +7 -2
  68. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +490 -7
  75. package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
  77. package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
  78. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  79. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  80. package/package.json +5 -5
@@ -5,6 +5,9 @@ import { DescribeAccountOverviewCommand, } from "./commands/DescribeAccountOverv
5
5
  import { DescribeAnomalyCommand, } from "./commands/DescribeAnomalyCommand";
6
6
  import { DescribeFeedbackCommand, } from "./commands/DescribeFeedbackCommand";
7
7
  import { DescribeInsightCommand, } from "./commands/DescribeInsightCommand";
8
+ import { DescribeOrganizationHealthCommand, } from "./commands/DescribeOrganizationHealthCommand";
9
+ import { DescribeOrganizationOverviewCommand, } from "./commands/DescribeOrganizationOverviewCommand";
10
+ import { DescribeOrganizationResourceCollectionHealthCommand, } from "./commands/DescribeOrganizationResourceCollectionHealthCommand";
8
11
  import { DescribeResourceCollectionHealthCommand, } from "./commands/DescribeResourceCollectionHealthCommand";
9
12
  import { DescribeServiceIntegrationCommand, } from "./commands/DescribeServiceIntegrationCommand";
10
13
  import { GetCostEstimationCommand, } from "./commands/GetCostEstimationCommand";
@@ -13,10 +16,12 @@ import { ListAnomaliesForInsightCommand, } from "./commands/ListAnomaliesForInsi
13
16
  import { ListEventsCommand } from "./commands/ListEventsCommand";
14
17
  import { ListInsightsCommand, } from "./commands/ListInsightsCommand";
15
18
  import { ListNotificationChannelsCommand, } from "./commands/ListNotificationChannelsCommand";
19
+ import { ListOrganizationInsightsCommand, } from "./commands/ListOrganizationInsightsCommand";
16
20
  import { ListRecommendationsCommand, } from "./commands/ListRecommendationsCommand";
17
21
  import { PutFeedbackCommand } from "./commands/PutFeedbackCommand";
18
22
  import { RemoveNotificationChannelCommand, } from "./commands/RemoveNotificationChannelCommand";
19
23
  import { SearchInsightsCommand, } from "./commands/SearchInsightsCommand";
24
+ import { SearchOrganizationInsightsCommand, } from "./commands/SearchOrganizationInsightsCommand";
20
25
  import { StartCostEstimationCommand, } from "./commands/StartCostEstimationCommand";
21
26
  import { UpdateResourceCollectionCommand, } from "./commands/UpdateResourceCollectionCommand";
22
27
  import { UpdateServiceIntegrationCommand, } from "./commands/UpdateServiceIntegrationCommand";
@@ -110,6 +115,48 @@ var DevOpsGuru = (function (_super) {
110
115
  return this.send(command, optionsOrCb);
111
116
  }
112
117
  };
118
+ DevOpsGuru.prototype.describeOrganizationHealth = function (args, optionsOrCb, cb) {
119
+ var command = new DescribeOrganizationHealthCommand(args);
120
+ if (typeof optionsOrCb === "function") {
121
+ this.send(command, optionsOrCb);
122
+ }
123
+ else if (typeof cb === "function") {
124
+ if (typeof optionsOrCb !== "object")
125
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
126
+ this.send(command, optionsOrCb || {}, cb);
127
+ }
128
+ else {
129
+ return this.send(command, optionsOrCb);
130
+ }
131
+ };
132
+ DevOpsGuru.prototype.describeOrganizationOverview = function (args, optionsOrCb, cb) {
133
+ var command = new DescribeOrganizationOverviewCommand(args);
134
+ if (typeof optionsOrCb === "function") {
135
+ this.send(command, optionsOrCb);
136
+ }
137
+ else if (typeof cb === "function") {
138
+ if (typeof optionsOrCb !== "object")
139
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
140
+ this.send(command, optionsOrCb || {}, cb);
141
+ }
142
+ else {
143
+ return this.send(command, optionsOrCb);
144
+ }
145
+ };
146
+ DevOpsGuru.prototype.describeOrganizationResourceCollectionHealth = function (args, optionsOrCb, cb) {
147
+ var command = new DescribeOrganizationResourceCollectionHealthCommand(args);
148
+ if (typeof optionsOrCb === "function") {
149
+ this.send(command, optionsOrCb);
150
+ }
151
+ else if (typeof cb === "function") {
152
+ if (typeof optionsOrCb !== "object")
153
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
154
+ this.send(command, optionsOrCb || {}, cb);
155
+ }
156
+ else {
157
+ return this.send(command, optionsOrCb);
158
+ }
159
+ };
113
160
  DevOpsGuru.prototype.describeResourceCollectionHealth = function (args, optionsOrCb, cb) {
114
161
  var command = new DescribeResourceCollectionHealthCommand(args);
115
162
  if (typeof optionsOrCb === "function") {
@@ -222,6 +269,20 @@ var DevOpsGuru = (function (_super) {
222
269
  return this.send(command, optionsOrCb);
223
270
  }
224
271
  };
272
+ DevOpsGuru.prototype.listOrganizationInsights = function (args, optionsOrCb, cb) {
273
+ var command = new ListOrganizationInsightsCommand(args);
274
+ if (typeof optionsOrCb === "function") {
275
+ this.send(command, optionsOrCb);
276
+ }
277
+ else if (typeof cb === "function") {
278
+ if (typeof optionsOrCb !== "object")
279
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
280
+ this.send(command, optionsOrCb || {}, cb);
281
+ }
282
+ else {
283
+ return this.send(command, optionsOrCb);
284
+ }
285
+ };
225
286
  DevOpsGuru.prototype.listRecommendations = function (args, optionsOrCb, cb) {
226
287
  var command = new ListRecommendationsCommand(args);
227
288
  if (typeof optionsOrCb === "function") {
@@ -278,6 +339,20 @@ var DevOpsGuru = (function (_super) {
278
339
  return this.send(command, optionsOrCb);
279
340
  }
280
341
  };
342
+ DevOpsGuru.prototype.searchOrganizationInsights = function (args, optionsOrCb, cb) {
343
+ var command = new SearchOrganizationInsightsCommand(args);
344
+ if (typeof optionsOrCb === "function") {
345
+ this.send(command, optionsOrCb);
346
+ }
347
+ else if (typeof cb === "function") {
348
+ if (typeof optionsOrCb !== "object")
349
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
350
+ this.send(command, optionsOrCb || {}, cb);
351
+ }
352
+ else {
353
+ return this.send(command, optionsOrCb);
354
+ }
355
+ };
281
356
  DevOpsGuru.prototype.startCostEstimation = function (args, optionsOrCb, cb) {
282
357
  var command = new StartCostEstimationCommand(args);
283
358
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeOrganizationHealthRequest, DescribeOrganizationHealthResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeOrganizationHealthCommand, serializeAws_restJson1DescribeOrganizationHealthCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeOrganizationHealthCommand = (function (_super) {
7
+ __extends(DescribeOrganizationHealthCommand, _super);
8
+ function DescribeOrganizationHealthCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DescribeOrganizationHealthCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DevOpsGuruClient";
18
+ var commandName = "DescribeOrganizationHealthCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DescribeOrganizationHealthRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeOrganizationHealthResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeOrganizationHealthCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1DescribeOrganizationHealthCommand(input, context);
33
+ };
34
+ DescribeOrganizationHealthCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1DescribeOrganizationHealthCommand(output, context);
36
+ };
37
+ return DescribeOrganizationHealthCommand;
38
+ }($Command));
39
+ export { DescribeOrganizationHealthCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeOrganizationOverviewRequest, DescribeOrganizationOverviewResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeOrganizationOverviewCommand, serializeAws_restJson1DescribeOrganizationOverviewCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeOrganizationOverviewCommand = (function (_super) {
7
+ __extends(DescribeOrganizationOverviewCommand, _super);
8
+ function DescribeOrganizationOverviewCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DescribeOrganizationOverviewCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DevOpsGuruClient";
18
+ var commandName = "DescribeOrganizationOverviewCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DescribeOrganizationOverviewRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeOrganizationOverviewResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeOrganizationOverviewCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1DescribeOrganizationOverviewCommand(input, context);
33
+ };
34
+ DescribeOrganizationOverviewCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1DescribeOrganizationOverviewCommand(output, context);
36
+ };
37
+ return DescribeOrganizationOverviewCommand;
38
+ }($Command));
39
+ export { DescribeOrganizationOverviewCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeOrganizationResourceCollectionHealthRequest, DescribeOrganizationResourceCollectionHealthResponse, } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand, serializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeOrganizationResourceCollectionHealthCommand = (function (_super) {
7
+ __extends(DescribeOrganizationResourceCollectionHealthCommand, _super);
8
+ function DescribeOrganizationResourceCollectionHealthCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DescribeOrganizationResourceCollectionHealthCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DevOpsGuruClient";
18
+ var commandName = "DescribeOrganizationResourceCollectionHealthCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DescribeOrganizationResourceCollectionHealthRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeOrganizationResourceCollectionHealthResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeOrganizationResourceCollectionHealthCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand(input, context);
33
+ };
34
+ DescribeOrganizationResourceCollectionHealthCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand(output, context);
36
+ };
37
+ return DescribeOrganizationResourceCollectionHealthCommand;
38
+ }($Command));
39
+ export { DescribeOrganizationResourceCollectionHealthCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListOrganizationInsightsRequest, ListOrganizationInsightsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListOrganizationInsightsCommand, serializeAws_restJson1ListOrganizationInsightsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListOrganizationInsightsCommand = (function (_super) {
7
+ __extends(ListOrganizationInsightsCommand, _super);
8
+ function ListOrganizationInsightsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListOrganizationInsightsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DevOpsGuruClient";
18
+ var commandName = "ListOrganizationInsightsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListOrganizationInsightsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListOrganizationInsightsResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListOrganizationInsightsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1ListOrganizationInsightsCommand(input, context);
33
+ };
34
+ ListOrganizationInsightsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1ListOrganizationInsightsCommand(output, context);
36
+ };
37
+ return ListOrganizationInsightsCommand;
38
+ }($Command));
39
+ export { ListOrganizationInsightsCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { SearchOrganizationInsightsRequest, SearchOrganizationInsightsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1SearchOrganizationInsightsCommand, serializeAws_restJson1SearchOrganizationInsightsCommand, } from "../protocols/Aws_restJson1";
6
+ var SearchOrganizationInsightsCommand = (function (_super) {
7
+ __extends(SearchOrganizationInsightsCommand, _super);
8
+ function SearchOrganizationInsightsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ SearchOrganizationInsightsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DevOpsGuruClient";
18
+ var commandName = "SearchOrganizationInsightsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: SearchOrganizationInsightsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: SearchOrganizationInsightsResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ SearchOrganizationInsightsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1SearchOrganizationInsightsCommand(input, context);
33
+ };
34
+ SearchOrganizationInsightsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1SearchOrganizationInsightsCommand(output, context);
36
+ };
37
+ return SearchOrganizationInsightsCommand;
38
+ }($Command));
39
+ export { SearchOrganizationInsightsCommand };
@@ -4,6 +4,9 @@ export * from "./DescribeAccountOverviewCommand";
4
4
  export * from "./DescribeAnomalyCommand";
5
5
  export * from "./DescribeFeedbackCommand";
6
6
  export * from "./DescribeInsightCommand";
7
+ export * from "./DescribeOrganizationHealthCommand";
8
+ export * from "./DescribeOrganizationOverviewCommand";
9
+ export * from "./DescribeOrganizationResourceCollectionHealthCommand";
7
10
  export * from "./DescribeResourceCollectionHealthCommand";
8
11
  export * from "./DescribeServiceIntegrationCommand";
9
12
  export * from "./GetCostEstimationCommand";
@@ -12,10 +15,12 @@ export * from "./ListAnomaliesForInsightCommand";
12
15
  export * from "./ListEventsCommand";
13
16
  export * from "./ListInsightsCommand";
14
17
  export * from "./ListNotificationChannelsCommand";
18
+ export * from "./ListOrganizationInsightsCommand";
15
19
  export * from "./ListRecommendationsCommand";
16
20
  export * from "./PutFeedbackCommand";
17
21
  export * from "./RemoveNotificationChannelCommand";
18
22
  export * from "./SearchInsightsCommand";
23
+ export * from "./SearchOrganizationInsightsCommand";
19
24
  export * from "./StartCostEstimationCommand";
20
25
  export * from "./UpdateResourceCollectionCommand";
21
26
  export * from "./UpdateServiceIntegrationCommand";
@@ -12,6 +12,7 @@ var partitionHash = {
12
12
  "ap-south-1",
13
13
  "ap-southeast-1",
14
14
  "ap-southeast-2",
15
+ "ap-southeast-3",
15
16
  "ca-central-1",
16
17
  "eu-central-1",
17
18
  "eu-north-1",
@@ -3,6 +3,14 @@ export var AccessDeniedException;
3
3
  (function (AccessDeniedException) {
4
4
  AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
5
5
  })(AccessDeniedException || (AccessDeniedException = {}));
6
+ export var AccountInsightHealth;
7
+ (function (AccountInsightHealth) {
8
+ AccountInsightHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
9
+ })(AccountInsightHealth || (AccountInsightHealth = {}));
10
+ export var AccountHealth;
11
+ (function (AccountHealth) {
12
+ AccountHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
13
+ })(AccountHealth || (AccountHealth = {}));
6
14
  export var SnsChannelConfig;
7
15
  (function (SnsChannelConfig) {
8
16
  SnsChannelConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -47,7 +55,9 @@ export var ValidationExceptionReason;
47
55
  (function (ValidationExceptionReason) {
48
56
  ValidationExceptionReason["CANNOT_PARSE"] = "CANNOT_PARSE";
49
57
  ValidationExceptionReason["FIELD_VALIDATION_FAILED"] = "FIELD_VALIDATION_FAILED";
58
+ ValidationExceptionReason["INVALID_PARAMETER_COMBINATION"] = "INVALID_PARAMETER_COMBINATION";
50
59
  ValidationExceptionReason["OTHER"] = "OTHER";
60
+ ValidationExceptionReason["PARAMETER_INCONSISTENT_WITH_SERVICE_STATE"] = "PARAMETER_INCONSISTENT_WITH_SERVICE_STATE";
51
61
  ValidationExceptionReason["UNKNOWN_OPERATION"] = "UNKNOWN_OPERATION";
52
62
  })(ValidationExceptionReason || (ValidationExceptionReason = {}));
53
63
  export var ValidationException;
@@ -58,6 +68,10 @@ export var AnomalyReportedTimeRange;
58
68
  (function (AnomalyReportedTimeRange) {
59
69
  AnomalyReportedTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
60
70
  })(AnomalyReportedTimeRange || (AnomalyReportedTimeRange = {}));
71
+ export var AnomalyResource;
72
+ (function (AnomalyResource) {
73
+ AnomalyResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
74
+ })(AnomalyResource || (AnomalyResource = {}));
61
75
  export var AnomalySeverity;
62
76
  (function (AnomalySeverity) {
63
77
  AnomalySeverity["HIGH"] = "HIGH";
@@ -68,6 +82,20 @@ export var CloudWatchMetricsDimension;
68
82
  (function (CloudWatchMetricsDimension) {
69
83
  CloudWatchMetricsDimension.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
70
84
  })(CloudWatchMetricsDimension || (CloudWatchMetricsDimension = {}));
85
+ export var CloudWatchMetricDataStatusCode;
86
+ (function (CloudWatchMetricDataStatusCode) {
87
+ CloudWatchMetricDataStatusCode["COMPLETE"] = "Complete";
88
+ CloudWatchMetricDataStatusCode["INTERNAL_ERROR"] = "InternalError";
89
+ CloudWatchMetricDataStatusCode["PARTIAL_DATA"] = "PartialData";
90
+ })(CloudWatchMetricDataStatusCode || (CloudWatchMetricDataStatusCode = {}));
91
+ export var TimestampMetricValuePair;
92
+ (function (TimestampMetricValuePair) {
93
+ TimestampMetricValuePair.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
94
+ })(TimestampMetricValuePair || (TimestampMetricValuePair = {}));
95
+ export var CloudWatchMetricsDataSummary;
96
+ (function (CloudWatchMetricsDataSummary) {
97
+ CloudWatchMetricsDataSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
98
+ })(CloudWatchMetricsDataSummary || (CloudWatchMetricsDataSummary = {}));
71
99
  export var CloudWatchMetricsStat;
72
100
  (function (CloudWatchMetricsStat) {
73
101
  CloudWatchMetricsStat["AVERAGE"] = "Average";
@@ -83,6 +111,38 @@ export var CloudWatchMetricsDetail;
83
111
  (function (CloudWatchMetricsDetail) {
84
112
  CloudWatchMetricsDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
85
113
  })(CloudWatchMetricsDetail || (CloudWatchMetricsDetail = {}));
114
+ export var PerformanceInsightsMetricDimensionGroup;
115
+ (function (PerformanceInsightsMetricDimensionGroup) {
116
+ PerformanceInsightsMetricDimensionGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
117
+ })(PerformanceInsightsMetricDimensionGroup || (PerformanceInsightsMetricDimensionGroup = {}));
118
+ export var PerformanceInsightsMetricQuery;
119
+ (function (PerformanceInsightsMetricQuery) {
120
+ PerformanceInsightsMetricQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
121
+ })(PerformanceInsightsMetricQuery || (PerformanceInsightsMetricQuery = {}));
122
+ export var PerformanceInsightsReferenceMetric;
123
+ (function (PerformanceInsightsReferenceMetric) {
124
+ PerformanceInsightsReferenceMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
125
+ })(PerformanceInsightsReferenceMetric || (PerformanceInsightsReferenceMetric = {}));
126
+ export var PerformanceInsightsReferenceScalar;
127
+ (function (PerformanceInsightsReferenceScalar) {
128
+ PerformanceInsightsReferenceScalar.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
129
+ })(PerformanceInsightsReferenceScalar || (PerformanceInsightsReferenceScalar = {}));
130
+ export var PerformanceInsightsReferenceComparisonValues;
131
+ (function (PerformanceInsightsReferenceComparisonValues) {
132
+ PerformanceInsightsReferenceComparisonValues.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
133
+ })(PerformanceInsightsReferenceComparisonValues || (PerformanceInsightsReferenceComparisonValues = {}));
134
+ export var PerformanceInsightsReferenceData;
135
+ (function (PerformanceInsightsReferenceData) {
136
+ PerformanceInsightsReferenceData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
137
+ })(PerformanceInsightsReferenceData || (PerformanceInsightsReferenceData = {}));
138
+ export var PerformanceInsightsStat;
139
+ (function (PerformanceInsightsStat) {
140
+ PerformanceInsightsStat.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
141
+ })(PerformanceInsightsStat || (PerformanceInsightsStat = {}));
142
+ export var PerformanceInsightsMetricsDetail;
143
+ (function (PerformanceInsightsMetricsDetail) {
144
+ PerformanceInsightsMetricsDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
145
+ })(PerformanceInsightsMetricsDetail || (PerformanceInsightsMetricsDetail = {}));
86
146
  export var AnomalySourceDetails;
87
147
  (function (AnomalySourceDetails) {
88
148
  AnomalySourceDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -96,6 +156,11 @@ export var AnomalyTimeRange;
96
156
  (function (AnomalyTimeRange) {
97
157
  AnomalyTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
98
158
  })(AnomalyTimeRange || (AnomalyTimeRange = {}));
159
+ export var AnomalyType;
160
+ (function (AnomalyType) {
161
+ AnomalyType["CAUSAL"] = "CAUSAL";
162
+ AnomalyType["CONTEXTUAL"] = "CONTEXTUAL";
163
+ })(AnomalyType || (AnomalyType = {}));
99
164
  export var DescribeAccountHealthRequest;
100
165
  (function (DescribeAccountHealthRequest) {
101
166
  DescribeAccountHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -124,6 +189,10 @@ export var CloudFormationCollection;
124
189
  (function (CloudFormationCollection) {
125
190
  CloudFormationCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
126
191
  })(CloudFormationCollection || (CloudFormationCollection = {}));
192
+ export var TagCollection;
193
+ (function (TagCollection) {
194
+ TagCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
195
+ })(TagCollection || (TagCollection = {}));
127
196
  export var ResourceCollection;
128
197
  (function (ResourceCollection) {
129
198
  ResourceCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -191,15 +260,33 @@ export var DescribeInsightResponse;
191
260
  (function (DescribeInsightResponse) {
192
261
  DescribeInsightResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
193
262
  })(DescribeInsightResponse || (DescribeInsightResponse = {}));
194
- export var ResourceCollectionType;
195
- (function (ResourceCollectionType) {
196
- ResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
197
- ResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
198
- })(ResourceCollectionType || (ResourceCollectionType = {}));
199
- export var DescribeResourceCollectionHealthRequest;
200
- (function (DescribeResourceCollectionHealthRequest) {
201
- DescribeResourceCollectionHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
202
- })(DescribeResourceCollectionHealthRequest || (DescribeResourceCollectionHealthRequest = {}));
263
+ export var DescribeOrganizationHealthRequest;
264
+ (function (DescribeOrganizationHealthRequest) {
265
+ DescribeOrganizationHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
266
+ })(DescribeOrganizationHealthRequest || (DescribeOrganizationHealthRequest = {}));
267
+ export var DescribeOrganizationHealthResponse;
268
+ (function (DescribeOrganizationHealthResponse) {
269
+ DescribeOrganizationHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
270
+ })(DescribeOrganizationHealthResponse || (DescribeOrganizationHealthResponse = {}));
271
+ export var DescribeOrganizationOverviewRequest;
272
+ (function (DescribeOrganizationOverviewRequest) {
273
+ DescribeOrganizationOverviewRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
274
+ })(DescribeOrganizationOverviewRequest || (DescribeOrganizationOverviewRequest = {}));
275
+ export var DescribeOrganizationOverviewResponse;
276
+ (function (DescribeOrganizationOverviewResponse) {
277
+ DescribeOrganizationOverviewResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
278
+ })(DescribeOrganizationOverviewResponse || (DescribeOrganizationOverviewResponse = {}));
279
+ export var OrganizationResourceCollectionType;
280
+ (function (OrganizationResourceCollectionType) {
281
+ OrganizationResourceCollectionType["AWS_ACCOUNT"] = "AWS_ACCOUNT";
282
+ OrganizationResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
283
+ OrganizationResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
284
+ OrganizationResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
285
+ })(OrganizationResourceCollectionType || (OrganizationResourceCollectionType = {}));
286
+ export var DescribeOrganizationResourceCollectionHealthRequest;
287
+ (function (DescribeOrganizationResourceCollectionHealthRequest) {
288
+ DescribeOrganizationResourceCollectionHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
289
+ })(DescribeOrganizationResourceCollectionHealthRequest || (DescribeOrganizationResourceCollectionHealthRequest = {}));
203
290
  export var InsightHealth;
204
291
  (function (InsightHealth) {
205
292
  InsightHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -244,6 +331,24 @@ export var ServiceHealth;
244
331
  (function (ServiceHealth) {
245
332
  ServiceHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
246
333
  })(ServiceHealth || (ServiceHealth = {}));
334
+ export var TagHealth;
335
+ (function (TagHealth) {
336
+ TagHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
337
+ })(TagHealth || (TagHealth = {}));
338
+ export var DescribeOrganizationResourceCollectionHealthResponse;
339
+ (function (DescribeOrganizationResourceCollectionHealthResponse) {
340
+ DescribeOrganizationResourceCollectionHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
341
+ })(DescribeOrganizationResourceCollectionHealthResponse || (DescribeOrganizationResourceCollectionHealthResponse = {}));
342
+ export var ResourceCollectionType;
343
+ (function (ResourceCollectionType) {
344
+ ResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
345
+ ResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
346
+ ResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
347
+ })(ResourceCollectionType || (ResourceCollectionType = {}));
348
+ export var DescribeResourceCollectionHealthRequest;
349
+ (function (DescribeResourceCollectionHealthRequest) {
350
+ DescribeResourceCollectionHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
351
+ })(DescribeResourceCollectionHealthRequest || (DescribeResourceCollectionHealthRequest = {}));
247
352
  export var DescribeResourceCollectionHealthResponse;
248
353
  (function (DescribeResourceCollectionHealthResponse) {
249
354
  DescribeResourceCollectionHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -286,6 +391,10 @@ export var CloudFormationCostEstimationResourceCollectionFilter;
286
391
  (function (CloudFormationCostEstimationResourceCollectionFilter) {
287
392
  CloudFormationCostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
288
393
  })(CloudFormationCostEstimationResourceCollectionFilter || (CloudFormationCostEstimationResourceCollectionFilter = {}));
394
+ export var TagCostEstimationResourceCollectionFilter;
395
+ (function (TagCostEstimationResourceCollectionFilter) {
396
+ TagCostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
397
+ })(TagCostEstimationResourceCollectionFilter || (TagCostEstimationResourceCollectionFilter = {}));
289
398
  export var CostEstimationResourceCollectionFilter;
290
399
  (function (CostEstimationResourceCollectionFilter) {
291
400
  CostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -311,6 +420,10 @@ export var CloudFormationCollectionFilter;
311
420
  (function (CloudFormationCollectionFilter) {
312
421
  CloudFormationCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
313
422
  })(CloudFormationCollectionFilter || (CloudFormationCollectionFilter = {}));
423
+ export var TagCollectionFilter;
424
+ (function (TagCollectionFilter) {
425
+ TagCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
426
+ })(TagCollectionFilter || (TagCollectionFilter = {}));
314
427
  export var ResourceCollectionFilter;
315
428
  (function (ResourceCollectionFilter) {
316
429
  ResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -433,6 +546,22 @@ export var ListNotificationChannelsResponse;
433
546
  (function (ListNotificationChannelsResponse) {
434
547
  ListNotificationChannelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
435
548
  })(ListNotificationChannelsResponse || (ListNotificationChannelsResponse = {}));
549
+ export var ListOrganizationInsightsRequest;
550
+ (function (ListOrganizationInsightsRequest) {
551
+ ListOrganizationInsightsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
552
+ })(ListOrganizationInsightsRequest || (ListOrganizationInsightsRequest = {}));
553
+ export var ProactiveOrganizationInsightSummary;
554
+ (function (ProactiveOrganizationInsightSummary) {
555
+ ProactiveOrganizationInsightSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
556
+ })(ProactiveOrganizationInsightSummary || (ProactiveOrganizationInsightSummary = {}));
557
+ export var ReactiveOrganizationInsightSummary;
558
+ (function (ReactiveOrganizationInsightSummary) {
559
+ ReactiveOrganizationInsightSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
560
+ })(ReactiveOrganizationInsightSummary || (ReactiveOrganizationInsightSummary = {}));
561
+ export var ListOrganizationInsightsResponse;
562
+ (function (ListOrganizationInsightsResponse) {
563
+ ListOrganizationInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
564
+ })(ListOrganizationInsightsResponse || (ListOrganizationInsightsResponse = {}));
436
565
  export var Locale;
437
566
  (function (Locale) {
438
567
  Locale["DE_DE"] = "DE_DE";
@@ -511,6 +640,18 @@ export var SearchInsightsResponse;
511
640
  (function (SearchInsightsResponse) {
512
641
  SearchInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
513
642
  })(SearchInsightsResponse || (SearchInsightsResponse = {}));
643
+ export var SearchOrganizationInsightsFilters;
644
+ (function (SearchOrganizationInsightsFilters) {
645
+ SearchOrganizationInsightsFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
646
+ })(SearchOrganizationInsightsFilters || (SearchOrganizationInsightsFilters = {}));
647
+ export var SearchOrganizationInsightsRequest;
648
+ (function (SearchOrganizationInsightsRequest) {
649
+ SearchOrganizationInsightsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
650
+ })(SearchOrganizationInsightsRequest || (SearchOrganizationInsightsRequest = {}));
651
+ export var SearchOrganizationInsightsResponse;
652
+ (function (SearchOrganizationInsightsResponse) {
653
+ SearchOrganizationInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
654
+ })(SearchOrganizationInsightsResponse || (SearchOrganizationInsightsResponse = {}));
514
655
  export var StartCostEstimationRequest;
515
656
  (function (StartCostEstimationRequest) {
516
657
  StartCostEstimationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -528,6 +669,10 @@ export var UpdateCloudFormationCollectionFilter;
528
669
  (function (UpdateCloudFormationCollectionFilter) {
529
670
  UpdateCloudFormationCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
530
671
  })(UpdateCloudFormationCollectionFilter || (UpdateCloudFormationCollectionFilter = {}));
672
+ export var UpdateTagCollectionFilter;
673
+ (function (UpdateTagCollectionFilter) {
674
+ UpdateTagCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
675
+ })(UpdateTagCollectionFilter || (UpdateTagCollectionFilter = {}));
531
676
  export var UpdateResourceCollectionFilter;
532
677
  (function (UpdateResourceCollectionFilter) {
533
678
  UpdateResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };