@aws-sdk/client-devops-guru 3.39.0 → 3.43.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 (90) 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 +74 -5
  11. package/dist-cjs/models/models_0.js +126 -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 +773 -21
  17. package/dist-cjs/runtimeConfig.browser.js +6 -3
  18. package/dist-cjs/runtimeConfig.js +5 -3
  19. package/dist-es/DevOpsGuru.js +75 -0
  20. package/dist-es/commands/DescribeOrganizationHealthCommand.js +39 -0
  21. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +39 -0
  22. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +39 -0
  23. package/dist-es/commands/ListOrganizationInsightsCommand.js +39 -0
  24. package/dist-es/commands/SearchOrganizationInsightsCommand.js +39 -0
  25. package/dist-es/commands/index.js +5 -0
  26. package/dist-es/endpoints.js +74 -5
  27. package/dist-es/models/models_0.js +89 -9
  28. package/dist-es/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +73 -0
  29. package/dist-es/pagination/ListOrganizationInsightsPaginator.js +74 -0
  30. package/dist-es/pagination/SearchOrganizationInsightsPaginator.js +74 -0
  31. package/dist-es/pagination/index.js +3 -0
  32. package/dist-es/protocols/Aws_restJson1.js +826 -19
  33. package/dist-es/runtimeConfig.browser.js +3 -2
  34. package/dist-es/runtimeConfig.js +3 -3
  35. package/dist-types/DevOpsGuru.d.ts +114 -92
  36. package/dist-types/DevOpsGuruClient.d.ts +27 -16
  37. package/dist-types/commands/AddNotificationChannelCommand.d.ts +5 -7
  38. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +4 -5
  39. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +4 -5
  40. package/dist-types/commands/DescribeAnomalyCommand.d.ts +2 -4
  41. package/dist-types/commands/DescribeFeedbackCommand.d.ts +2 -3
  42. package/dist-types/commands/DescribeInsightCommand.d.ts +2 -4
  43. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +36 -0
  44. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +36 -0
  45. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +37 -0
  46. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +5 -6
  47. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +3 -5
  48. package/dist-types/commands/GetCostEstimationCommand.d.ts +2 -2
  49. package/dist-types/commands/GetResourceCollectionCommand.d.ts +4 -5
  50. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +3 -4
  51. package/dist-types/commands/ListEventsCommand.d.ts +3 -4
  52. package/dist-types/commands/ListInsightsCommand.d.ts +4 -5
  53. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +5 -6
  54. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +35 -0
  55. package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -4
  56. package/dist-types/commands/PutFeedbackCommand.d.ts +2 -4
  57. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +4 -5
  58. package/dist-types/commands/SearchInsightsCommand.d.ts +9 -10
  59. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +42 -0
  60. package/dist-types/commands/StartCostEstimationCommand.d.ts +3 -2
  61. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +4 -4
  62. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +4 -5
  63. package/dist-types/commands/index.d.ts +5 -0
  64. package/dist-types/models/models_0.d.ts +1000 -832
  65. package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
  66. package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
  67. package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
  68. package/dist-types/pagination/index.d.ts +3 -0
  69. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  70. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  71. package/dist-types/runtimeConfig.d.ts +2 -0
  72. package/dist-types/runtimeConfig.native.d.ts +2 -0
  73. package/dist-types/ts3.4/DevOpsGuru.d.ts +25 -0
  74. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +11 -2
  75. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  81. package/dist-types/ts3.4/models/models_0.d.ts +274 -5
  82. package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
  83. package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
  84. package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
  85. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  86. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  90. package/package.json +23 -23
@@ -4,6 +4,7 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
+ const config_resolver_1 = require("@aws-sdk/config-resolver");
7
8
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
8
9
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
9
10
  const middleware_retry_1 = require("@aws-sdk/middleware-retry");
@@ -13,7 +14,7 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
13
14
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
14
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
15
16
  const getRuntimeConfig = (config) => {
16
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
17
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
17
18
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
18
19
  return {
19
20
  ...clientSharedValues,
@@ -30,8 +31,10 @@ const getRuntimeConfig = (config) => {
30
31
  retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() => Promise.resolve(middleware_retry_1.DEFAULT_RETRY_MODE)),
31
32
  sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
32
33
  streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
33
- utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : util_utf8_browser_1.fromUtf8,
34
- utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : util_utf8_browser_1.toUtf8,
34
+ useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
35
+ useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)),
36
+ utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_browser_1.fromUtf8,
37
+ utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_browser_1.toUtf8,
35
38
  };
36
39
  };
37
40
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -17,7 +17,7 @@ const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
17
17
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
18
18
  const smithy_client_1 = require("@aws-sdk/smithy-client");
19
19
  const getRuntimeConfig = (config) => {
20
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
20
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
21
21
  smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
22
22
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
23
23
  return {
@@ -35,8 +35,10 @@ const getRuntimeConfig = (config) => {
35
35
  retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS),
36
36
  sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
37
37
  streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
38
- utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : util_utf8_node_1.fromUtf8,
39
- utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : util_utf8_node_1.toUtf8,
38
+ useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
39
+ useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
40
+ utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_node_1.fromUtf8,
41
+ utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_node_1.toUtf8,
40
42
  };
41
43
  };
42
44
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -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";
@@ -27,27 +27,96 @@ var partitionHash = {
27
27
  "us-west-2",
28
28
  ],
29
29
  regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
30
- hostname: "devops-guru.{region}.amazonaws.com",
30
+ variants: [
31
+ {
32
+ hostname: "devops-guru.{region}.amazonaws.com",
33
+ tags: [],
34
+ },
35
+ {
36
+ hostname: "devops-guru-fips.{region}.amazonaws.com",
37
+ tags: ["fips"],
38
+ },
39
+ {
40
+ hostname: "devops-guru-fips.{region}.api.aws",
41
+ tags: ["dualstack", "fips"],
42
+ },
43
+ {
44
+ hostname: "devops-guru.{region}.api.aws",
45
+ tags: ["dualstack"],
46
+ },
47
+ ],
31
48
  },
32
49
  "aws-cn": {
33
50
  regions: ["cn-north-1", "cn-northwest-1"],
34
51
  regionRegex: "^cn\\-\\w+\\-\\d+$",
35
- hostname: "devops-guru.{region}.amazonaws.com.cn",
52
+ variants: [
53
+ {
54
+ hostname: "devops-guru.{region}.amazonaws.com.cn",
55
+ tags: [],
56
+ },
57
+ {
58
+ hostname: "devops-guru-fips.{region}.amazonaws.com.cn",
59
+ tags: ["fips"],
60
+ },
61
+ {
62
+ hostname: "devops-guru-fips.{region}.api.amazonwebservices.com.cn",
63
+ tags: ["dualstack", "fips"],
64
+ },
65
+ {
66
+ hostname: "devops-guru.{region}.api.amazonwebservices.com.cn",
67
+ tags: ["dualstack"],
68
+ },
69
+ ],
36
70
  },
37
71
  "aws-iso": {
38
72
  regions: ["us-iso-east-1", "us-iso-west-1"],
39
73
  regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
40
- hostname: "devops-guru.{region}.c2s.ic.gov",
74
+ variants: [
75
+ {
76
+ hostname: "devops-guru.{region}.c2s.ic.gov",
77
+ tags: [],
78
+ },
79
+ {
80
+ hostname: "devops-guru-fips.{region}.c2s.ic.gov",
81
+ tags: ["fips"],
82
+ },
83
+ ],
41
84
  },
42
85
  "aws-iso-b": {
43
86
  regions: ["us-isob-east-1"],
44
87
  regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
45
- hostname: "devops-guru.{region}.sc2s.sgov.gov",
88
+ variants: [
89
+ {
90
+ hostname: "devops-guru.{region}.sc2s.sgov.gov",
91
+ tags: [],
92
+ },
93
+ {
94
+ hostname: "devops-guru-fips.{region}.sc2s.sgov.gov",
95
+ tags: ["fips"],
96
+ },
97
+ ],
46
98
  },
47
99
  "aws-us-gov": {
48
100
  regions: ["us-gov-east-1", "us-gov-west-1"],
49
101
  regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
50
- hostname: "devops-guru.{region}.amazonaws.com",
102
+ variants: [
103
+ {
104
+ hostname: "devops-guru.{region}.amazonaws.com",
105
+ tags: [],
106
+ },
107
+ {
108
+ hostname: "devops-guru-fips.{region}.amazonaws.com",
109
+ tags: ["fips"],
110
+ },
111
+ {
112
+ hostname: "devops-guru-fips.{region}.api.aws",
113
+ tags: ["dualstack", "fips"],
114
+ },
115
+ {
116
+ hostname: "devops-guru.{region}.api.aws",
117
+ tags: ["dualstack"],
118
+ },
119
+ ],
51
120
  },
52
121
  };
53
122
  export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
@@ -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)); };
@@ -68,6 +76,20 @@ export var CloudWatchMetricsDimension;
68
76
  (function (CloudWatchMetricsDimension) {
69
77
  CloudWatchMetricsDimension.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
70
78
  })(CloudWatchMetricsDimension || (CloudWatchMetricsDimension = {}));
79
+ export var CloudWatchMetricDataStatusCode;
80
+ (function (CloudWatchMetricDataStatusCode) {
81
+ CloudWatchMetricDataStatusCode["COMPLETE"] = "Complete";
82
+ CloudWatchMetricDataStatusCode["INTERNAL_ERROR"] = "InternalError";
83
+ CloudWatchMetricDataStatusCode["PARTIAL_DATA"] = "PartialData";
84
+ })(CloudWatchMetricDataStatusCode || (CloudWatchMetricDataStatusCode = {}));
85
+ export var TimestampMetricValuePair;
86
+ (function (TimestampMetricValuePair) {
87
+ TimestampMetricValuePair.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
88
+ })(TimestampMetricValuePair || (TimestampMetricValuePair = {}));
89
+ export var CloudWatchMetricsDataSummary;
90
+ (function (CloudWatchMetricsDataSummary) {
91
+ CloudWatchMetricsDataSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
92
+ })(CloudWatchMetricsDataSummary || (CloudWatchMetricsDataSummary = {}));
71
93
  export var CloudWatchMetricsStat;
72
94
  (function (CloudWatchMetricsStat) {
73
95
  CloudWatchMetricsStat["AVERAGE"] = "Average";
@@ -191,15 +213,32 @@ export var DescribeInsightResponse;
191
213
  (function (DescribeInsightResponse) {
192
214
  DescribeInsightResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
193
215
  })(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 = {}));
216
+ export var DescribeOrganizationHealthRequest;
217
+ (function (DescribeOrganizationHealthRequest) {
218
+ DescribeOrganizationHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
219
+ })(DescribeOrganizationHealthRequest || (DescribeOrganizationHealthRequest = {}));
220
+ export var DescribeOrganizationHealthResponse;
221
+ (function (DescribeOrganizationHealthResponse) {
222
+ DescribeOrganizationHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
223
+ })(DescribeOrganizationHealthResponse || (DescribeOrganizationHealthResponse = {}));
224
+ export var DescribeOrganizationOverviewRequest;
225
+ (function (DescribeOrganizationOverviewRequest) {
226
+ DescribeOrganizationOverviewRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
227
+ })(DescribeOrganizationOverviewRequest || (DescribeOrganizationOverviewRequest = {}));
228
+ export var DescribeOrganizationOverviewResponse;
229
+ (function (DescribeOrganizationOverviewResponse) {
230
+ DescribeOrganizationOverviewResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
231
+ })(DescribeOrganizationOverviewResponse || (DescribeOrganizationOverviewResponse = {}));
232
+ export var OrganizationResourceCollectionType;
233
+ (function (OrganizationResourceCollectionType) {
234
+ OrganizationResourceCollectionType["AWS_ACCOUNT"] = "AWS_ACCOUNT";
235
+ OrganizationResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
236
+ OrganizationResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
237
+ })(OrganizationResourceCollectionType || (OrganizationResourceCollectionType = {}));
238
+ export var DescribeOrganizationResourceCollectionHealthRequest;
239
+ (function (DescribeOrganizationResourceCollectionHealthRequest) {
240
+ DescribeOrganizationResourceCollectionHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
241
+ })(DescribeOrganizationResourceCollectionHealthRequest || (DescribeOrganizationResourceCollectionHealthRequest = {}));
203
242
  export var InsightHealth;
204
243
  (function (InsightHealth) {
205
244
  InsightHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -244,6 +283,19 @@ export var ServiceHealth;
244
283
  (function (ServiceHealth) {
245
284
  ServiceHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
246
285
  })(ServiceHealth || (ServiceHealth = {}));
286
+ export var DescribeOrganizationResourceCollectionHealthResponse;
287
+ (function (DescribeOrganizationResourceCollectionHealthResponse) {
288
+ DescribeOrganizationResourceCollectionHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
289
+ })(DescribeOrganizationResourceCollectionHealthResponse || (DescribeOrganizationResourceCollectionHealthResponse = {}));
290
+ export var ResourceCollectionType;
291
+ (function (ResourceCollectionType) {
292
+ ResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
293
+ ResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
294
+ })(ResourceCollectionType || (ResourceCollectionType = {}));
295
+ export var DescribeResourceCollectionHealthRequest;
296
+ (function (DescribeResourceCollectionHealthRequest) {
297
+ DescribeResourceCollectionHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
298
+ })(DescribeResourceCollectionHealthRequest || (DescribeResourceCollectionHealthRequest = {}));
247
299
  export var DescribeResourceCollectionHealthResponse;
248
300
  (function (DescribeResourceCollectionHealthResponse) {
249
301
  DescribeResourceCollectionHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -433,6 +485,22 @@ export var ListNotificationChannelsResponse;
433
485
  (function (ListNotificationChannelsResponse) {
434
486
  ListNotificationChannelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
435
487
  })(ListNotificationChannelsResponse || (ListNotificationChannelsResponse = {}));
488
+ export var ListOrganizationInsightsRequest;
489
+ (function (ListOrganizationInsightsRequest) {
490
+ ListOrganizationInsightsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
491
+ })(ListOrganizationInsightsRequest || (ListOrganizationInsightsRequest = {}));
492
+ export var ProactiveOrganizationInsightSummary;
493
+ (function (ProactiveOrganizationInsightSummary) {
494
+ ProactiveOrganizationInsightSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
495
+ })(ProactiveOrganizationInsightSummary || (ProactiveOrganizationInsightSummary = {}));
496
+ export var ReactiveOrganizationInsightSummary;
497
+ (function (ReactiveOrganizationInsightSummary) {
498
+ ReactiveOrganizationInsightSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
499
+ })(ReactiveOrganizationInsightSummary || (ReactiveOrganizationInsightSummary = {}));
500
+ export var ListOrganizationInsightsResponse;
501
+ (function (ListOrganizationInsightsResponse) {
502
+ ListOrganizationInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
503
+ })(ListOrganizationInsightsResponse || (ListOrganizationInsightsResponse = {}));
436
504
  export var Locale;
437
505
  (function (Locale) {
438
506
  Locale["DE_DE"] = "DE_DE";
@@ -511,6 +579,18 @@ export var SearchInsightsResponse;
511
579
  (function (SearchInsightsResponse) {
512
580
  SearchInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
513
581
  })(SearchInsightsResponse || (SearchInsightsResponse = {}));
582
+ export var SearchOrganizationInsightsFilters;
583
+ (function (SearchOrganizationInsightsFilters) {
584
+ SearchOrganizationInsightsFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
585
+ })(SearchOrganizationInsightsFilters || (SearchOrganizationInsightsFilters = {}));
586
+ export var SearchOrganizationInsightsRequest;
587
+ (function (SearchOrganizationInsightsRequest) {
588
+ SearchOrganizationInsightsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
589
+ })(SearchOrganizationInsightsRequest || (SearchOrganizationInsightsRequest = {}));
590
+ export var SearchOrganizationInsightsResponse;
591
+ (function (SearchOrganizationInsightsResponse) {
592
+ SearchOrganizationInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
593
+ })(SearchOrganizationInsightsResponse || (SearchOrganizationInsightsResponse = {}));
514
594
  export var StartCostEstimationRequest;
515
595
  (function (StartCostEstimationRequest) {
516
596
  StartCostEstimationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };