@aws-sdk/client-auditmanager 3.40.0 → 3.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/CHANGELOG.md +41 -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 +9 -0
  11. package/dist-cjs/models/models_0.js +110 -2
  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-es/AuditManager.js +90 -0
  19. package/dist-es/commands/GetInsightsByAssessmentCommand.js +39 -0
  20. package/dist-es/commands/GetInsightsCommand.js +39 -0
  21. package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +39 -0
  22. package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +39 -0
  23. package/dist-es/commands/ListControlDomainInsightsCommand.js +39 -0
  24. package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +39 -0
  25. package/dist-es/commands/index.js +6 -0
  26. package/dist-es/endpoints.js +9 -0
  27. package/dist-es/models/models_0.js +72 -0
  28. package/dist-es/pagination/ListAssessmentControlInsightsByControlDomainPaginator.js +74 -0
  29. package/dist-es/pagination/ListControlDomainInsightsByAssessmentPaginator.js +74 -0
  30. package/dist-es/pagination/ListControlDomainInsightsPaginator.js +74 -0
  31. package/dist-es/pagination/ListControlInsightsByControlDomainPaginator.js +74 -0
  32. package/dist-es/pagination/index.js +4 -0
  33. package/dist-es/protocols/Aws_restJson1.js +798 -34
  34. package/dist-types/AuditManager.d.ts +69 -2
  35. package/dist-types/AuditManagerClient.d.ts +8 -2
  36. package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +1 -1
  37. package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +1 -1
  38. package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +1 -1
  39. package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +1 -1
  40. package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +1 -1
  41. package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateAssessmentCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateAssessmentReportCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateControlCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteAssessmentCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteControlCommand.d.ts +1 -1
  51. package/dist-types/commands/DeregisterAccountCommand.d.ts +1 -1
  52. package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +1 -1
  53. package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +1 -1
  54. package/dist-types/commands/GetAccountStatusCommand.d.ts +1 -1
  55. package/dist-types/commands/GetAssessmentCommand.d.ts +2 -2
  56. package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +2 -2
  57. package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +1 -1
  58. package/dist-types/commands/GetChangeLogsCommand.d.ts +1 -1
  59. package/dist-types/commands/GetControlCommand.d.ts +1 -1
  60. package/dist-types/commands/GetDelegationsCommand.d.ts +1 -1
  61. package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +1 -1
  62. package/dist-types/commands/GetEvidenceCommand.d.ts +1 -1
  63. package/dist-types/commands/GetEvidenceFolderCommand.d.ts +1 -1
  64. package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +1 -1
  65. package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +1 -1
  66. package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +35 -0
  67. package/dist-types/commands/GetInsightsCommand.d.ts +35 -0
  68. package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +1 -1
  69. package/dist-types/commands/GetServicesInScopeCommand.d.ts +1 -1
  70. package/dist-types/commands/GetSettingsCommand.d.ts +1 -1
  71. package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +42 -0
  72. package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +1 -1
  73. package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +1 -1
  74. package/dist-types/commands/ListAssessmentReportsCommand.d.ts +1 -1
  75. package/dist-types/commands/ListAssessmentsCommand.d.ts +1 -1
  76. package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +40 -0
  77. package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +41 -0
  78. package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +42 -0
  79. package/dist-types/commands/ListControlsCommand.d.ts +1 -1
  80. package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +1 -1
  81. package/dist-types/commands/ListNotificationsCommand.d.ts +1 -1
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  83. package/dist-types/commands/RegisterAccountCommand.d.ts +1 -1
  84. package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +1 -1
  85. package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +1 -1
  86. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  87. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  88. package/dist-types/commands/UpdateAssessmentCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +1 -1
  90. package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +1 -1
  93. package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateControlCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateSettingsCommand.d.ts +1 -1
  96. package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +1 -1
  97. package/dist-types/commands/index.d.ts +6 -0
  98. package/dist-types/models/models_0.d.ts +521 -30
  99. package/dist-types/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +4 -0
  100. package/dist-types/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +4 -0
  101. package/dist-types/pagination/ListControlDomainInsightsPaginator.d.ts +4 -0
  102. package/dist-types/pagination/ListControlInsightsByControlDomainPaginator.d.ts +4 -0
  103. package/dist-types/pagination/index.d.ts +4 -0
  104. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  105. package/dist-types/ts3.4/AuditManager.d.ts +30 -0
  106. package/dist-types/ts3.4/AuditManagerClient.d.ts +8 -2
  107. package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  114. package/dist-types/ts3.4/models/models_0.d.ts +224 -0
  115. package/dist-types/ts3.4/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +4 -0
  116. package/dist-types/ts3.4/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +4 -0
  117. package/dist-types/ts3.4/pagination/ListControlDomainInsightsPaginator.d.ts +4 -0
  118. package/dist-types/ts3.4/pagination/ListControlInsightsByControlDomainPaginator.d.ts +4 -0
  119. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  120. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +18 -0
  121. package/package.json +6 -6
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput } from "../commands/ListAssessmentControlInsightsByControlDomainCommand";
3
+ import { AuditManagerPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAssessmentControlInsightsByControlDomain(config: AuditManagerPaginationConfiguration, input: ListAssessmentControlInsightsByControlDomainCommandInput, ...additionalArguments: any): Paginator<ListAssessmentControlInsightsByControlDomainCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput } from "../commands/ListControlDomainInsightsByAssessmentCommand";
3
+ import { AuditManagerPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListControlDomainInsightsByAssessment(config: AuditManagerPaginationConfiguration, input: ListControlDomainInsightsByAssessmentCommandInput, ...additionalArguments: any): Paginator<ListControlDomainInsightsByAssessmentCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput } from "../commands/ListControlDomainInsightsCommand";
3
+ import { AuditManagerPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListControlDomainInsights(config: AuditManagerPaginationConfiguration, input: ListControlDomainInsightsCommandInput, ...additionalArguments: any): Paginator<ListControlDomainInsightsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput } from "../commands/ListControlInsightsByControlDomainCommand";
3
+ import { AuditManagerPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListControlInsightsByControlDomain(config: AuditManagerPaginationConfiguration, input: ListControlInsightsByControlDomainCommandInput, ...additionalArguments: any): Paginator<ListControlInsightsByControlDomainCommandOutput>;
@@ -4,10 +4,14 @@ export * from "./GetEvidenceByEvidenceFolderPaginator";
4
4
  export * from "./GetEvidenceFoldersByAssessmentControlPaginator";
5
5
  export * from "./GetEvidenceFoldersByAssessmentPaginator";
6
6
  export * from "./Interfaces";
7
+ export * from "./ListAssessmentControlInsightsByControlDomainPaginator";
7
8
  export * from "./ListAssessmentFrameworkShareRequestsPaginator";
8
9
  export * from "./ListAssessmentFrameworksPaginator";
9
10
  export * from "./ListAssessmentReportsPaginator";
10
11
  export * from "./ListAssessmentsPaginator";
12
+ export * from "./ListControlDomainInsightsByAssessmentPaginator";
13
+ export * from "./ListControlDomainInsightsPaginator";
14
+ export * from "./ListControlInsightsByControlDomainPaginator";
11
15
  export * from "./ListControlsPaginator";
12
16
  export * from "./ListKeywordsForDataSourcePaginator";
13
17
  export * from "./ListNotificationsPaginator";
@@ -30,13 +30,19 @@ import { GetEvidenceCommandInput, GetEvidenceCommandOutput } from "../commands/G
30
30
  import { GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput } from "../commands/GetEvidenceFolderCommand";
31
31
  import { GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput } from "../commands/GetEvidenceFoldersByAssessmentCommand";
32
32
  import { GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput } from "../commands/GetEvidenceFoldersByAssessmentControlCommand";
33
+ import { GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput } from "../commands/GetInsightsByAssessmentCommand";
34
+ import { GetInsightsCommandInput, GetInsightsCommandOutput } from "../commands/GetInsightsCommand";
33
35
  import { GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput } from "../commands/GetOrganizationAdminAccountCommand";
34
36
  import { GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput } from "../commands/GetServicesInScopeCommand";
35
37
  import { GetSettingsCommandInput, GetSettingsCommandOutput } from "../commands/GetSettingsCommand";
38
+ import { ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput } from "../commands/ListAssessmentControlInsightsByControlDomainCommand";
36
39
  import { ListAssessmentFrameworksCommandInput, ListAssessmentFrameworksCommandOutput } from "../commands/ListAssessmentFrameworksCommand";
37
40
  import { ListAssessmentFrameworkShareRequestsCommandInput, ListAssessmentFrameworkShareRequestsCommandOutput } from "../commands/ListAssessmentFrameworkShareRequestsCommand";
38
41
  import { ListAssessmentReportsCommandInput, ListAssessmentReportsCommandOutput } from "../commands/ListAssessmentReportsCommand";
39
42
  import { ListAssessmentsCommandInput, ListAssessmentsCommandOutput } from "../commands/ListAssessmentsCommand";
43
+ import { ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput } from "../commands/ListControlDomainInsightsByAssessmentCommand";
44
+ import { ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput } from "../commands/ListControlDomainInsightsCommand";
45
+ import { ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput } from "../commands/ListControlInsightsByControlDomainCommand";
40
46
  import { ListControlsCommandInput, ListControlsCommandOutput } from "../commands/ListControlsCommand";
41
47
  import { ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput } from "../commands/ListKeywordsForDataSourceCommand";
42
48
  import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "../commands/ListNotificationsCommand";
@@ -85,13 +91,19 @@ export declare const serializeAws_restJson1GetEvidenceByEvidenceFolderCommand: (
85
91
  export declare const serializeAws_restJson1GetEvidenceFolderCommand: (input: GetEvidenceFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
92
  export declare const serializeAws_restJson1GetEvidenceFoldersByAssessmentCommand: (input: GetEvidenceFoldersByAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
93
  export declare const serializeAws_restJson1GetEvidenceFoldersByAssessmentControlCommand: (input: GetEvidenceFoldersByAssessmentControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ export declare const serializeAws_restJson1GetInsightsCommand: (input: GetInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ export declare const serializeAws_restJson1GetInsightsByAssessmentCommand: (input: GetInsightsByAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
96
  export declare const serializeAws_restJson1GetOrganizationAdminAccountCommand: (input: GetOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
97
  export declare const serializeAws_restJson1GetServicesInScopeCommand: (input: GetServicesInScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
98
  export declare const serializeAws_restJson1GetSettingsCommand: (input: GetSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ export declare const serializeAws_restJson1ListAssessmentControlInsightsByControlDomainCommand: (input: ListAssessmentControlInsightsByControlDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
100
  export declare const serializeAws_restJson1ListAssessmentFrameworksCommand: (input: ListAssessmentFrameworksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
101
  export declare const serializeAws_restJson1ListAssessmentFrameworkShareRequestsCommand: (input: ListAssessmentFrameworkShareRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
102
  export declare const serializeAws_restJson1ListAssessmentReportsCommand: (input: ListAssessmentReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
103
  export declare const serializeAws_restJson1ListAssessmentsCommand: (input: ListAssessmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ export declare const serializeAws_restJson1ListControlDomainInsightsCommand: (input: ListControlDomainInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ export declare const serializeAws_restJson1ListControlDomainInsightsByAssessmentCommand: (input: ListControlDomainInsightsByAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ export declare const serializeAws_restJson1ListControlInsightsByControlDomainCommand: (input: ListControlInsightsByControlDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
107
  export declare const serializeAws_restJson1ListControlsCommand: (input: ListControlsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
108
  export declare const serializeAws_restJson1ListKeywordsForDataSourceCommand: (input: ListKeywordsForDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
109
  export declare const serializeAws_restJson1ListNotificationsCommand: (input: ListNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -140,13 +152,19 @@ export declare const deserializeAws_restJson1GetEvidenceByEvidenceFolderCommand:
140
152
  export declare const deserializeAws_restJson1GetEvidenceFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEvidenceFolderCommandOutput>;
141
153
  export declare const deserializeAws_restJson1GetEvidenceFoldersByAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEvidenceFoldersByAssessmentCommandOutput>;
142
154
  export declare const deserializeAws_restJson1GetEvidenceFoldersByAssessmentControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEvidenceFoldersByAssessmentControlCommandOutput>;
155
+ export declare const deserializeAws_restJson1GetInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightsCommandOutput>;
156
+ export declare const deserializeAws_restJson1GetInsightsByAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightsByAssessmentCommandOutput>;
143
157
  export declare const deserializeAws_restJson1GetOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOrganizationAdminAccountCommandOutput>;
144
158
  export declare const deserializeAws_restJson1GetServicesInScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServicesInScopeCommandOutput>;
145
159
  export declare const deserializeAws_restJson1GetSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSettingsCommandOutput>;
160
+ export declare const deserializeAws_restJson1ListAssessmentControlInsightsByControlDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentControlInsightsByControlDomainCommandOutput>;
146
161
  export declare const deserializeAws_restJson1ListAssessmentFrameworksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentFrameworksCommandOutput>;
147
162
  export declare const deserializeAws_restJson1ListAssessmentFrameworkShareRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentFrameworkShareRequestsCommandOutput>;
148
163
  export declare const deserializeAws_restJson1ListAssessmentReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentReportsCommandOutput>;
149
164
  export declare const deserializeAws_restJson1ListAssessmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentsCommandOutput>;
165
+ export declare const deserializeAws_restJson1ListControlDomainInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListControlDomainInsightsCommandOutput>;
166
+ export declare const deserializeAws_restJson1ListControlDomainInsightsByAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListControlDomainInsightsByAssessmentCommandOutput>;
167
+ export declare const deserializeAws_restJson1ListControlInsightsByControlDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListControlInsightsByControlDomainCommandOutput>;
150
168
  export declare const deserializeAws_restJson1ListControlsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListControlsCommandOutput>;
151
169
  export declare const deserializeAws_restJson1ListKeywordsForDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeywordsForDataSourceCommandOutput>;
152
170
  export declare const deserializeAws_restJson1ListNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationsCommandOutput>;
@@ -30,13 +30,19 @@ import { GetEvidenceCommandInput, GetEvidenceCommandOutput } from "./commands/Ge
30
30
  import { GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput } from "./commands/GetEvidenceFolderCommand";
31
31
  import { GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput } from "./commands/GetEvidenceFoldersByAssessmentCommand";
32
32
  import { GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput } from "./commands/GetEvidenceFoldersByAssessmentControlCommand";
33
+ import { GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput } from "./commands/GetInsightsByAssessmentCommand";
34
+ import { GetInsightsCommandInput, GetInsightsCommandOutput } from "./commands/GetInsightsCommand";
33
35
  import { GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput } from "./commands/GetOrganizationAdminAccountCommand";
34
36
  import { GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput } from "./commands/GetServicesInScopeCommand";
35
37
  import { GetSettingsCommandInput, GetSettingsCommandOutput } from "./commands/GetSettingsCommand";
38
+ import { ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput } from "./commands/ListAssessmentControlInsightsByControlDomainCommand";
36
39
  import { ListAssessmentFrameworksCommandInput, ListAssessmentFrameworksCommandOutput } from "./commands/ListAssessmentFrameworksCommand";
37
40
  import { ListAssessmentFrameworkShareRequestsCommandInput, ListAssessmentFrameworkShareRequestsCommandOutput } from "./commands/ListAssessmentFrameworkShareRequestsCommand";
38
41
  import { ListAssessmentReportsCommandInput, ListAssessmentReportsCommandOutput } from "./commands/ListAssessmentReportsCommand";
39
42
  import { ListAssessmentsCommandInput, ListAssessmentsCommandOutput } from "./commands/ListAssessmentsCommand";
43
+ import { ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput } from "./commands/ListControlDomainInsightsByAssessmentCommand";
44
+ import { ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput } from "./commands/ListControlDomainInsightsCommand";
45
+ import { ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput } from "./commands/ListControlInsightsByControlDomainCommand";
40
46
  import { ListControlsCommandInput, ListControlsCommandOutput } from "./commands/ListControlsCommand";
41
47
  import { ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput } from "./commands/ListKeywordsForDataSourceCommand";
42
48
  import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
@@ -178,6 +184,14 @@ export declare class AuditManager extends AuditManagerClient {
178
184
  getEvidenceFoldersByAssessmentControl(args: GetEvidenceFoldersByAssessmentControlCommandInput, cb: (err: any, data?: GetEvidenceFoldersByAssessmentControlCommandOutput) => void): void;
179
185
  getEvidenceFoldersByAssessmentControl(args: GetEvidenceFoldersByAssessmentControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEvidenceFoldersByAssessmentControlCommandOutput) => void): void;
180
186
 
187
+ getInsights(args: GetInsightsCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightsCommandOutput>;
188
+ getInsights(args: GetInsightsCommandInput, cb: (err: any, data?: GetInsightsCommandOutput) => void): void;
189
+ getInsights(args: GetInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightsCommandOutput) => void): void;
190
+
191
+ getInsightsByAssessment(args: GetInsightsByAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightsByAssessmentCommandOutput>;
192
+ getInsightsByAssessment(args: GetInsightsByAssessmentCommandInput, cb: (err: any, data?: GetInsightsByAssessmentCommandOutput) => void): void;
193
+ getInsightsByAssessment(args: GetInsightsByAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightsByAssessmentCommandOutput) => void): void;
194
+
181
195
  getOrganizationAdminAccount(args: GetOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetOrganizationAdminAccountCommandOutput>;
182
196
  getOrganizationAdminAccount(args: GetOrganizationAdminAccountCommandInput, cb: (err: any, data?: GetOrganizationAdminAccountCommandOutput) => void): void;
183
197
  getOrganizationAdminAccount(args: GetOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOrganizationAdminAccountCommandOutput) => void): void;
@@ -190,6 +204,10 @@ export declare class AuditManager extends AuditManagerClient {
190
204
  getSettings(args: GetSettingsCommandInput, cb: (err: any, data?: GetSettingsCommandOutput) => void): void;
191
205
  getSettings(args: GetSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSettingsCommandOutput) => void): void;
192
206
 
207
+ listAssessmentControlInsightsByControlDomain(args: ListAssessmentControlInsightsByControlDomainCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentControlInsightsByControlDomainCommandOutput>;
208
+ listAssessmentControlInsightsByControlDomain(args: ListAssessmentControlInsightsByControlDomainCommandInput, cb: (err: any, data?: ListAssessmentControlInsightsByControlDomainCommandOutput) => void): void;
209
+ listAssessmentControlInsightsByControlDomain(args: ListAssessmentControlInsightsByControlDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentControlInsightsByControlDomainCommandOutput) => void): void;
210
+
193
211
  listAssessmentFrameworks(args: ListAssessmentFrameworksCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentFrameworksCommandOutput>;
194
212
  listAssessmentFrameworks(args: ListAssessmentFrameworksCommandInput, cb: (err: any, data?: ListAssessmentFrameworksCommandOutput) => void): void;
195
213
  listAssessmentFrameworks(args: ListAssessmentFrameworksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentFrameworksCommandOutput) => void): void;
@@ -206,6 +224,18 @@ export declare class AuditManager extends AuditManagerClient {
206
224
  listAssessments(args: ListAssessmentsCommandInput, cb: (err: any, data?: ListAssessmentsCommandOutput) => void): void;
207
225
  listAssessments(args: ListAssessmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentsCommandOutput) => void): void;
208
226
 
227
+ listControlDomainInsights(args: ListControlDomainInsightsCommandInput, options?: __HttpHandlerOptions): Promise<ListControlDomainInsightsCommandOutput>;
228
+ listControlDomainInsights(args: ListControlDomainInsightsCommandInput, cb: (err: any, data?: ListControlDomainInsightsCommandOutput) => void): void;
229
+ listControlDomainInsights(args: ListControlDomainInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListControlDomainInsightsCommandOutput) => void): void;
230
+
231
+ listControlDomainInsightsByAssessment(args: ListControlDomainInsightsByAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<ListControlDomainInsightsByAssessmentCommandOutput>;
232
+ listControlDomainInsightsByAssessment(args: ListControlDomainInsightsByAssessmentCommandInput, cb: (err: any, data?: ListControlDomainInsightsByAssessmentCommandOutput) => void): void;
233
+ listControlDomainInsightsByAssessment(args: ListControlDomainInsightsByAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListControlDomainInsightsByAssessmentCommandOutput) => void): void;
234
+
235
+ listControlInsightsByControlDomain(args: ListControlInsightsByControlDomainCommandInput, options?: __HttpHandlerOptions): Promise<ListControlInsightsByControlDomainCommandOutput>;
236
+ listControlInsightsByControlDomain(args: ListControlInsightsByControlDomainCommandInput, cb: (err: any, data?: ListControlInsightsByControlDomainCommandOutput) => void): void;
237
+ listControlInsightsByControlDomain(args: ListControlInsightsByControlDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListControlInsightsByControlDomainCommandOutput) => void): void;
238
+
209
239
  listControls(args: ListControlsCommandInput, options?: __HttpHandlerOptions): Promise<ListControlsCommandOutput>;
210
240
  listControls(args: ListControlsCommandInput, cb: (err: any, data?: ListControlsCommandOutput) => void): void;
211
241
  listControls(args: ListControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListControlsCommandOutput) => void): void;
@@ -36,13 +36,19 @@ import { GetEvidenceCommandInput, GetEvidenceCommandOutput } from "./commands/Ge
36
36
  import { GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput } from "./commands/GetEvidenceFolderCommand";
37
37
  import { GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput } from "./commands/GetEvidenceFoldersByAssessmentCommand";
38
38
  import { GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput } from "./commands/GetEvidenceFoldersByAssessmentControlCommand";
39
+ import { GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput } from "./commands/GetInsightsByAssessmentCommand";
40
+ import { GetInsightsCommandInput, GetInsightsCommandOutput } from "./commands/GetInsightsCommand";
39
41
  import { GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput } from "./commands/GetOrganizationAdminAccountCommand";
40
42
  import { GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput } from "./commands/GetServicesInScopeCommand";
41
43
  import { GetSettingsCommandInput, GetSettingsCommandOutput } from "./commands/GetSettingsCommand";
44
+ import { ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput } from "./commands/ListAssessmentControlInsightsByControlDomainCommand";
42
45
  import { ListAssessmentFrameworksCommandInput, ListAssessmentFrameworksCommandOutput } from "./commands/ListAssessmentFrameworksCommand";
43
46
  import { ListAssessmentFrameworkShareRequestsCommandInput, ListAssessmentFrameworkShareRequestsCommandOutput } from "./commands/ListAssessmentFrameworkShareRequestsCommand";
44
47
  import { ListAssessmentReportsCommandInput, ListAssessmentReportsCommandOutput } from "./commands/ListAssessmentReportsCommand";
45
48
  import { ListAssessmentsCommandInput, ListAssessmentsCommandOutput } from "./commands/ListAssessmentsCommand";
49
+ import { ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput } from "./commands/ListControlDomainInsightsByAssessmentCommand";
50
+ import { ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput } from "./commands/ListControlDomainInsightsCommand";
51
+ import { ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput } from "./commands/ListControlInsightsByControlDomainCommand";
46
52
  import { ListControlsCommandInput, ListControlsCommandOutput } from "./commands/ListControlsCommand";
47
53
  import { ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput } from "./commands/ListKeywordsForDataSourceCommand";
48
54
  import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
@@ -61,8 +67,8 @@ import { UpdateAssessmentStatusCommandInput, UpdateAssessmentStatusCommandOutput
61
67
  import { UpdateControlCommandInput, UpdateControlCommandOutput } from "./commands/UpdateControlCommand";
62
68
  import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
63
69
  import { ValidateAssessmentReportIntegrityCommandInput, ValidateAssessmentReportIntegrityCommandOutput } from "./commands/ValidateAssessmentReportIntegrityCommand";
64
- export declare type ServiceInputTypes = AssociateAssessmentReportEvidenceFolderCommandInput | BatchAssociateAssessmentReportEvidenceCommandInput | BatchCreateDelegationByAssessmentCommandInput | BatchDeleteDelegationByAssessmentCommandInput | BatchDisassociateAssessmentReportEvidenceCommandInput | BatchImportEvidenceToAssessmentControlCommandInput | CreateAssessmentCommandInput | CreateAssessmentFrameworkCommandInput | CreateAssessmentReportCommandInput | CreateControlCommandInput | DeleteAssessmentCommandInput | DeleteAssessmentFrameworkCommandInput | DeleteAssessmentFrameworkShareCommandInput | DeleteAssessmentReportCommandInput | DeleteControlCommandInput | DeregisterAccountCommandInput | DeregisterOrganizationAdminAccountCommandInput | DisassociateAssessmentReportEvidenceFolderCommandInput | GetAccountStatusCommandInput | GetAssessmentCommandInput | GetAssessmentFrameworkCommandInput | GetAssessmentReportUrlCommandInput | GetChangeLogsCommandInput | GetControlCommandInput | GetDelegationsCommandInput | GetEvidenceByEvidenceFolderCommandInput | GetEvidenceCommandInput | GetEvidenceFolderCommandInput | GetEvidenceFoldersByAssessmentCommandInput | GetEvidenceFoldersByAssessmentControlCommandInput | GetOrganizationAdminAccountCommandInput | GetServicesInScopeCommandInput | GetSettingsCommandInput | ListAssessmentFrameworkShareRequestsCommandInput | ListAssessmentFrameworksCommandInput | ListAssessmentReportsCommandInput | ListAssessmentsCommandInput | ListControlsCommandInput | ListKeywordsForDataSourceCommandInput | ListNotificationsCommandInput | ListTagsForResourceCommandInput | RegisterAccountCommandInput | RegisterOrganizationAdminAccountCommandInput | StartAssessmentFrameworkShareCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAssessmentCommandInput | UpdateAssessmentControlCommandInput | UpdateAssessmentControlSetStatusCommandInput | UpdateAssessmentFrameworkCommandInput | UpdateAssessmentFrameworkShareCommandInput | UpdateAssessmentStatusCommandInput | UpdateControlCommandInput | UpdateSettingsCommandInput | ValidateAssessmentReportIntegrityCommandInput;
65
- export declare type ServiceOutputTypes = AssociateAssessmentReportEvidenceFolderCommandOutput | BatchAssociateAssessmentReportEvidenceCommandOutput | BatchCreateDelegationByAssessmentCommandOutput | BatchDeleteDelegationByAssessmentCommandOutput | BatchDisassociateAssessmentReportEvidenceCommandOutput | BatchImportEvidenceToAssessmentControlCommandOutput | CreateAssessmentCommandOutput | CreateAssessmentFrameworkCommandOutput | CreateAssessmentReportCommandOutput | CreateControlCommandOutput | DeleteAssessmentCommandOutput | DeleteAssessmentFrameworkCommandOutput | DeleteAssessmentFrameworkShareCommandOutput | DeleteAssessmentReportCommandOutput | DeleteControlCommandOutput | DeregisterAccountCommandOutput | DeregisterOrganizationAdminAccountCommandOutput | DisassociateAssessmentReportEvidenceFolderCommandOutput | GetAccountStatusCommandOutput | GetAssessmentCommandOutput | GetAssessmentFrameworkCommandOutput | GetAssessmentReportUrlCommandOutput | GetChangeLogsCommandOutput | GetControlCommandOutput | GetDelegationsCommandOutput | GetEvidenceByEvidenceFolderCommandOutput | GetEvidenceCommandOutput | GetEvidenceFolderCommandOutput | GetEvidenceFoldersByAssessmentCommandOutput | GetEvidenceFoldersByAssessmentControlCommandOutput | GetOrganizationAdminAccountCommandOutput | GetServicesInScopeCommandOutput | GetSettingsCommandOutput | ListAssessmentFrameworkShareRequestsCommandOutput | ListAssessmentFrameworksCommandOutput | ListAssessmentReportsCommandOutput | ListAssessmentsCommandOutput | ListControlsCommandOutput | ListKeywordsForDataSourceCommandOutput | ListNotificationsCommandOutput | ListTagsForResourceCommandOutput | RegisterAccountCommandOutput | RegisterOrganizationAdminAccountCommandOutput | StartAssessmentFrameworkShareCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAssessmentCommandOutput | UpdateAssessmentControlCommandOutput | UpdateAssessmentControlSetStatusCommandOutput | UpdateAssessmentFrameworkCommandOutput | UpdateAssessmentFrameworkShareCommandOutput | UpdateAssessmentStatusCommandOutput | UpdateControlCommandOutput | UpdateSettingsCommandOutput | ValidateAssessmentReportIntegrityCommandOutput;
70
+ export declare type ServiceInputTypes = AssociateAssessmentReportEvidenceFolderCommandInput | BatchAssociateAssessmentReportEvidenceCommandInput | BatchCreateDelegationByAssessmentCommandInput | BatchDeleteDelegationByAssessmentCommandInput | BatchDisassociateAssessmentReportEvidenceCommandInput | BatchImportEvidenceToAssessmentControlCommandInput | CreateAssessmentCommandInput | CreateAssessmentFrameworkCommandInput | CreateAssessmentReportCommandInput | CreateControlCommandInput | DeleteAssessmentCommandInput | DeleteAssessmentFrameworkCommandInput | DeleteAssessmentFrameworkShareCommandInput | DeleteAssessmentReportCommandInput | DeleteControlCommandInput | DeregisterAccountCommandInput | DeregisterOrganizationAdminAccountCommandInput | DisassociateAssessmentReportEvidenceFolderCommandInput | GetAccountStatusCommandInput | GetAssessmentCommandInput | GetAssessmentFrameworkCommandInput | GetAssessmentReportUrlCommandInput | GetChangeLogsCommandInput | GetControlCommandInput | GetDelegationsCommandInput | GetEvidenceByEvidenceFolderCommandInput | GetEvidenceCommandInput | GetEvidenceFolderCommandInput | GetEvidenceFoldersByAssessmentCommandInput | GetEvidenceFoldersByAssessmentControlCommandInput | GetInsightsByAssessmentCommandInput | GetInsightsCommandInput | GetOrganizationAdminAccountCommandInput | GetServicesInScopeCommandInput | GetSettingsCommandInput | ListAssessmentControlInsightsByControlDomainCommandInput | ListAssessmentFrameworkShareRequestsCommandInput | ListAssessmentFrameworksCommandInput | ListAssessmentReportsCommandInput | ListAssessmentsCommandInput | ListControlDomainInsightsByAssessmentCommandInput | ListControlDomainInsightsCommandInput | ListControlInsightsByControlDomainCommandInput | ListControlsCommandInput | ListKeywordsForDataSourceCommandInput | ListNotificationsCommandInput | ListTagsForResourceCommandInput | RegisterAccountCommandInput | RegisterOrganizationAdminAccountCommandInput | StartAssessmentFrameworkShareCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAssessmentCommandInput | UpdateAssessmentControlCommandInput | UpdateAssessmentControlSetStatusCommandInput | UpdateAssessmentFrameworkCommandInput | UpdateAssessmentFrameworkShareCommandInput | UpdateAssessmentStatusCommandInput | UpdateControlCommandInput | UpdateSettingsCommandInput | ValidateAssessmentReportIntegrityCommandInput;
71
+ export declare type ServiceOutputTypes = AssociateAssessmentReportEvidenceFolderCommandOutput | BatchAssociateAssessmentReportEvidenceCommandOutput | BatchCreateDelegationByAssessmentCommandOutput | BatchDeleteDelegationByAssessmentCommandOutput | BatchDisassociateAssessmentReportEvidenceCommandOutput | BatchImportEvidenceToAssessmentControlCommandOutput | CreateAssessmentCommandOutput | CreateAssessmentFrameworkCommandOutput | CreateAssessmentReportCommandOutput | CreateControlCommandOutput | DeleteAssessmentCommandOutput | DeleteAssessmentFrameworkCommandOutput | DeleteAssessmentFrameworkShareCommandOutput | DeleteAssessmentReportCommandOutput | DeleteControlCommandOutput | DeregisterAccountCommandOutput | DeregisterOrganizationAdminAccountCommandOutput | DisassociateAssessmentReportEvidenceFolderCommandOutput | GetAccountStatusCommandOutput | GetAssessmentCommandOutput | GetAssessmentFrameworkCommandOutput | GetAssessmentReportUrlCommandOutput | GetChangeLogsCommandOutput | GetControlCommandOutput | GetDelegationsCommandOutput | GetEvidenceByEvidenceFolderCommandOutput | GetEvidenceCommandOutput | GetEvidenceFolderCommandOutput | GetEvidenceFoldersByAssessmentCommandOutput | GetEvidenceFoldersByAssessmentControlCommandOutput | GetInsightsByAssessmentCommandOutput | GetInsightsCommandOutput | GetOrganizationAdminAccountCommandOutput | GetServicesInScopeCommandOutput | GetSettingsCommandOutput | ListAssessmentControlInsightsByControlDomainCommandOutput | ListAssessmentFrameworkShareRequestsCommandOutput | ListAssessmentFrameworksCommandOutput | ListAssessmentReportsCommandOutput | ListAssessmentsCommandOutput | ListControlDomainInsightsByAssessmentCommandOutput | ListControlDomainInsightsCommandOutput | ListControlInsightsByControlDomainCommandOutput | ListControlsCommandOutput | ListKeywordsForDataSourceCommandOutput | ListNotificationsCommandOutput | ListTagsForResourceCommandOutput | RegisterAccountCommandOutput | RegisterOrganizationAdminAccountCommandOutput | StartAssessmentFrameworkShareCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAssessmentCommandOutput | UpdateAssessmentControlCommandOutput | UpdateAssessmentControlSetStatusCommandOutput | UpdateAssessmentFrameworkCommandOutput | UpdateAssessmentFrameworkShareCommandOutput | UpdateAssessmentStatusCommandOutput | UpdateControlCommandOutput | UpdateSettingsCommandOutput | ValidateAssessmentReportIntegrityCommandOutput;
66
72
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
67
73
 
68
74
  requestHandler?: __HttpHandler;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
4
+ import { GetInsightsByAssessmentRequest, GetInsightsByAssessmentResponse } from "../models/models_0";
5
+ export interface GetInsightsByAssessmentCommandInput extends GetInsightsByAssessmentRequest {
6
+ }
7
+ export interface GetInsightsByAssessmentCommandOutput extends GetInsightsByAssessmentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetInsightsByAssessmentCommand extends $Command<GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
11
+ readonly input: GetInsightsByAssessmentCommandInput;
12
+ constructor(input: GetInsightsByAssessmentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
4
+ import { GetInsightsRequest, GetInsightsResponse } from "../models/models_0";
5
+ export interface GetInsightsCommandInput extends GetInsightsRequest {
6
+ }
7
+ export interface GetInsightsCommandOutput extends GetInsightsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetInsightsCommand extends $Command<GetInsightsCommandInput, GetInsightsCommandOutput, AuditManagerClientResolvedConfig> {
11
+ readonly input: GetInsightsCommandInput;
12
+ constructor(input: GetInsightsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightsCommandInput, GetInsightsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
4
+ import { ListAssessmentControlInsightsByControlDomainRequest, ListAssessmentControlInsightsByControlDomainResponse } from "../models/models_0";
5
+ export interface ListAssessmentControlInsightsByControlDomainCommandInput extends ListAssessmentControlInsightsByControlDomainRequest {
6
+ }
7
+ export interface ListAssessmentControlInsightsByControlDomainCommandOutput extends ListAssessmentControlInsightsByControlDomainResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAssessmentControlInsightsByControlDomainCommand extends $Command<ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput, AuditManagerClientResolvedConfig> {
11
+ readonly input: ListAssessmentControlInsightsByControlDomainCommandInput;
12
+ constructor(input: ListAssessmentControlInsightsByControlDomainCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
4
+ import { ListControlDomainInsightsByAssessmentRequest, ListControlDomainInsightsByAssessmentResponse } from "../models/models_0";
5
+ export interface ListControlDomainInsightsByAssessmentCommandInput extends ListControlDomainInsightsByAssessmentRequest {
6
+ }
7
+ export interface ListControlDomainInsightsByAssessmentCommandOutput extends ListControlDomainInsightsByAssessmentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListControlDomainInsightsByAssessmentCommand extends $Command<ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
11
+ readonly input: ListControlDomainInsightsByAssessmentCommandInput;
12
+ constructor(input: ListControlDomainInsightsByAssessmentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
4
+ import { ListControlDomainInsightsRequest, ListControlDomainInsightsResponse } from "../models/models_0";
5
+ export interface ListControlDomainInsightsCommandInput extends ListControlDomainInsightsRequest {
6
+ }
7
+ export interface ListControlDomainInsightsCommandOutput extends ListControlDomainInsightsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListControlDomainInsightsCommand extends $Command<ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput, AuditManagerClientResolvedConfig> {
11
+ readonly input: ListControlDomainInsightsCommandInput;
12
+ constructor(input: ListControlDomainInsightsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
4
+ import { ListControlInsightsByControlDomainRequest, ListControlInsightsByControlDomainResponse } from "../models/models_0";
5
+ export interface ListControlInsightsByControlDomainCommandInput extends ListControlInsightsByControlDomainRequest {
6
+ }
7
+ export interface ListControlInsightsByControlDomainCommandOutput extends ListControlInsightsByControlDomainResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListControlInsightsByControlDomainCommand extends $Command<ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput, AuditManagerClientResolvedConfig> {
11
+ readonly input: ListControlInsightsByControlDomainCommandInput;
12
+ constructor(input: ListControlInsightsByControlDomainCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -28,13 +28,19 @@ export * from "./GetEvidenceCommand";
28
28
  export * from "./GetEvidenceFolderCommand";
29
29
  export * from "./GetEvidenceFoldersByAssessmentCommand";
30
30
  export * from "./GetEvidenceFoldersByAssessmentControlCommand";
31
+ export * from "./GetInsightsByAssessmentCommand";
32
+ export * from "./GetInsightsCommand";
31
33
  export * from "./GetOrganizationAdminAccountCommand";
32
34
  export * from "./GetServicesInScopeCommand";
33
35
  export * from "./GetSettingsCommand";
36
+ export * from "./ListAssessmentControlInsightsByControlDomainCommand";
34
37
  export * from "./ListAssessmentFrameworkShareRequestsCommand";
35
38
  export * from "./ListAssessmentFrameworksCommand";
36
39
  export * from "./ListAssessmentReportsCommand";
37
40
  export * from "./ListAssessmentsCommand";
41
+ export * from "./ListControlDomainInsightsByAssessmentCommand";
42
+ export * from "./ListControlDomainInsightsCommand";
43
+ export * from "./ListControlInsightsByControlDomainCommand";
38
44
  export * from "./ListControlsCommand";
39
45
  export * from "./ListKeywordsForDataSourceCommand";
40
46
  export * from "./ListNotificationsCommand";
@@ -1494,6 +1494,76 @@ export declare namespace GetEvidenceFoldersByAssessmentControlResponse {
1494
1494
 
1495
1495
  const filterSensitiveLog: (obj: GetEvidenceFoldersByAssessmentControlResponse) => any;
1496
1496
  }
1497
+ export interface GetInsightsRequest {
1498
+ }
1499
+ export declare namespace GetInsightsRequest {
1500
+
1501
+ const filterSensitiveLog: (obj: GetInsightsRequest) => any;
1502
+ }
1503
+
1504
+ export interface Insights {
1505
+
1506
+ activeAssessmentsCount?: number;
1507
+
1508
+ noncompliantEvidenceCount?: number;
1509
+
1510
+ compliantEvidenceCount?: number;
1511
+
1512
+ inconclusiveEvidenceCount?: number;
1513
+
1514
+ assessmentControlsCountByNoncompliantEvidence?: number;
1515
+
1516
+ totalAssessmentControlsCount?: number;
1517
+
1518
+ lastUpdated?: Date;
1519
+ }
1520
+ export declare namespace Insights {
1521
+
1522
+ const filterSensitiveLog: (obj: Insights) => any;
1523
+ }
1524
+ export interface GetInsightsResponse {
1525
+
1526
+ insights?: Insights;
1527
+ }
1528
+ export declare namespace GetInsightsResponse {
1529
+
1530
+ const filterSensitiveLog: (obj: GetInsightsResponse) => any;
1531
+ }
1532
+ export interface GetInsightsByAssessmentRequest {
1533
+
1534
+ assessmentId: string | undefined;
1535
+ }
1536
+ export declare namespace GetInsightsByAssessmentRequest {
1537
+
1538
+ const filterSensitiveLog: (obj: GetInsightsByAssessmentRequest) => any;
1539
+ }
1540
+
1541
+ export interface InsightsByAssessment {
1542
+
1543
+ noncompliantEvidenceCount?: number;
1544
+
1545
+ compliantEvidenceCount?: number;
1546
+
1547
+ inconclusiveEvidenceCount?: number;
1548
+
1549
+ assessmentControlsCountByNoncompliantEvidence?: number;
1550
+
1551
+ totalAssessmentControlsCount?: number;
1552
+
1553
+ lastUpdated?: Date;
1554
+ }
1555
+ export declare namespace InsightsByAssessment {
1556
+
1557
+ const filterSensitiveLog: (obj: InsightsByAssessment) => any;
1558
+ }
1559
+ export interface GetInsightsByAssessmentResponse {
1560
+
1561
+ insights?: InsightsByAssessment;
1562
+ }
1563
+ export declare namespace GetInsightsByAssessmentResponse {
1564
+
1565
+ const filterSensitiveLog: (obj: GetInsightsByAssessmentResponse) => any;
1566
+ }
1497
1567
  export interface GetOrganizationAdminAccountRequest {
1498
1568
  }
1499
1569
  export declare namespace GetOrganizationAdminAccountRequest {
@@ -1579,6 +1649,60 @@ export declare namespace GetSettingsResponse {
1579
1649
 
1580
1650
  const filterSensitiveLog: (obj: GetSettingsResponse) => any;
1581
1651
  }
1652
+ export interface ListAssessmentControlInsightsByControlDomainRequest {
1653
+
1654
+ controlDomainId: string | undefined;
1655
+
1656
+ assessmentId: string | undefined;
1657
+
1658
+ nextToken?: string;
1659
+
1660
+ maxResults?: number;
1661
+ }
1662
+ export declare namespace ListAssessmentControlInsightsByControlDomainRequest {
1663
+
1664
+ const filterSensitiveLog: (obj: ListAssessmentControlInsightsByControlDomainRequest) => any;
1665
+ }
1666
+
1667
+ export interface EvidenceInsights {
1668
+
1669
+ noncompliantEvidenceCount?: number;
1670
+
1671
+ compliantEvidenceCount?: number;
1672
+
1673
+ inconclusiveEvidenceCount?: number;
1674
+ }
1675
+ export declare namespace EvidenceInsights {
1676
+
1677
+ const filterSensitiveLog: (obj: EvidenceInsights) => any;
1678
+ }
1679
+
1680
+ export interface ControlInsightsMetadataByAssessmentItem {
1681
+
1682
+ name?: string;
1683
+
1684
+ id?: string;
1685
+
1686
+ evidenceInsights?: EvidenceInsights;
1687
+
1688
+ controlSetName?: string;
1689
+
1690
+ lastUpdated?: Date;
1691
+ }
1692
+ export declare namespace ControlInsightsMetadataByAssessmentItem {
1693
+
1694
+ const filterSensitiveLog: (obj: ControlInsightsMetadataByAssessmentItem) => any;
1695
+ }
1696
+ export interface ListAssessmentControlInsightsByControlDomainResponse {
1697
+
1698
+ controlInsightsByAssessment?: ControlInsightsMetadataByAssessmentItem[];
1699
+
1700
+ nextToken?: string;
1701
+ }
1702
+ export declare namespace ListAssessmentControlInsightsByControlDomainResponse {
1703
+
1704
+ const filterSensitiveLog: (obj: ListAssessmentControlInsightsByControlDomainResponse) => any;
1705
+ }
1582
1706
  export interface ListAssessmentFrameworksRequest {
1583
1707
 
1584
1708
  frameworkType: FrameworkType | string | undefined;
@@ -1645,6 +1769,8 @@ export declare namespace ListAssessmentReportsResponse {
1645
1769
  }
1646
1770
  export interface ListAssessmentsRequest {
1647
1771
 
1772
+ status?: AssessmentStatus | string;
1773
+
1648
1774
  nextToken?: string;
1649
1775
 
1650
1776
  maxResults?: number;
@@ -1663,6 +1789,104 @@ export declare namespace ListAssessmentsResponse {
1663
1789
 
1664
1790
  const filterSensitiveLog: (obj: ListAssessmentsResponse) => any;
1665
1791
  }
1792
+ export interface ListControlDomainInsightsRequest {
1793
+
1794
+ nextToken?: string;
1795
+
1796
+ maxResults?: number;
1797
+ }
1798
+ export declare namespace ListControlDomainInsightsRequest {
1799
+
1800
+ const filterSensitiveLog: (obj: ListControlDomainInsightsRequest) => any;
1801
+ }
1802
+
1803
+ export interface ControlDomainInsights {
1804
+
1805
+ name?: string;
1806
+
1807
+ id?: string;
1808
+
1809
+ controlsCountByNoncompliantEvidence?: number;
1810
+
1811
+ totalControlsCount?: number;
1812
+
1813
+ evidenceInsights?: EvidenceInsights;
1814
+
1815
+ lastUpdated?: Date;
1816
+ }
1817
+ export declare namespace ControlDomainInsights {
1818
+
1819
+ const filterSensitiveLog: (obj: ControlDomainInsights) => any;
1820
+ }
1821
+ export interface ListControlDomainInsightsResponse {
1822
+
1823
+ controlDomainInsights?: ControlDomainInsights[];
1824
+
1825
+ nextToken?: string;
1826
+ }
1827
+ export declare namespace ListControlDomainInsightsResponse {
1828
+
1829
+ const filterSensitiveLog: (obj: ListControlDomainInsightsResponse) => any;
1830
+ }
1831
+ export interface ListControlDomainInsightsByAssessmentRequest {
1832
+
1833
+ assessmentId: string | undefined;
1834
+
1835
+ nextToken?: string;
1836
+
1837
+ maxResults?: number;
1838
+ }
1839
+ export declare namespace ListControlDomainInsightsByAssessmentRequest {
1840
+
1841
+ const filterSensitiveLog: (obj: ListControlDomainInsightsByAssessmentRequest) => any;
1842
+ }
1843
+ export interface ListControlDomainInsightsByAssessmentResponse {
1844
+
1845
+ controlDomainInsights?: ControlDomainInsights[];
1846
+
1847
+ nextToken?: string;
1848
+ }
1849
+ export declare namespace ListControlDomainInsightsByAssessmentResponse {
1850
+
1851
+ const filterSensitiveLog: (obj: ListControlDomainInsightsByAssessmentResponse) => any;
1852
+ }
1853
+ export interface ListControlInsightsByControlDomainRequest {
1854
+
1855
+ controlDomainId: string | undefined;
1856
+
1857
+ nextToken?: string;
1858
+
1859
+ maxResults?: number;
1860
+ }
1861
+ export declare namespace ListControlInsightsByControlDomainRequest {
1862
+
1863
+ const filterSensitiveLog: (obj: ListControlInsightsByControlDomainRequest) => any;
1864
+ }
1865
+
1866
+ export interface ControlInsightsMetadataItem {
1867
+
1868
+ name?: string;
1869
+
1870
+ id?: string;
1871
+
1872
+ evidenceInsights?: EvidenceInsights;
1873
+
1874
+ lastUpdated?: Date;
1875
+ }
1876
+ export declare namespace ControlInsightsMetadataItem {
1877
+
1878
+ const filterSensitiveLog: (obj: ControlInsightsMetadataItem) => any;
1879
+ }
1880
+ export interface ListControlInsightsByControlDomainResponse {
1881
+
1882
+ controlInsightsMetadata?: ControlInsightsMetadataItem[];
1883
+
1884
+ nextToken?: string;
1885
+ }
1886
+ export declare namespace ListControlInsightsByControlDomainResponse {
1887
+
1888
+ const filterSensitiveLog: (obj: ListControlInsightsByControlDomainResponse) => any;
1889
+ }
1666
1890
  export interface ListControlsRequest {
1667
1891
 
1668
1892
  controlType: ControlType | string | undefined;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput } from "../commands/ListAssessmentControlInsightsByControlDomainCommand";
3
+ import { AuditManagerPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAssessmentControlInsightsByControlDomain(config: AuditManagerPaginationConfiguration, input: ListAssessmentControlInsightsByControlDomainCommandInput, ...additionalArguments: any): Paginator<ListAssessmentControlInsightsByControlDomainCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput } from "../commands/ListControlDomainInsightsByAssessmentCommand";
3
+ import { AuditManagerPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListControlDomainInsightsByAssessment(config: AuditManagerPaginationConfiguration, input: ListControlDomainInsightsByAssessmentCommandInput, ...additionalArguments: any): Paginator<ListControlDomainInsightsByAssessmentCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput } from "../commands/ListControlDomainInsightsCommand";
3
+ import { AuditManagerPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListControlDomainInsights(config: AuditManagerPaginationConfiguration, input: ListControlDomainInsightsCommandInput, ...additionalArguments: any): Paginator<ListControlDomainInsightsCommandOutput>;