@aws-sdk/client-auditmanager 3.42.0 → 3.47.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 (78) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/dist-cjs/AuditManager.js +90 -0
  3. package/dist-cjs/commands/GetInsightsByAssessmentCommand.js +36 -0
  4. package/dist-cjs/commands/GetInsightsCommand.js +36 -0
  5. package/dist-cjs/commands/ListAssessmentControlInsightsByControlDomainCommand.js +36 -0
  6. package/dist-cjs/commands/ListControlDomainInsightsByAssessmentCommand.js +36 -0
  7. package/dist-cjs/commands/ListControlDomainInsightsCommand.js +36 -0
  8. package/dist-cjs/commands/ListControlInsightsByControlDomainCommand.js +36 -0
  9. package/dist-cjs/commands/index.js +6 -0
  10. package/dist-cjs/endpoints.js +1 -0
  11. package/dist-cjs/models/models_0.js +112 -28
  12. package/dist-cjs/pagination/ListAssessmentControlInsightsByControlDomainPaginator.js +35 -0
  13. package/dist-cjs/pagination/ListControlDomainInsightsByAssessmentPaginator.js +35 -0
  14. package/dist-cjs/pagination/ListControlDomainInsightsPaginator.js +35 -0
  15. package/dist-cjs/pagination/ListControlInsightsByControlDomainPaginator.js +35 -0
  16. package/dist-cjs/pagination/index.js +4 -0
  17. package/dist-cjs/protocols/Aws_restJson1.js +753 -86
  18. package/dist-cjs/runtimeConfig.browser.js +7 -2
  19. package/dist-cjs/runtimeConfig.js +9 -3
  20. package/dist-es/AuditManager.js +90 -0
  21. package/dist-es/commands/GetInsightsByAssessmentCommand.js +39 -0
  22. package/dist-es/commands/GetInsightsCommand.js +39 -0
  23. package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +39 -0
  24. package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +39 -0
  25. package/dist-es/commands/ListControlDomainInsightsCommand.js +39 -0
  26. package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +39 -0
  27. package/dist-es/commands/index.js +6 -0
  28. package/dist-es/endpoints.js +1 -0
  29. package/dist-es/models/models_0.js +72 -16
  30. package/dist-es/pagination/ListAssessmentControlInsightsByControlDomainPaginator.js +74 -0
  31. package/dist-es/pagination/ListControlDomainInsightsByAssessmentPaginator.js +74 -0
  32. package/dist-es/pagination/ListControlDomainInsightsPaginator.js +74 -0
  33. package/dist-es/pagination/ListControlInsightsByControlDomainPaginator.js +74 -0
  34. package/dist-es/pagination/index.js +4 -0
  35. package/dist-es/protocols/Aws_restJson1.js +798 -34
  36. package/dist-es/runtimeConfig.browser.js +12 -3
  37. package/dist-es/runtimeConfig.js +13 -6
  38. package/dist-types/AuditManager.d.ts +69 -2
  39. package/dist-types/AuditManagerClient.d.ts +13 -3
  40. package/dist-types/commands/GetAssessmentCommand.d.ts +1 -1
  41. package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +1 -1
  42. package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +35 -0
  43. package/dist-types/commands/GetInsightsCommand.d.ts +35 -0
  44. package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +42 -0
  45. package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +40 -0
  46. package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +41 -0
  47. package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +42 -0
  48. package/dist-types/commands/index.d.ts +6 -0
  49. package/dist-types/models/models_0.d.ts +521 -54
  50. package/dist-types/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +4 -0
  51. package/dist-types/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +4 -0
  52. package/dist-types/pagination/ListControlDomainInsightsPaginator.d.ts +4 -0
  53. package/dist-types/pagination/ListControlInsightsByControlDomainPaginator.d.ts +4 -0
  54. package/dist-types/pagination/index.d.ts +4 -0
  55. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  56. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  57. package/dist-types/runtimeConfig.d.ts +4 -3
  58. package/dist-types/runtimeConfig.native.d.ts +1 -0
  59. package/dist-types/ts3.4/AuditManager.d.ts +30 -0
  60. package/dist-types/ts3.4/AuditManagerClient.d.ts +11 -3
  61. package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  68. package/dist-types/ts3.4/models/models_0.d.ts +224 -16
  69. package/dist-types/ts3.4/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +4 -0
  70. package/dist-types/ts3.4/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +4 -0
  71. package/dist-types/ts3.4/pagination/ListControlDomainInsightsPaginator.d.ts +4 -0
  72. package/dist-types/ts3.4/pagination/ListControlInsightsByControlDomainPaginator.d.ts +4 -0
  73. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +18 -0
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  78. package/package.json +38 -45
package/CHANGELOG.md CHANGED
@@ -3,6 +3,56 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **clients:** update clean:dist script to delete dist-* folder ([#3155](https://github.com/aws/aws-sdk-js-v3/issues/3155)) ([cdb1709](https://github.com/aws/aws-sdk-js-v3/commit/cdb17090f82d1fc8755811c82cbed5976ec7e60b))
23
+
24
+
25
+ ### Features
26
+
27
+ * **clients:** extend typedoc.json from root ([#3136](https://github.com/aws/aws-sdk-js-v3/issues/3136)) ([f6a3ef5](https://github.com/aws/aws-sdk-js-v3/commit/f6a3ef541ae2d92872d09d8cab6727911287ebb2))
28
+ * end support for Node.js 10.x ([#3122](https://github.com/aws/aws-sdk-js-v3/issues/3122)) ([7acf18a](https://github.com/aws/aws-sdk-js-v3/commit/7acf18abd3fb1cc461f809110cdb0d7968c2070e))
29
+
30
+
31
+
32
+
33
+
34
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
35
+
36
+
37
+ ### Features
38
+
39
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
40
+
41
+
42
+
43
+
44
+
45
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
46
+
47
+
48
+ ### Features
49
+
50
+ * **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
51
+
52
+
53
+
54
+
55
+
6
56
  # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
7
57
 
8
58
  **Note:** Version bump only for package @aws-sdk/client-auditmanager
@@ -32,13 +32,19 @@ const GetEvidenceCommand_1 = require("./commands/GetEvidenceCommand");
32
32
  const GetEvidenceFolderCommand_1 = require("./commands/GetEvidenceFolderCommand");
33
33
  const GetEvidenceFoldersByAssessmentCommand_1 = require("./commands/GetEvidenceFoldersByAssessmentCommand");
34
34
  const GetEvidenceFoldersByAssessmentControlCommand_1 = require("./commands/GetEvidenceFoldersByAssessmentControlCommand");
35
+ const GetInsightsByAssessmentCommand_1 = require("./commands/GetInsightsByAssessmentCommand");
36
+ const GetInsightsCommand_1 = require("./commands/GetInsightsCommand");
35
37
  const GetOrganizationAdminAccountCommand_1 = require("./commands/GetOrganizationAdminAccountCommand");
36
38
  const GetServicesInScopeCommand_1 = require("./commands/GetServicesInScopeCommand");
37
39
  const GetSettingsCommand_1 = require("./commands/GetSettingsCommand");
40
+ const ListAssessmentControlInsightsByControlDomainCommand_1 = require("./commands/ListAssessmentControlInsightsByControlDomainCommand");
38
41
  const ListAssessmentFrameworksCommand_1 = require("./commands/ListAssessmentFrameworksCommand");
39
42
  const ListAssessmentFrameworkShareRequestsCommand_1 = require("./commands/ListAssessmentFrameworkShareRequestsCommand");
40
43
  const ListAssessmentReportsCommand_1 = require("./commands/ListAssessmentReportsCommand");
41
44
  const ListAssessmentsCommand_1 = require("./commands/ListAssessmentsCommand");
45
+ const ListControlDomainInsightsByAssessmentCommand_1 = require("./commands/ListControlDomainInsightsByAssessmentCommand");
46
+ const ListControlDomainInsightsCommand_1 = require("./commands/ListControlDomainInsightsCommand");
47
+ const ListControlInsightsByControlDomainCommand_1 = require("./commands/ListControlInsightsByControlDomainCommand");
42
48
  const ListControlsCommand_1 = require("./commands/ListControlsCommand");
43
49
  const ListKeywordsForDataSourceCommand_1 = require("./commands/ListKeywordsForDataSourceCommand");
44
50
  const ListNotificationsCommand_1 = require("./commands/ListNotificationsCommand");
@@ -478,6 +484,34 @@ class AuditManager extends AuditManagerClient_1.AuditManagerClient {
478
484
  return this.send(command, optionsOrCb);
479
485
  }
480
486
  }
487
+ getInsights(args, optionsOrCb, cb) {
488
+ const command = new GetInsightsCommand_1.GetInsightsCommand(args);
489
+ if (typeof optionsOrCb === "function") {
490
+ this.send(command, optionsOrCb);
491
+ }
492
+ else if (typeof cb === "function") {
493
+ if (typeof optionsOrCb !== "object")
494
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
495
+ this.send(command, optionsOrCb || {}, cb);
496
+ }
497
+ else {
498
+ return this.send(command, optionsOrCb);
499
+ }
500
+ }
501
+ getInsightsByAssessment(args, optionsOrCb, cb) {
502
+ const command = new GetInsightsByAssessmentCommand_1.GetInsightsByAssessmentCommand(args);
503
+ if (typeof optionsOrCb === "function") {
504
+ this.send(command, optionsOrCb);
505
+ }
506
+ else if (typeof cb === "function") {
507
+ if (typeof optionsOrCb !== "object")
508
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
509
+ this.send(command, optionsOrCb || {}, cb);
510
+ }
511
+ else {
512
+ return this.send(command, optionsOrCb);
513
+ }
514
+ }
481
515
  getOrganizationAdminAccount(args, optionsOrCb, cb) {
482
516
  const command = new GetOrganizationAdminAccountCommand_1.GetOrganizationAdminAccountCommand(args);
483
517
  if (typeof optionsOrCb === "function") {
@@ -520,6 +554,20 @@ class AuditManager extends AuditManagerClient_1.AuditManagerClient {
520
554
  return this.send(command, optionsOrCb);
521
555
  }
522
556
  }
557
+ listAssessmentControlInsightsByControlDomain(args, optionsOrCb, cb) {
558
+ const command = new ListAssessmentControlInsightsByControlDomainCommand_1.ListAssessmentControlInsightsByControlDomainCommand(args);
559
+ if (typeof optionsOrCb === "function") {
560
+ this.send(command, optionsOrCb);
561
+ }
562
+ else if (typeof cb === "function") {
563
+ if (typeof optionsOrCb !== "object")
564
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
565
+ this.send(command, optionsOrCb || {}, cb);
566
+ }
567
+ else {
568
+ return this.send(command, optionsOrCb);
569
+ }
570
+ }
523
571
  listAssessmentFrameworks(args, optionsOrCb, cb) {
524
572
  const command = new ListAssessmentFrameworksCommand_1.ListAssessmentFrameworksCommand(args);
525
573
  if (typeof optionsOrCb === "function") {
@@ -576,6 +624,48 @@ class AuditManager extends AuditManagerClient_1.AuditManagerClient {
576
624
  return this.send(command, optionsOrCb);
577
625
  }
578
626
  }
627
+ listControlDomainInsights(args, optionsOrCb, cb) {
628
+ const command = new ListControlDomainInsightsCommand_1.ListControlDomainInsightsCommand(args);
629
+ if (typeof optionsOrCb === "function") {
630
+ this.send(command, optionsOrCb);
631
+ }
632
+ else if (typeof cb === "function") {
633
+ if (typeof optionsOrCb !== "object")
634
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
635
+ this.send(command, optionsOrCb || {}, cb);
636
+ }
637
+ else {
638
+ return this.send(command, optionsOrCb);
639
+ }
640
+ }
641
+ listControlDomainInsightsByAssessment(args, optionsOrCb, cb) {
642
+ const command = new ListControlDomainInsightsByAssessmentCommand_1.ListControlDomainInsightsByAssessmentCommand(args);
643
+ if (typeof optionsOrCb === "function") {
644
+ this.send(command, optionsOrCb);
645
+ }
646
+ else if (typeof cb === "function") {
647
+ if (typeof optionsOrCb !== "object")
648
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
649
+ this.send(command, optionsOrCb || {}, cb);
650
+ }
651
+ else {
652
+ return this.send(command, optionsOrCb);
653
+ }
654
+ }
655
+ listControlInsightsByControlDomain(args, optionsOrCb, cb) {
656
+ const command = new ListControlInsightsByControlDomainCommand_1.ListControlInsightsByControlDomainCommand(args);
657
+ if (typeof optionsOrCb === "function") {
658
+ this.send(command, optionsOrCb);
659
+ }
660
+ else if (typeof cb === "function") {
661
+ if (typeof optionsOrCb !== "object")
662
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
663
+ this.send(command, optionsOrCb || {}, cb);
664
+ }
665
+ else {
666
+ return this.send(command, optionsOrCb);
667
+ }
668
+ }
579
669
  listControls(args, optionsOrCb, cb) {
580
670
  const command = new ListControlsCommand_1.ListControlsCommand(args);
581
671
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetInsightsByAssessmentCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class GetInsightsByAssessmentCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "AuditManagerClient";
18
+ const commandName = "GetInsightsByAssessmentCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.GetInsightsByAssessmentRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetInsightsByAssessmentResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1GetInsightsByAssessmentCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1GetInsightsByAssessmentCommand(output, context);
34
+ }
35
+ }
36
+ exports.GetInsightsByAssessmentCommand = GetInsightsByAssessmentCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetInsightsCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class GetInsightsCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "AuditManagerClient";
18
+ const commandName = "GetInsightsCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.GetInsightsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.GetInsightsResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1GetInsightsCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1GetInsightsCommand(output, context);
34
+ }
35
+ }
36
+ exports.GetInsightsCommand = GetInsightsCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListAssessmentControlInsightsByControlDomainCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class ListAssessmentControlInsightsByControlDomainCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "AuditManagerClient";
18
+ const commandName = "ListAssessmentControlInsightsByControlDomainCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ListAssessmentControlInsightsByControlDomainRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListAssessmentControlInsightsByControlDomainResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1ListAssessmentControlInsightsByControlDomainCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1ListAssessmentControlInsightsByControlDomainCommand(output, context);
34
+ }
35
+ }
36
+ exports.ListAssessmentControlInsightsByControlDomainCommand = ListAssessmentControlInsightsByControlDomainCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListControlDomainInsightsByAssessmentCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class ListControlDomainInsightsByAssessmentCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "AuditManagerClient";
18
+ const commandName = "ListControlDomainInsightsByAssessmentCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ListControlDomainInsightsByAssessmentRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListControlDomainInsightsByAssessmentResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1ListControlDomainInsightsByAssessmentCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1ListControlDomainInsightsByAssessmentCommand(output, context);
34
+ }
35
+ }
36
+ exports.ListControlDomainInsightsByAssessmentCommand = ListControlDomainInsightsByAssessmentCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListControlDomainInsightsCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class ListControlDomainInsightsCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "AuditManagerClient";
18
+ const commandName = "ListControlDomainInsightsCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ListControlDomainInsightsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListControlDomainInsightsResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1ListControlDomainInsightsCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1ListControlDomainInsightsCommand(output, context);
34
+ }
35
+ }
36
+ exports.ListControlDomainInsightsCommand = ListControlDomainInsightsCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListControlInsightsByControlDomainCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class ListControlInsightsByControlDomainCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "AuditManagerClient";
18
+ const commandName = "ListControlInsightsByControlDomainCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ListControlInsightsByControlDomainRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListControlInsightsByControlDomainResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1ListControlInsightsByControlDomainCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1ListControlInsightsByControlDomainCommand(output, context);
34
+ }
35
+ }
36
+ exports.ListControlInsightsByControlDomainCommand = ListControlInsightsByControlDomainCommand;
@@ -31,13 +31,19 @@ tslib_1.__exportStar(require("./GetEvidenceCommand"), exports);
31
31
  tslib_1.__exportStar(require("./GetEvidenceFolderCommand"), exports);
32
32
  tslib_1.__exportStar(require("./GetEvidenceFoldersByAssessmentCommand"), exports);
33
33
  tslib_1.__exportStar(require("./GetEvidenceFoldersByAssessmentControlCommand"), exports);
34
+ tslib_1.__exportStar(require("./GetInsightsByAssessmentCommand"), exports);
35
+ tslib_1.__exportStar(require("./GetInsightsCommand"), exports);
34
36
  tslib_1.__exportStar(require("./GetOrganizationAdminAccountCommand"), exports);
35
37
  tslib_1.__exportStar(require("./GetServicesInScopeCommand"), exports);
36
38
  tslib_1.__exportStar(require("./GetSettingsCommand"), exports);
39
+ tslib_1.__exportStar(require("./ListAssessmentControlInsightsByControlDomainCommand"), exports);
37
40
  tslib_1.__exportStar(require("./ListAssessmentFrameworkShareRequestsCommand"), exports);
38
41
  tslib_1.__exportStar(require("./ListAssessmentFrameworksCommand"), exports);
39
42
  tslib_1.__exportStar(require("./ListAssessmentReportsCommand"), exports);
40
43
  tslib_1.__exportStar(require("./ListAssessmentsCommand"), exports);
44
+ tslib_1.__exportStar(require("./ListControlDomainInsightsByAssessmentCommand"), exports);
45
+ tslib_1.__exportStar(require("./ListControlDomainInsightsCommand"), exports);
46
+ tslib_1.__exportStar(require("./ListControlInsightsByControlDomainCommand"), exports);
41
47
  tslib_1.__exportStar(require("./ListControlsCommand"), exports);
42
48
  tslib_1.__exportStar(require("./ListKeywordsForDataSourceCommand"), exports);
43
49
  tslib_1.__exportStar(require("./ListNotificationsCommand"), exports);
@@ -14,6 +14,7 @@ const partitionHash = {
14
14
  "ap-south-1",
15
15
  "ap-southeast-1",
16
16
  "ap-southeast-2",
17
+ "ap-southeast-3",
17
18
  "ca-central-1",
18
19
  "eu-central-1",
19
20
  "eu-north-1",
@@ -1,15 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchDisassociateAssessmentReportEvidenceRequest = exports.BatchDeleteDelegationByAssessmentResponse = exports.BatchDeleteDelegationByAssessmentError = exports.BatchDeleteDelegationByAssessmentRequest = exports.BatchCreateDelegationByAssessmentResponse = exports.BatchCreateDelegationByAssessmentError = exports.BatchCreateDelegationByAssessmentRequest = exports.CreateDelegationRequest = exports.BatchAssociateAssessmentReportEvidenceResponse = exports.BatchAssociateAssessmentReportEvidenceRequest = exports.ValidationException = exports.ValidationExceptionReason = exports.ValidationExceptionField = exports.ResourceNotFoundException = exports.InternalServerException = exports.AssociateAssessmentReportEvidenceFolderResponse = exports.AssociateAssessmentReportEvidenceFolderRequest = exports.AssessmentReportMetadata = exports.AssessmentReportEvidenceError = exports.AssessmentReport = exports.AssessmentReportStatus = exports.AssessmentMetadataItem = exports.AssessmentFrameworkShareRequest = exports.ShareRequestStatus = exports.AssessmentFrameworkMetadata = exports.FrameworkType = exports.AssessmentEvidenceFolder = exports.Assessment = exports.AssessmentMetadata = exports.AssessmentStatus = exports.Scope = exports.AWSService = exports.AssessmentReportsDestination = exports.AssessmentReportDestinationType = exports.AssessmentFramework = exports.FrameworkMetadata = exports.AssessmentControlSet = exports.ControlSetStatus = exports.Role = exports.Delegation = exports.DelegationStatus = exports.RoleType = exports.AssessmentControl = exports.ControlStatus = exports.ControlResponse = exports.ControlComment = exports.AWSAccount = exports.ActionEnum = exports.AccountStatus = exports.AccessDeniedException = void 0;
4
- exports.GetAssessmentReportUrlRequest = exports.GetAssessmentFrameworkResponse = exports.GetAssessmentFrameworkRequest = exports.GetAssessmentResponse = exports.GetAssessmentRequest = exports.GetAccountStatusResponse = exports.GetAccountStatusRequest = exports.DisassociateAssessmentReportEvidenceFolderResponse = exports.DisassociateAssessmentReportEvidenceFolderRequest = exports.DeregisterOrganizationAdminAccountResponse = exports.DeregisterOrganizationAdminAccountRequest = exports.DeregisterAccountResponse = exports.DeregisterAccountRequest = exports.DeleteControlResponse = exports.DeleteControlRequest = exports.DeleteAssessmentReportResponse = exports.DeleteAssessmentReportRequest = exports.DeleteAssessmentFrameworkShareResponse = exports.DeleteAssessmentFrameworkShareRequest = exports.ShareRequestType = exports.DeleteAssessmentFrameworkResponse = exports.DeleteAssessmentFrameworkRequest = exports.DeleteAssessmentResponse = exports.DeleteAssessmentRequest = exports.CreateControlResponse = exports.CreateControlRequest = exports.CreateControlMappingSource = exports.CreateAssessmentReportResponse = exports.CreateAssessmentReportRequest = exports.CreateAssessmentFrameworkResponse = exports.Framework = exports.ControlSet = exports.Control = exports.ControlType = exports.ControlMappingSource = exports.SourceType = exports.SourceSetUpOption = exports.SourceKeyword = exports.KeywordInputType = exports.SourceFrequency = exports.CreateAssessmentFrameworkRequest = exports.CreateAssessmentFrameworkControlSet = exports.CreateAssessmentFrameworkControl = exports.CreateAssessmentResponse = exports.CreateAssessmentRequest = exports.BatchImportEvidenceToAssessmentControlResponse = exports.BatchImportEvidenceToAssessmentControlError = exports.BatchImportEvidenceToAssessmentControlRequest = exports.ManualEvidence = exports.BatchDisassociateAssessmentReportEvidenceResponse = void 0;
5
- exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListNotificationsResponse = exports.Notification = exports.ListNotificationsRequest = exports.ListKeywordsForDataSourceResponse = exports.ListKeywordsForDataSourceRequest = exports.ListControlsResponse = exports.ControlMetadata = exports.ListControlsRequest = exports.ListAssessmentsResponse = exports.ListAssessmentsRequest = exports.ListAssessmentReportsResponse = exports.ListAssessmentReportsRequest = exports.ListAssessmentFrameworkShareRequestsResponse = exports.ListAssessmentFrameworkShareRequestsRequest = exports.ListAssessmentFrameworksResponse = exports.ListAssessmentFrameworksRequest = exports.GetSettingsResponse = exports.Settings = exports.GetSettingsRequest = exports.SettingAttribute = exports.GetServicesInScopeResponse = exports.ServiceMetadata = exports.GetServicesInScopeRequest = exports.GetOrganizationAdminAccountResponse = exports.GetOrganizationAdminAccountRequest = exports.GetEvidenceFoldersByAssessmentControlResponse = exports.GetEvidenceFoldersByAssessmentControlRequest = exports.GetEvidenceFoldersByAssessmentResponse = exports.GetEvidenceFoldersByAssessmentRequest = exports.GetEvidenceFolderResponse = exports.GetEvidenceFolderRequest = exports.GetEvidenceByEvidenceFolderResponse = exports.GetEvidenceByEvidenceFolderRequest = exports.GetEvidenceResponse = exports.Evidence = exports.Resource = exports.GetEvidenceRequest = exports.GetDelegationsResponse = exports.DelegationMetadata = exports.GetDelegationsRequest = exports.GetControlResponse = exports.GetControlRequest = exports.GetChangeLogsResponse = exports.ChangeLog = exports.ObjectTypeEnum = exports.GetChangeLogsRequest = exports.GetAssessmentReportUrlResponse = exports.URL = void 0;
6
- exports.ValidateAssessmentReportIntegrityResponse = exports.ValidateAssessmentReportIntegrityRequest = exports.UpdateSettingsResponse = exports.UpdateSettingsRequest = exports.UpdateControlResponse = exports.UpdateControlRequest = exports.UpdateAssessmentStatusResponse = exports.UpdateAssessmentStatusRequest = exports.UpdateAssessmentFrameworkShareResponse = exports.UpdateAssessmentFrameworkShareRequest = exports.ShareRequestAction = exports.UpdateAssessmentFrameworkResponse = exports.UpdateAssessmentFrameworkRequest = exports.UpdateAssessmentFrameworkControlSet = exports.UpdateAssessmentControlSetStatusResponse = exports.UpdateAssessmentControlSetStatusRequest = exports.UpdateAssessmentControlResponse = exports.UpdateAssessmentControlRequest = exports.UpdateAssessmentResponse = exports.UpdateAssessmentRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartAssessmentFrameworkShareResponse = exports.StartAssessmentFrameworkShareRequest = exports.RegisterOrganizationAdminAccountResponse = exports.RegisterOrganizationAdminAccountRequest = exports.RegisterAccountResponse = exports.RegisterAccountRequest = void 0;
7
- var AccessDeniedException;
8
- (function (AccessDeniedException) {
9
- AccessDeniedException.filterSensitiveLog = (obj) => ({
10
- ...obj,
11
- });
12
- })(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
3
+ exports.BatchImportEvidenceToAssessmentControlError = exports.BatchImportEvidenceToAssessmentControlRequest = exports.ManualEvidence = exports.BatchDisassociateAssessmentReportEvidenceResponse = exports.BatchDisassociateAssessmentReportEvidenceRequest = exports.BatchDeleteDelegationByAssessmentResponse = exports.BatchDeleteDelegationByAssessmentError = exports.BatchDeleteDelegationByAssessmentRequest = exports.BatchCreateDelegationByAssessmentResponse = exports.BatchCreateDelegationByAssessmentError = exports.BatchCreateDelegationByAssessmentRequest = exports.CreateDelegationRequest = exports.BatchAssociateAssessmentReportEvidenceResponse = exports.BatchAssociateAssessmentReportEvidenceRequest = exports.ValidationExceptionReason = exports.ValidationExceptionField = exports.AssociateAssessmentReportEvidenceFolderResponse = exports.AssociateAssessmentReportEvidenceFolderRequest = exports.AssessmentReportMetadata = exports.AssessmentReportEvidenceError = exports.AssessmentReport = exports.AssessmentReportStatus = exports.AssessmentMetadataItem = exports.AssessmentFrameworkShareRequest = exports.ShareRequestStatus = exports.AssessmentFrameworkMetadata = exports.FrameworkType = exports.AssessmentEvidenceFolder = exports.Assessment = exports.AssessmentMetadata = exports.AssessmentStatus = exports.Scope = exports.AWSService = exports.AssessmentReportsDestination = exports.AssessmentReportDestinationType = exports.AssessmentFramework = exports.FrameworkMetadata = exports.AssessmentControlSet = exports.ControlSetStatus = exports.Role = exports.Delegation = exports.DelegationStatus = exports.RoleType = exports.AssessmentControl = exports.ControlStatus = exports.ControlResponse = exports.ControlComment = exports.AWSAccount = exports.ActionEnum = exports.AccountStatus = void 0;
4
+ exports.ObjectTypeEnum = exports.GetChangeLogsRequest = exports.GetAssessmentReportUrlResponse = exports.URL = exports.GetAssessmentReportUrlRequest = exports.GetAssessmentFrameworkResponse = exports.GetAssessmentFrameworkRequest = exports.GetAssessmentResponse = exports.GetAssessmentRequest = exports.GetAccountStatusResponse = exports.GetAccountStatusRequest = exports.DisassociateAssessmentReportEvidenceFolderResponse = exports.DisassociateAssessmentReportEvidenceFolderRequest = exports.DeregisterOrganizationAdminAccountResponse = exports.DeregisterOrganizationAdminAccountRequest = exports.DeregisterAccountResponse = exports.DeregisterAccountRequest = exports.DeleteControlResponse = exports.DeleteControlRequest = exports.DeleteAssessmentReportResponse = exports.DeleteAssessmentReportRequest = exports.DeleteAssessmentFrameworkShareResponse = exports.DeleteAssessmentFrameworkShareRequest = exports.ShareRequestType = exports.DeleteAssessmentFrameworkResponse = exports.DeleteAssessmentFrameworkRequest = exports.DeleteAssessmentResponse = exports.DeleteAssessmentRequest = exports.CreateControlResponse = exports.CreateControlRequest = exports.CreateControlMappingSource = exports.CreateAssessmentReportResponse = exports.CreateAssessmentReportRequest = exports.CreateAssessmentFrameworkResponse = exports.Framework = exports.ControlSet = exports.Control = exports.ControlType = exports.ControlMappingSource = exports.SourceType = exports.SourceSetUpOption = exports.SourceKeyword = exports.KeywordInputType = exports.SourceFrequency = exports.CreateAssessmentFrameworkRequest = exports.CreateAssessmentFrameworkControlSet = exports.CreateAssessmentFrameworkControl = exports.CreateAssessmentResponse = exports.CreateAssessmentRequest = exports.BatchImportEvidenceToAssessmentControlResponse = void 0;
5
+ exports.ListControlDomainInsightsByAssessmentRequest = exports.ListControlDomainInsightsResponse = exports.ControlDomainInsights = exports.ListControlDomainInsightsRequest = exports.ListAssessmentsResponse = exports.ListAssessmentsRequest = exports.ListAssessmentReportsResponse = exports.ListAssessmentReportsRequest = exports.ListAssessmentFrameworkShareRequestsResponse = exports.ListAssessmentFrameworkShareRequestsRequest = exports.ListAssessmentFrameworksResponse = exports.ListAssessmentFrameworksRequest = exports.ListAssessmentControlInsightsByControlDomainResponse = exports.ControlInsightsMetadataByAssessmentItem = exports.EvidenceInsights = exports.ListAssessmentControlInsightsByControlDomainRequest = exports.GetSettingsResponse = exports.Settings = exports.GetSettingsRequest = exports.SettingAttribute = exports.GetServicesInScopeResponse = exports.ServiceMetadata = exports.GetServicesInScopeRequest = exports.GetOrganizationAdminAccountResponse = exports.GetOrganizationAdminAccountRequest = exports.GetInsightsByAssessmentResponse = exports.InsightsByAssessment = exports.GetInsightsByAssessmentRequest = exports.GetInsightsResponse = exports.Insights = exports.GetInsightsRequest = exports.GetEvidenceFoldersByAssessmentControlResponse = exports.GetEvidenceFoldersByAssessmentControlRequest = exports.GetEvidenceFoldersByAssessmentResponse = exports.GetEvidenceFoldersByAssessmentRequest = exports.GetEvidenceFolderResponse = exports.GetEvidenceFolderRequest = exports.GetEvidenceByEvidenceFolderResponse = exports.GetEvidenceByEvidenceFolderRequest = exports.GetEvidenceResponse = exports.Evidence = exports.Resource = exports.GetEvidenceRequest = exports.GetDelegationsResponse = exports.DelegationMetadata = exports.GetDelegationsRequest = exports.GetControlResponse = exports.GetControlRequest = exports.GetChangeLogsResponse = exports.ChangeLog = void 0;
6
+ exports.ValidateAssessmentReportIntegrityResponse = exports.ValidateAssessmentReportIntegrityRequest = exports.UpdateSettingsResponse = exports.UpdateSettingsRequest = exports.UpdateControlResponse = exports.UpdateControlRequest = exports.UpdateAssessmentStatusResponse = exports.UpdateAssessmentStatusRequest = exports.UpdateAssessmentFrameworkShareResponse = exports.UpdateAssessmentFrameworkShareRequest = exports.ShareRequestAction = exports.UpdateAssessmentFrameworkResponse = exports.UpdateAssessmentFrameworkRequest = exports.UpdateAssessmentFrameworkControlSet = exports.UpdateAssessmentControlSetStatusResponse = exports.UpdateAssessmentControlSetStatusRequest = exports.UpdateAssessmentControlResponse = exports.UpdateAssessmentControlRequest = exports.UpdateAssessmentResponse = exports.UpdateAssessmentRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartAssessmentFrameworkShareResponse = exports.StartAssessmentFrameworkShareRequest = exports.RegisterOrganizationAdminAccountResponse = exports.RegisterOrganizationAdminAccountRequest = exports.RegisterAccountResponse = exports.RegisterAccountRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListNotificationsResponse = exports.Notification = exports.ListNotificationsRequest = exports.ListKeywordsForDataSourceResponse = exports.ListKeywordsForDataSourceRequest = exports.ListControlsResponse = exports.ControlMetadata = exports.ListControlsRequest = exports.ListControlInsightsByControlDomainResponse = exports.ControlInsightsMetadataItem = exports.ListControlInsightsByControlDomainRequest = exports.ListControlDomainInsightsByAssessmentResponse = void 0;
13
7
  var AccountStatus;
14
8
  (function (AccountStatus) {
15
9
  AccountStatus["ACTIVE"] = "ACTIVE";
@@ -220,18 +214,6 @@ var AssociateAssessmentReportEvidenceFolderResponse;
220
214
  ...obj,
221
215
  });
222
216
  })(AssociateAssessmentReportEvidenceFolderResponse = exports.AssociateAssessmentReportEvidenceFolderResponse || (exports.AssociateAssessmentReportEvidenceFolderResponse = {}));
223
- var InternalServerException;
224
- (function (InternalServerException) {
225
- InternalServerException.filterSensitiveLog = (obj) => ({
226
- ...obj,
227
- });
228
- })(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
229
- var ResourceNotFoundException;
230
- (function (ResourceNotFoundException) {
231
- ResourceNotFoundException.filterSensitiveLog = (obj) => ({
232
- ...obj,
233
- });
234
- })(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
235
217
  var ValidationExceptionField;
236
218
  (function (ValidationExceptionField) {
237
219
  ValidationExceptionField.filterSensitiveLog = (obj) => ({
@@ -245,12 +227,6 @@ var ValidationExceptionReason;
245
227
  ValidationExceptionReason["OTHER"] = "other";
246
228
  ValidationExceptionReason["UNKNOWN_OPERATION"] = "unknownOperation";
247
229
  })(ValidationExceptionReason = exports.ValidationExceptionReason || (exports.ValidationExceptionReason = {}));
248
- var ValidationException;
249
- (function (ValidationException) {
250
- ValidationException.filterSensitiveLog = (obj) => ({
251
- ...obj,
252
- });
253
- })(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
254
230
  var BatchAssociateAssessmentReportEvidenceRequest;
255
231
  (function (BatchAssociateAssessmentReportEvidenceRequest) {
256
232
  BatchAssociateAssessmentReportEvidenceRequest.filterSensitiveLog = (obj) => ({
@@ -748,6 +724,42 @@ var GetEvidenceFoldersByAssessmentControlResponse;
748
724
  ...obj,
749
725
  });
750
726
  })(GetEvidenceFoldersByAssessmentControlResponse = exports.GetEvidenceFoldersByAssessmentControlResponse || (exports.GetEvidenceFoldersByAssessmentControlResponse = {}));
727
+ var GetInsightsRequest;
728
+ (function (GetInsightsRequest) {
729
+ GetInsightsRequest.filterSensitiveLog = (obj) => ({
730
+ ...obj,
731
+ });
732
+ })(GetInsightsRequest = exports.GetInsightsRequest || (exports.GetInsightsRequest = {}));
733
+ var Insights;
734
+ (function (Insights) {
735
+ Insights.filterSensitiveLog = (obj) => ({
736
+ ...obj,
737
+ });
738
+ })(Insights = exports.Insights || (exports.Insights = {}));
739
+ var GetInsightsResponse;
740
+ (function (GetInsightsResponse) {
741
+ GetInsightsResponse.filterSensitiveLog = (obj) => ({
742
+ ...obj,
743
+ });
744
+ })(GetInsightsResponse = exports.GetInsightsResponse || (exports.GetInsightsResponse = {}));
745
+ var GetInsightsByAssessmentRequest;
746
+ (function (GetInsightsByAssessmentRequest) {
747
+ GetInsightsByAssessmentRequest.filterSensitiveLog = (obj) => ({
748
+ ...obj,
749
+ });
750
+ })(GetInsightsByAssessmentRequest = exports.GetInsightsByAssessmentRequest || (exports.GetInsightsByAssessmentRequest = {}));
751
+ var InsightsByAssessment;
752
+ (function (InsightsByAssessment) {
753
+ InsightsByAssessment.filterSensitiveLog = (obj) => ({
754
+ ...obj,
755
+ });
756
+ })(InsightsByAssessment = exports.InsightsByAssessment || (exports.InsightsByAssessment = {}));
757
+ var GetInsightsByAssessmentResponse;
758
+ (function (GetInsightsByAssessmentResponse) {
759
+ GetInsightsByAssessmentResponse.filterSensitiveLog = (obj) => ({
760
+ ...obj,
761
+ });
762
+ })(GetInsightsByAssessmentResponse = exports.GetInsightsByAssessmentResponse || (exports.GetInsightsByAssessmentResponse = {}));
751
763
  var GetOrganizationAdminAccountRequest;
752
764
  (function (GetOrganizationAdminAccountRequest) {
753
765
  GetOrganizationAdminAccountRequest.filterSensitiveLog = (obj) => ({
@@ -804,6 +816,30 @@ var GetSettingsResponse;
804
816
  ...obj,
805
817
  });
806
818
  })(GetSettingsResponse = exports.GetSettingsResponse || (exports.GetSettingsResponse = {}));
819
+ var ListAssessmentControlInsightsByControlDomainRequest;
820
+ (function (ListAssessmentControlInsightsByControlDomainRequest) {
821
+ ListAssessmentControlInsightsByControlDomainRequest.filterSensitiveLog = (obj) => ({
822
+ ...obj,
823
+ });
824
+ })(ListAssessmentControlInsightsByControlDomainRequest = exports.ListAssessmentControlInsightsByControlDomainRequest || (exports.ListAssessmentControlInsightsByControlDomainRequest = {}));
825
+ var EvidenceInsights;
826
+ (function (EvidenceInsights) {
827
+ EvidenceInsights.filterSensitiveLog = (obj) => ({
828
+ ...obj,
829
+ });
830
+ })(EvidenceInsights = exports.EvidenceInsights || (exports.EvidenceInsights = {}));
831
+ var ControlInsightsMetadataByAssessmentItem;
832
+ (function (ControlInsightsMetadataByAssessmentItem) {
833
+ ControlInsightsMetadataByAssessmentItem.filterSensitiveLog = (obj) => ({
834
+ ...obj,
835
+ });
836
+ })(ControlInsightsMetadataByAssessmentItem = exports.ControlInsightsMetadataByAssessmentItem || (exports.ControlInsightsMetadataByAssessmentItem = {}));
837
+ var ListAssessmentControlInsightsByControlDomainResponse;
838
+ (function (ListAssessmentControlInsightsByControlDomainResponse) {
839
+ ListAssessmentControlInsightsByControlDomainResponse.filterSensitiveLog = (obj) => ({
840
+ ...obj,
841
+ });
842
+ })(ListAssessmentControlInsightsByControlDomainResponse = exports.ListAssessmentControlInsightsByControlDomainResponse || (exports.ListAssessmentControlInsightsByControlDomainResponse = {}));
807
843
  var ListAssessmentFrameworksRequest;
808
844
  (function (ListAssessmentFrameworksRequest) {
809
845
  ListAssessmentFrameworksRequest.filterSensitiveLog = (obj) => ({
@@ -852,6 +888,54 @@ var ListAssessmentsResponse;
852
888
  ...obj,
853
889
  });
854
890
  })(ListAssessmentsResponse = exports.ListAssessmentsResponse || (exports.ListAssessmentsResponse = {}));
891
+ var ListControlDomainInsightsRequest;
892
+ (function (ListControlDomainInsightsRequest) {
893
+ ListControlDomainInsightsRequest.filterSensitiveLog = (obj) => ({
894
+ ...obj,
895
+ });
896
+ })(ListControlDomainInsightsRequest = exports.ListControlDomainInsightsRequest || (exports.ListControlDomainInsightsRequest = {}));
897
+ var ControlDomainInsights;
898
+ (function (ControlDomainInsights) {
899
+ ControlDomainInsights.filterSensitiveLog = (obj) => ({
900
+ ...obj,
901
+ });
902
+ })(ControlDomainInsights = exports.ControlDomainInsights || (exports.ControlDomainInsights = {}));
903
+ var ListControlDomainInsightsResponse;
904
+ (function (ListControlDomainInsightsResponse) {
905
+ ListControlDomainInsightsResponse.filterSensitiveLog = (obj) => ({
906
+ ...obj,
907
+ });
908
+ })(ListControlDomainInsightsResponse = exports.ListControlDomainInsightsResponse || (exports.ListControlDomainInsightsResponse = {}));
909
+ var ListControlDomainInsightsByAssessmentRequest;
910
+ (function (ListControlDomainInsightsByAssessmentRequest) {
911
+ ListControlDomainInsightsByAssessmentRequest.filterSensitiveLog = (obj) => ({
912
+ ...obj,
913
+ });
914
+ })(ListControlDomainInsightsByAssessmentRequest = exports.ListControlDomainInsightsByAssessmentRequest || (exports.ListControlDomainInsightsByAssessmentRequest = {}));
915
+ var ListControlDomainInsightsByAssessmentResponse;
916
+ (function (ListControlDomainInsightsByAssessmentResponse) {
917
+ ListControlDomainInsightsByAssessmentResponse.filterSensitiveLog = (obj) => ({
918
+ ...obj,
919
+ });
920
+ })(ListControlDomainInsightsByAssessmentResponse = exports.ListControlDomainInsightsByAssessmentResponse || (exports.ListControlDomainInsightsByAssessmentResponse = {}));
921
+ var ListControlInsightsByControlDomainRequest;
922
+ (function (ListControlInsightsByControlDomainRequest) {
923
+ ListControlInsightsByControlDomainRequest.filterSensitiveLog = (obj) => ({
924
+ ...obj,
925
+ });
926
+ })(ListControlInsightsByControlDomainRequest = exports.ListControlInsightsByControlDomainRequest || (exports.ListControlInsightsByControlDomainRequest = {}));
927
+ var ControlInsightsMetadataItem;
928
+ (function (ControlInsightsMetadataItem) {
929
+ ControlInsightsMetadataItem.filterSensitiveLog = (obj) => ({
930
+ ...obj,
931
+ });
932
+ })(ControlInsightsMetadataItem = exports.ControlInsightsMetadataItem || (exports.ControlInsightsMetadataItem = {}));
933
+ var ListControlInsightsByControlDomainResponse;
934
+ (function (ListControlInsightsByControlDomainResponse) {
935
+ ListControlInsightsByControlDomainResponse.filterSensitiveLog = (obj) => ({
936
+ ...obj,
937
+ });
938
+ })(ListControlInsightsByControlDomainResponse = exports.ListControlInsightsByControlDomainResponse || (exports.ListControlInsightsByControlDomainResponse = {}));
855
939
  var ListControlsRequest;
856
940
  (function (ListControlsRequest) {
857
941
  ListControlsRequest.filterSensitiveLog = (obj) => ({