@aws-sdk/client-devops-guru 3.40.0 → 3.44.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 +8 -0
  11. package/dist-cjs/models/models_0.js +219 -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 +1335 -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 +8 -0
  25. package/dist-es/models/models_0.js +153 -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 +1280 -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 +5 -7
  34. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +4 -5
  35. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +4 -5
  36. package/dist-types/commands/DescribeAnomalyCommand.d.ts +2 -4
  37. package/dist-types/commands/DescribeFeedbackCommand.d.ts +2 -3
  38. package/dist-types/commands/DescribeInsightCommand.d.ts +2 -4
  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 +6 -6
  43. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +3 -5
  44. package/dist-types/commands/GetCostEstimationCommand.d.ts +2 -2
  45. package/dist-types/commands/GetResourceCollectionCommand.d.ts +5 -5
  46. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +3 -4
  47. package/dist-types/commands/ListEventsCommand.d.ts +3 -4
  48. package/dist-types/commands/ListInsightsCommand.d.ts +4 -5
  49. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +5 -6
  50. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +35 -0
  51. package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -4
  52. package/dist-types/commands/PutFeedbackCommand.d.ts +2 -4
  53. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +4 -5
  54. package/dist-types/commands/SearchInsightsCommand.d.ts +9 -10
  55. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +42 -0
  56. package/dist-types/commands/StartCostEstimationCommand.d.ts +3 -2
  57. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +5 -4
  58. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +4 -5
  59. package/dist-types/commands/index.d.ts +5 -0
  60. package/dist-types/models/models_0.d.ts +2040 -885
  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 +486 -6
  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 +4 -4
@@ -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";
@@ -76,6 +76,10 @@ var partitionHash = {
76
76
  hostname: "devops-guru.{region}.c2s.ic.gov",
77
77
  tags: [],
78
78
  },
79
+ {
80
+ hostname: "devops-guru-fips.{region}.c2s.ic.gov",
81
+ tags: ["fips"],
82
+ },
79
83
  ],
80
84
  },
81
85
  "aws-iso-b": {
@@ -86,6 +90,10 @@ var partitionHash = {
86
90
  hostname: "devops-guru.{region}.sc2s.sgov.gov",
87
91
  tags: [],
88
92
  },
93
+ {
94
+ hostname: "devops-guru-fips.{region}.sc2s.sgov.gov",
95
+ tags: ["fips"],
96
+ },
89
97
  ],
90
98
  },
91
99
  "aws-us-gov": {
@@ -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,32 @@ 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 || (OrganizationResourceCollectionType = {}));
285
+ export var DescribeOrganizationResourceCollectionHealthRequest;
286
+ (function (DescribeOrganizationResourceCollectionHealthRequest) {
287
+ DescribeOrganizationResourceCollectionHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
288
+ })(DescribeOrganizationResourceCollectionHealthRequest || (DescribeOrganizationResourceCollectionHealthRequest = {}));
203
289
  export var InsightHealth;
204
290
  (function (InsightHealth) {
205
291
  InsightHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -244,6 +330,24 @@ export var ServiceHealth;
244
330
  (function (ServiceHealth) {
245
331
  ServiceHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
246
332
  })(ServiceHealth || (ServiceHealth = {}));
333
+ export var DescribeOrganizationResourceCollectionHealthResponse;
334
+ (function (DescribeOrganizationResourceCollectionHealthResponse) {
335
+ DescribeOrganizationResourceCollectionHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
336
+ })(DescribeOrganizationResourceCollectionHealthResponse || (DescribeOrganizationResourceCollectionHealthResponse = {}));
337
+ export var ResourceCollectionType;
338
+ (function (ResourceCollectionType) {
339
+ ResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
340
+ ResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
341
+ ResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
342
+ })(ResourceCollectionType || (ResourceCollectionType = {}));
343
+ export var DescribeResourceCollectionHealthRequest;
344
+ (function (DescribeResourceCollectionHealthRequest) {
345
+ DescribeResourceCollectionHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
346
+ })(DescribeResourceCollectionHealthRequest || (DescribeResourceCollectionHealthRequest = {}));
347
+ export var TagHealth;
348
+ (function (TagHealth) {
349
+ TagHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
350
+ })(TagHealth || (TagHealth = {}));
247
351
  export var DescribeResourceCollectionHealthResponse;
248
352
  (function (DescribeResourceCollectionHealthResponse) {
249
353
  DescribeResourceCollectionHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -286,6 +390,10 @@ export var CloudFormationCostEstimationResourceCollectionFilter;
286
390
  (function (CloudFormationCostEstimationResourceCollectionFilter) {
287
391
  CloudFormationCostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
288
392
  })(CloudFormationCostEstimationResourceCollectionFilter || (CloudFormationCostEstimationResourceCollectionFilter = {}));
393
+ export var TagCostEstimationResourceCollectionFilter;
394
+ (function (TagCostEstimationResourceCollectionFilter) {
395
+ TagCostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
396
+ })(TagCostEstimationResourceCollectionFilter || (TagCostEstimationResourceCollectionFilter = {}));
289
397
  export var CostEstimationResourceCollectionFilter;
290
398
  (function (CostEstimationResourceCollectionFilter) {
291
399
  CostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -311,6 +419,10 @@ export var CloudFormationCollectionFilter;
311
419
  (function (CloudFormationCollectionFilter) {
312
420
  CloudFormationCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
313
421
  })(CloudFormationCollectionFilter || (CloudFormationCollectionFilter = {}));
422
+ export var TagCollectionFilter;
423
+ (function (TagCollectionFilter) {
424
+ TagCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
425
+ })(TagCollectionFilter || (TagCollectionFilter = {}));
314
426
  export var ResourceCollectionFilter;
315
427
  (function (ResourceCollectionFilter) {
316
428
  ResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -433,6 +545,22 @@ export var ListNotificationChannelsResponse;
433
545
  (function (ListNotificationChannelsResponse) {
434
546
  ListNotificationChannelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
435
547
  })(ListNotificationChannelsResponse || (ListNotificationChannelsResponse = {}));
548
+ export var ListOrganizationInsightsRequest;
549
+ (function (ListOrganizationInsightsRequest) {
550
+ ListOrganizationInsightsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
551
+ })(ListOrganizationInsightsRequest || (ListOrganizationInsightsRequest = {}));
552
+ export var ProactiveOrganizationInsightSummary;
553
+ (function (ProactiveOrganizationInsightSummary) {
554
+ ProactiveOrganizationInsightSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
555
+ })(ProactiveOrganizationInsightSummary || (ProactiveOrganizationInsightSummary = {}));
556
+ export var ReactiveOrganizationInsightSummary;
557
+ (function (ReactiveOrganizationInsightSummary) {
558
+ ReactiveOrganizationInsightSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
559
+ })(ReactiveOrganizationInsightSummary || (ReactiveOrganizationInsightSummary = {}));
560
+ export var ListOrganizationInsightsResponse;
561
+ (function (ListOrganizationInsightsResponse) {
562
+ ListOrganizationInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
563
+ })(ListOrganizationInsightsResponse || (ListOrganizationInsightsResponse = {}));
436
564
  export var Locale;
437
565
  (function (Locale) {
438
566
  Locale["DE_DE"] = "DE_DE";
@@ -511,6 +639,18 @@ export var SearchInsightsResponse;
511
639
  (function (SearchInsightsResponse) {
512
640
  SearchInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
513
641
  })(SearchInsightsResponse || (SearchInsightsResponse = {}));
642
+ export var SearchOrganizationInsightsFilters;
643
+ (function (SearchOrganizationInsightsFilters) {
644
+ SearchOrganizationInsightsFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
645
+ })(SearchOrganizationInsightsFilters || (SearchOrganizationInsightsFilters = {}));
646
+ export var SearchOrganizationInsightsRequest;
647
+ (function (SearchOrganizationInsightsRequest) {
648
+ SearchOrganizationInsightsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
649
+ })(SearchOrganizationInsightsRequest || (SearchOrganizationInsightsRequest = {}));
650
+ export var SearchOrganizationInsightsResponse;
651
+ (function (SearchOrganizationInsightsResponse) {
652
+ SearchOrganizationInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
653
+ })(SearchOrganizationInsightsResponse || (SearchOrganizationInsightsResponse = {}));
514
654
  export var StartCostEstimationRequest;
515
655
  (function (StartCostEstimationRequest) {
516
656
  StartCostEstimationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -528,6 +668,10 @@ export var UpdateCloudFormationCollectionFilter;
528
668
  (function (UpdateCloudFormationCollectionFilter) {
529
669
  UpdateCloudFormationCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
530
670
  })(UpdateCloudFormationCollectionFilter || (UpdateCloudFormationCollectionFilter = {}));
671
+ export var UpdateTagCollectionFilter;
672
+ (function (UpdateTagCollectionFilter) {
673
+ UpdateTagCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
674
+ })(UpdateTagCollectionFilter || (UpdateTagCollectionFilter = {}));
531
675
  export var UpdateResourceCollectionFilter;
532
676
  (function (UpdateResourceCollectionFilter) {
533
677
  UpdateResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };