@aws-sdk/client-auditmanager 3.477.0 → 3.481.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 (317) hide show
  1. package/dist-cjs/commands/AssociateAssessmentReportEvidenceFolderCommand.js +18 -41
  2. package/dist-cjs/commands/BatchAssociateAssessmentReportEvidenceCommand.js +18 -41
  3. package/dist-cjs/commands/BatchCreateDelegationByAssessmentCommand.js +18 -41
  4. package/dist-cjs/commands/BatchDeleteDelegationByAssessmentCommand.js +18 -41
  5. package/dist-cjs/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +18 -41
  6. package/dist-cjs/commands/BatchImportEvidenceToAssessmentControlCommand.js +18 -41
  7. package/dist-cjs/commands/CreateAssessmentCommand.js +18 -41
  8. package/dist-cjs/commands/CreateAssessmentFrameworkCommand.js +18 -41
  9. package/dist-cjs/commands/CreateAssessmentReportCommand.js +18 -41
  10. package/dist-cjs/commands/CreateControlCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteAssessmentCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteAssessmentFrameworkCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteAssessmentFrameworkShareCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteAssessmentReportCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteControlCommand.js +18 -41
  16. package/dist-cjs/commands/DeregisterAccountCommand.js +18 -41
  17. package/dist-cjs/commands/DeregisterOrganizationAdminAccountCommand.js +18 -41
  18. package/dist-cjs/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +18 -41
  19. package/dist-cjs/commands/GetAccountStatusCommand.js +18 -41
  20. package/dist-cjs/commands/GetAssessmentCommand.js +18 -41
  21. package/dist-cjs/commands/GetAssessmentFrameworkCommand.js +18 -41
  22. package/dist-cjs/commands/GetAssessmentReportUrlCommand.js +18 -41
  23. package/dist-cjs/commands/GetChangeLogsCommand.js +18 -41
  24. package/dist-cjs/commands/GetControlCommand.js +18 -41
  25. package/dist-cjs/commands/GetDelegationsCommand.js +18 -41
  26. package/dist-cjs/commands/GetEvidenceByEvidenceFolderCommand.js +18 -41
  27. package/dist-cjs/commands/GetEvidenceCommand.js +18 -41
  28. package/dist-cjs/commands/GetEvidenceFileUploadUrlCommand.js +18 -41
  29. package/dist-cjs/commands/GetEvidenceFolderCommand.js +18 -41
  30. package/dist-cjs/commands/GetEvidenceFoldersByAssessmentCommand.js +18 -41
  31. package/dist-cjs/commands/GetEvidenceFoldersByAssessmentControlCommand.js +18 -41
  32. package/dist-cjs/commands/GetInsightsByAssessmentCommand.js +18 -41
  33. package/dist-cjs/commands/GetInsightsCommand.js +18 -41
  34. package/dist-cjs/commands/GetOrganizationAdminAccountCommand.js +18 -41
  35. package/dist-cjs/commands/GetServicesInScopeCommand.js +18 -41
  36. package/dist-cjs/commands/GetSettingsCommand.js +18 -41
  37. package/dist-cjs/commands/ListAssessmentControlInsightsByControlDomainCommand.js +18 -41
  38. package/dist-cjs/commands/ListAssessmentFrameworkShareRequestsCommand.js +18 -41
  39. package/dist-cjs/commands/ListAssessmentFrameworksCommand.js +18 -41
  40. package/dist-cjs/commands/ListAssessmentReportsCommand.js +18 -41
  41. package/dist-cjs/commands/ListAssessmentsCommand.js +18 -41
  42. package/dist-cjs/commands/ListControlDomainInsightsByAssessmentCommand.js +18 -41
  43. package/dist-cjs/commands/ListControlDomainInsightsCommand.js +18 -41
  44. package/dist-cjs/commands/ListControlInsightsByControlDomainCommand.js +18 -41
  45. package/dist-cjs/commands/ListControlsCommand.js +18 -41
  46. package/dist-cjs/commands/ListKeywordsForDataSourceCommand.js +18 -41
  47. package/dist-cjs/commands/ListNotificationsCommand.js +18 -41
  48. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  49. package/dist-cjs/commands/RegisterAccountCommand.js +18 -41
  50. package/dist-cjs/commands/RegisterOrganizationAdminAccountCommand.js +18 -41
  51. package/dist-cjs/commands/StartAssessmentFrameworkShareCommand.js +18 -41
  52. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  53. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateAssessmentCommand.js +18 -41
  55. package/dist-cjs/commands/UpdateAssessmentControlCommand.js +18 -41
  56. package/dist-cjs/commands/UpdateAssessmentControlSetStatusCommand.js +18 -41
  57. package/dist-cjs/commands/UpdateAssessmentFrameworkCommand.js +18 -41
  58. package/dist-cjs/commands/UpdateAssessmentFrameworkShareCommand.js +18 -41
  59. package/dist-cjs/commands/UpdateAssessmentStatusCommand.js +18 -41
  60. package/dist-cjs/commands/UpdateControlCommand.js +18 -41
  61. package/dist-cjs/commands/UpdateSettingsCommand.js +18 -41
  62. package/dist-cjs/commands/ValidateAssessmentReportIntegrityCommand.js +18 -41
  63. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  64. package/dist-cjs/pagination/GetChangeLogsPaginator.js +2 -24
  65. package/dist-cjs/pagination/GetDelegationsPaginator.js +2 -24
  66. package/dist-cjs/pagination/GetEvidenceByEvidenceFolderPaginator.js +2 -24
  67. package/dist-cjs/pagination/GetEvidenceFoldersByAssessmentControlPaginator.js +2 -24
  68. package/dist-cjs/pagination/GetEvidenceFoldersByAssessmentPaginator.js +2 -24
  69. package/dist-cjs/pagination/ListAssessmentControlInsightsByControlDomainPaginator.js +2 -24
  70. package/dist-cjs/pagination/ListAssessmentFrameworkShareRequestsPaginator.js +2 -24
  71. package/dist-cjs/pagination/ListAssessmentFrameworksPaginator.js +2 -24
  72. package/dist-cjs/pagination/ListAssessmentReportsPaginator.js +2 -24
  73. package/dist-cjs/pagination/ListAssessmentsPaginator.js +2 -24
  74. package/dist-cjs/pagination/ListControlDomainInsightsByAssessmentPaginator.js +2 -24
  75. package/dist-cjs/pagination/ListControlDomainInsightsPaginator.js +2 -24
  76. package/dist-cjs/pagination/ListControlInsightsByControlDomainPaginator.js +2 -24
  77. package/dist-cjs/pagination/ListControlsPaginator.js +2 -24
  78. package/dist-cjs/pagination/ListKeywordsForDataSourcePaginator.js +2 -24
  79. package/dist-cjs/pagination/ListNotificationsPaginator.js +2 -24
  80. package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +18 -41
  81. package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +18 -41
  82. package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +18 -41
  83. package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +18 -41
  84. package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +18 -41
  85. package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +18 -41
  86. package/dist-es/commands/CreateAssessmentCommand.js +18 -41
  87. package/dist-es/commands/CreateAssessmentFrameworkCommand.js +18 -41
  88. package/dist-es/commands/CreateAssessmentReportCommand.js +18 -41
  89. package/dist-es/commands/CreateControlCommand.js +18 -41
  90. package/dist-es/commands/DeleteAssessmentCommand.js +18 -41
  91. package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +18 -41
  92. package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +18 -41
  93. package/dist-es/commands/DeleteAssessmentReportCommand.js +18 -41
  94. package/dist-es/commands/DeleteControlCommand.js +18 -41
  95. package/dist-es/commands/DeregisterAccountCommand.js +18 -41
  96. package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +18 -41
  97. package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +18 -41
  98. package/dist-es/commands/GetAccountStatusCommand.js +18 -41
  99. package/dist-es/commands/GetAssessmentCommand.js +18 -41
  100. package/dist-es/commands/GetAssessmentFrameworkCommand.js +18 -41
  101. package/dist-es/commands/GetAssessmentReportUrlCommand.js +18 -41
  102. package/dist-es/commands/GetChangeLogsCommand.js +18 -41
  103. package/dist-es/commands/GetControlCommand.js +18 -41
  104. package/dist-es/commands/GetDelegationsCommand.js +18 -41
  105. package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +18 -41
  106. package/dist-es/commands/GetEvidenceCommand.js +18 -41
  107. package/dist-es/commands/GetEvidenceFileUploadUrlCommand.js +18 -41
  108. package/dist-es/commands/GetEvidenceFolderCommand.js +18 -41
  109. package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +18 -41
  110. package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +18 -41
  111. package/dist-es/commands/GetInsightsByAssessmentCommand.js +18 -41
  112. package/dist-es/commands/GetInsightsCommand.js +18 -41
  113. package/dist-es/commands/GetOrganizationAdminAccountCommand.js +18 -41
  114. package/dist-es/commands/GetServicesInScopeCommand.js +18 -41
  115. package/dist-es/commands/GetSettingsCommand.js +18 -41
  116. package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +18 -41
  117. package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +18 -41
  118. package/dist-es/commands/ListAssessmentFrameworksCommand.js +18 -41
  119. package/dist-es/commands/ListAssessmentReportsCommand.js +18 -41
  120. package/dist-es/commands/ListAssessmentsCommand.js +18 -41
  121. package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +18 -41
  122. package/dist-es/commands/ListControlDomainInsightsCommand.js +18 -41
  123. package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +18 -41
  124. package/dist-es/commands/ListControlsCommand.js +18 -41
  125. package/dist-es/commands/ListKeywordsForDataSourceCommand.js +18 -41
  126. package/dist-es/commands/ListNotificationsCommand.js +18 -41
  127. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  128. package/dist-es/commands/RegisterAccountCommand.js +18 -41
  129. package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +18 -41
  130. package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +18 -41
  131. package/dist-es/commands/TagResourceCommand.js +18 -41
  132. package/dist-es/commands/UntagResourceCommand.js +18 -41
  133. package/dist-es/commands/UpdateAssessmentCommand.js +18 -41
  134. package/dist-es/commands/UpdateAssessmentControlCommand.js +18 -41
  135. package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +18 -41
  136. package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +18 -41
  137. package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +18 -41
  138. package/dist-es/commands/UpdateAssessmentStatusCommand.js +18 -41
  139. package/dist-es/commands/UpdateControlCommand.js +18 -41
  140. package/dist-es/commands/UpdateSettingsCommand.js +18 -41
  141. package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +18 -41
  142. package/dist-es/endpoint/EndpointParameters.js +6 -0
  143. package/dist-es/pagination/GetChangeLogsPaginator.js +2 -23
  144. package/dist-es/pagination/GetDelegationsPaginator.js +2 -23
  145. package/dist-es/pagination/GetEvidenceByEvidenceFolderPaginator.js +2 -23
  146. package/dist-es/pagination/GetEvidenceFoldersByAssessmentControlPaginator.js +2 -23
  147. package/dist-es/pagination/GetEvidenceFoldersByAssessmentPaginator.js +2 -23
  148. package/dist-es/pagination/ListAssessmentControlInsightsByControlDomainPaginator.js +2 -23
  149. package/dist-es/pagination/ListAssessmentFrameworkShareRequestsPaginator.js +2 -23
  150. package/dist-es/pagination/ListAssessmentFrameworksPaginator.js +2 -23
  151. package/dist-es/pagination/ListAssessmentReportsPaginator.js +2 -23
  152. package/dist-es/pagination/ListAssessmentsPaginator.js +2 -23
  153. package/dist-es/pagination/ListControlDomainInsightsByAssessmentPaginator.js +2 -23
  154. package/dist-es/pagination/ListControlDomainInsightsPaginator.js +2 -23
  155. package/dist-es/pagination/ListControlInsightsByControlDomainPaginator.js +2 -23
  156. package/dist-es/pagination/ListControlsPaginator.js +2 -23
  157. package/dist-es/pagination/ListKeywordsForDataSourcePaginator.js +2 -23
  158. package/dist-es/pagination/ListNotificationsPaginator.js +2 -23
  159. package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +6 -21
  160. package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +6 -21
  161. package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +6 -21
  162. package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +6 -21
  163. package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +6 -21
  164. package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +6 -21
  165. package/dist-types/commands/CreateAssessmentCommand.d.ts +6 -21
  166. package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +6 -21
  167. package/dist-types/commands/CreateAssessmentReportCommand.d.ts +6 -21
  168. package/dist-types/commands/CreateControlCommand.d.ts +6 -21
  169. package/dist-types/commands/DeleteAssessmentCommand.d.ts +6 -21
  170. package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +6 -21
  171. package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +6 -21
  172. package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +6 -21
  173. package/dist-types/commands/DeleteControlCommand.d.ts +6 -21
  174. package/dist-types/commands/DeregisterAccountCommand.d.ts +6 -21
  175. package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +6 -21
  176. package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +6 -21
  177. package/dist-types/commands/GetAccountStatusCommand.d.ts +6 -21
  178. package/dist-types/commands/GetAssessmentCommand.d.ts +6 -21
  179. package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +6 -21
  180. package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +6 -21
  181. package/dist-types/commands/GetChangeLogsCommand.d.ts +6 -21
  182. package/dist-types/commands/GetControlCommand.d.ts +6 -21
  183. package/dist-types/commands/GetDelegationsCommand.d.ts +6 -21
  184. package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +6 -21
  185. package/dist-types/commands/GetEvidenceCommand.d.ts +6 -21
  186. package/dist-types/commands/GetEvidenceFileUploadUrlCommand.d.ts +6 -21
  187. package/dist-types/commands/GetEvidenceFolderCommand.d.ts +6 -21
  188. package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +6 -21
  189. package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +6 -21
  190. package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +6 -21
  191. package/dist-types/commands/GetInsightsCommand.d.ts +6 -21
  192. package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +6 -21
  193. package/dist-types/commands/GetServicesInScopeCommand.d.ts +6 -21
  194. package/dist-types/commands/GetSettingsCommand.d.ts +6 -21
  195. package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +6 -21
  196. package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +6 -21
  197. package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +6 -21
  198. package/dist-types/commands/ListAssessmentReportsCommand.d.ts +6 -21
  199. package/dist-types/commands/ListAssessmentsCommand.d.ts +6 -21
  200. package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +6 -21
  201. package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +6 -21
  202. package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +6 -21
  203. package/dist-types/commands/ListControlsCommand.d.ts +6 -21
  204. package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +6 -21
  205. package/dist-types/commands/ListNotificationsCommand.d.ts +6 -21
  206. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  207. package/dist-types/commands/RegisterAccountCommand.d.ts +6 -21
  208. package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +6 -21
  209. package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +6 -21
  210. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  211. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  212. package/dist-types/commands/UpdateAssessmentCommand.d.ts +6 -21
  213. package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +6 -21
  214. package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +6 -21
  215. package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +6 -21
  216. package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +6 -21
  217. package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +6 -21
  218. package/dist-types/commands/UpdateControlCommand.d.ts +6 -21
  219. package/dist-types/commands/UpdateSettingsCommand.d.ts +6 -21
  220. package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +6 -21
  221. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  222. package/dist-types/pagination/GetChangeLogsPaginator.d.ts +1 -1
  223. package/dist-types/pagination/GetDelegationsPaginator.d.ts +1 -1
  224. package/dist-types/pagination/GetEvidenceByEvidenceFolderPaginator.d.ts +1 -1
  225. package/dist-types/pagination/GetEvidenceFoldersByAssessmentControlPaginator.d.ts +1 -1
  226. package/dist-types/pagination/GetEvidenceFoldersByAssessmentPaginator.d.ts +1 -1
  227. package/dist-types/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +1 -1
  228. package/dist-types/pagination/ListAssessmentFrameworkShareRequestsPaginator.d.ts +1 -1
  229. package/dist-types/pagination/ListAssessmentFrameworksPaginator.d.ts +1 -1
  230. package/dist-types/pagination/ListAssessmentReportsPaginator.d.ts +1 -1
  231. package/dist-types/pagination/ListAssessmentsPaginator.d.ts +1 -1
  232. package/dist-types/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +1 -1
  233. package/dist-types/pagination/ListControlDomainInsightsPaginator.d.ts +1 -1
  234. package/dist-types/pagination/ListControlInsightsByControlDomainPaginator.d.ts +1 -1
  235. package/dist-types/pagination/ListControlsPaginator.d.ts +1 -1
  236. package/dist-types/pagination/ListKeywordsForDataSourcePaginator.d.ts +1 -1
  237. package/dist-types/pagination/ListNotificationsPaginator.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +12 -24
  239. package/dist-types/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +12 -24
  241. package/dist-types/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +12 -24
  242. package/dist-types/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +12 -24
  243. package/dist-types/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +12 -24
  244. package/dist-types/ts3.4/commands/CreateAssessmentCommand.d.ts +14 -23
  245. package/dist-types/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +12 -24
  246. package/dist-types/ts3.4/commands/CreateAssessmentReportCommand.d.ts +12 -24
  247. package/dist-types/ts3.4/commands/CreateControlCommand.d.ts +14 -23
  248. package/dist-types/ts3.4/commands/DeleteAssessmentCommand.d.ts +14 -23
  249. package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +12 -24
  250. package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkShareCommand.d.ts +12 -24
  251. package/dist-types/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +12 -24
  252. package/dist-types/ts3.4/commands/DeleteControlCommand.d.ts +14 -23
  253. package/dist-types/ts3.4/commands/DeregisterAccountCommand.d.ts +14 -23
  254. package/dist-types/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +12 -24
  255. package/dist-types/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +12 -24
  256. package/dist-types/ts3.4/commands/GetAccountStatusCommand.d.ts +14 -23
  257. package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +14 -23
  258. package/dist-types/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +12 -24
  259. package/dist-types/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +12 -24
  260. package/dist-types/ts3.4/commands/GetChangeLogsCommand.d.ts +14 -23
  261. package/dist-types/ts3.4/commands/GetControlCommand.d.ts +14 -23
  262. package/dist-types/ts3.4/commands/GetDelegationsCommand.d.ts +14 -23
  263. package/dist-types/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +12 -24
  264. package/dist-types/ts3.4/commands/GetEvidenceCommand.d.ts +14 -23
  265. package/dist-types/ts3.4/commands/GetEvidenceFileUploadUrlCommand.d.ts +12 -24
  266. package/dist-types/ts3.4/commands/GetEvidenceFolderCommand.d.ts +14 -23
  267. package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +12 -24
  268. package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +12 -24
  269. package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +12 -24
  270. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +14 -23
  271. package/dist-types/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +12 -24
  272. package/dist-types/ts3.4/commands/GetServicesInScopeCommand.d.ts +14 -23
  273. package/dist-types/ts3.4/commands/GetSettingsCommand.d.ts +14 -23
  274. package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +12 -24
  275. package/dist-types/ts3.4/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +12 -24
  276. package/dist-types/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +12 -24
  277. package/dist-types/ts3.4/commands/ListAssessmentReportsCommand.d.ts +12 -24
  278. package/dist-types/ts3.4/commands/ListAssessmentsCommand.d.ts +14 -23
  279. package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +12 -24
  280. package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +12 -24
  281. package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +12 -24
  282. package/dist-types/ts3.4/commands/ListControlsCommand.d.ts +14 -23
  283. package/dist-types/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +12 -24
  284. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +14 -23
  285. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  286. package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +14 -23
  287. package/dist-types/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +12 -24
  288. package/dist-types/ts3.4/commands/StartAssessmentFrameworkShareCommand.d.ts +12 -24
  289. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  290. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  291. package/dist-types/ts3.4/commands/UpdateAssessmentCommand.d.ts +14 -23
  292. package/dist-types/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +12 -24
  293. package/dist-types/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +12 -24
  294. package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +12 -24
  295. package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkShareCommand.d.ts +12 -24
  296. package/dist-types/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +12 -24
  297. package/dist-types/ts3.4/commands/UpdateControlCommand.d.ts +14 -23
  298. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +14 -23
  299. package/dist-types/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +12 -24
  300. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  301. package/dist-types/ts3.4/pagination/GetChangeLogsPaginator.d.ts +3 -3
  302. package/dist-types/ts3.4/pagination/GetDelegationsPaginator.d.ts +3 -3
  303. package/dist-types/ts3.4/pagination/GetEvidenceByEvidenceFolderPaginator.d.ts +3 -3
  304. package/dist-types/ts3.4/pagination/GetEvidenceFoldersByAssessmentControlPaginator.d.ts +3 -3
  305. package/dist-types/ts3.4/pagination/GetEvidenceFoldersByAssessmentPaginator.d.ts +3 -3
  306. package/dist-types/ts3.4/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +3 -3
  307. package/dist-types/ts3.4/pagination/ListAssessmentFrameworkShareRequestsPaginator.d.ts +3 -3
  308. package/dist-types/ts3.4/pagination/ListAssessmentFrameworksPaginator.d.ts +3 -3
  309. package/dist-types/ts3.4/pagination/ListAssessmentReportsPaginator.d.ts +3 -3
  310. package/dist-types/ts3.4/pagination/ListAssessmentsPaginator.d.ts +3 -3
  311. package/dist-types/ts3.4/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +3 -3
  312. package/dist-types/ts3.4/pagination/ListControlDomainInsightsPaginator.d.ts +3 -3
  313. package/dist-types/ts3.4/pagination/ListControlInsightsByControlDomainPaginator.d.ts +3 -3
  314. package/dist-types/ts3.4/pagination/ListControlsPaginator.d.ts +3 -3
  315. package/dist-types/ts3.4/pagination/ListKeywordsForDataSourcePaginator.d.ts +3 -3
  316. package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +3 -3
  317. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
4
  import { GetChangeLogsRequest, GetChangeLogsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetChangeLogsCommandInput extends GetChangeLogsRequest {
21
20
  */
22
21
  export interface GetChangeLogsCommandOutput extends GetChangeLogsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetChangeLogsCommand_base: {
24
+ new (input: GetChangeLogsCommandInput): import("@smithy/smithy-client").CommandImpl<GetChangeLogsCommandInput, GetChangeLogsCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Gets a list of changelogs from Audit Manager. </p>
@@ -78,23 +81,5 @@ export interface GetChangeLogsCommandOutput extends GetChangeLogsResponse, __Met
78
81
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
79
82
  *
80
83
  */
81
- export declare class GetChangeLogsCommand extends $Command<GetChangeLogsCommandInput, GetChangeLogsCommandOutput, AuditManagerClientResolvedConfig> {
82
- readonly input: GetChangeLogsCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: GetChangeLogsCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetChangeLogsCommandInput, GetChangeLogsCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class GetChangeLogsCommand extends GetChangeLogsCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
4
  import { GetControlRequest, GetControlResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetControlCommandInput extends GetControlRequest {
21
20
  */
22
21
  export interface GetControlCommandOutput extends GetControlResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetControlCommand_base: {
24
+ new (input: GetControlCommandInput): import("@smithy/smithy-client").CommandImpl<GetControlCommandInput, GetControlCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Gets information about a specified control.</p>
@@ -97,23 +100,5 @@ export interface GetControlCommandOutput extends GetControlResponse, __MetadataB
97
100
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
98
101
  *
99
102
  */
100
- export declare class GetControlCommand extends $Command<GetControlCommandInput, GetControlCommandOutput, AuditManagerClientResolvedConfig> {
101
- readonly input: GetControlCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: GetControlCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetControlCommandInput, GetControlCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class GetControlCommand extends GetControlCommand_base {
119
104
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
4
  import { GetDelegationsRequest, GetDelegationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDelegationsCommandInput extends GetDelegationsRequest {
21
20
  */
22
21
  export interface GetDelegationsCommandOutput extends GetDelegationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDelegationsCommand_base: {
24
+ new (input: GetDelegationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDelegationsCommandInput, GetDelegationsCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Gets a list of delegations from an audit owner to a delegate. </p>
@@ -74,23 +77,5 @@ export interface GetDelegationsCommandOutput extends GetDelegationsResponse, __M
74
77
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
75
78
  *
76
79
  */
77
- export declare class GetDelegationsCommand extends $Command<GetDelegationsCommandInput, GetDelegationsCommandOutput, AuditManagerClientResolvedConfig> {
78
- readonly input: GetDelegationsCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: GetDelegationsCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDelegationsCommandInput, GetDelegationsCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class GetDelegationsCommand extends GetDelegationsCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
4
  import { GetEvidenceByEvidenceFolderRequest, GetEvidenceByEvidenceFolderResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetEvidenceByEvidenceFolderCommandInput extends GetEvidenceByEv
21
20
  */
22
21
  export interface GetEvidenceByEvidenceFolderCommandOutput extends GetEvidenceByEvidenceFolderResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetEvidenceByEvidenceFolderCommand_base: {
24
+ new (input: GetEvidenceByEvidenceFolderCommandInput): import("@smithy/smithy-client").CommandImpl<GetEvidenceByEvidenceFolderCommandInput, GetEvidenceByEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Gets all evidence from a specified evidence folder in Audit Manager. </p>
@@ -96,23 +99,5 @@ export interface GetEvidenceByEvidenceFolderCommandOutput extends GetEvidenceByE
96
99
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
97
100
  *
98
101
  */
99
- export declare class GetEvidenceByEvidenceFolderCommand extends $Command<GetEvidenceByEvidenceFolderCommandInput, GetEvidenceByEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig> {
100
- readonly input: GetEvidenceByEvidenceFolderCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: GetEvidenceByEvidenceFolderCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEvidenceByEvidenceFolderCommandInput, GetEvidenceByEvidenceFolderCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class GetEvidenceByEvidenceFolderCommand extends GetEvidenceByEvidenceFolderCommand_base {
118
103
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
4
  import { GetEvidenceRequest, GetEvidenceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetEvidenceCommandInput extends GetEvidenceRequest {
21
20
  */
22
21
  export interface GetEvidenceCommandOutput extends GetEvidenceResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetEvidenceCommand_base: {
24
+ new (input: GetEvidenceCommandInput): import("@smithy/smithy-client").CommandImpl<GetEvidenceCommandInput, GetEvidenceCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Gets information about a specified evidence item.</p>
@@ -92,23 +95,5 @@ export interface GetEvidenceCommandOutput extends GetEvidenceResponse, __Metadat
92
95
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
93
96
  *
94
97
  */
95
- export declare class GetEvidenceCommand extends $Command<GetEvidenceCommandInput, GetEvidenceCommandOutput, AuditManagerClientResolvedConfig> {
96
- readonly input: GetEvidenceCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: GetEvidenceCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEvidenceCommandInput, GetEvidenceCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class GetEvidenceCommand extends GetEvidenceCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
4
  import { GetEvidenceFileUploadUrlRequest, GetEvidenceFileUploadUrlResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetEvidenceFileUploadUrlCommandInput extends GetEvidenceFileUpl
21
20
  */
22
21
  export interface GetEvidenceFileUploadUrlCommandOutput extends GetEvidenceFileUploadUrlResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetEvidenceFileUploadUrlCommand_base: {
24
+ new (input: GetEvidenceFileUploadUrlCommandInput): import("@smithy/smithy-client").CommandImpl<GetEvidenceFileUploadUrlCommandInput, GetEvidenceFileUploadUrlCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a presigned Amazon S3 URL that can be used to upload a file as manual
@@ -83,23 +86,5 @@ export interface GetEvidenceFileUploadUrlCommandOutput extends GetEvidenceFileUp
83
86
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
84
87
  *
85
88
  */
86
- export declare class GetEvidenceFileUploadUrlCommand extends $Command<GetEvidenceFileUploadUrlCommandInput, GetEvidenceFileUploadUrlCommandOutput, AuditManagerClientResolvedConfig> {
87
- readonly input: GetEvidenceFileUploadUrlCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: GetEvidenceFileUploadUrlCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEvidenceFileUploadUrlCommandInput, GetEvidenceFileUploadUrlCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class GetEvidenceFileUploadUrlCommand extends GetEvidenceFileUploadUrlCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
4
  import { GetEvidenceFolderRequest, GetEvidenceFolderResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetEvidenceFolderCommandInput extends GetEvidenceFolderRequest
21
20
  */
22
21
  export interface GetEvidenceFolderCommandOutput extends GetEvidenceFolderResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetEvidenceFolderCommand_base: {
24
+ new (input: GetEvidenceFolderCommandInput): import("@smithy/smithy-client").CommandImpl<GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Gets an evidence folder from a specified assessment in Audit Manager. </p>
@@ -86,23 +89,5 @@ export interface GetEvidenceFolderCommandOutput extends GetEvidenceFolderRespons
86
89
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
87
90
  *
88
91
  */
89
- export declare class GetEvidenceFolderCommand extends $Command<GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig> {
90
- readonly input: GetEvidenceFolderCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: GetEvidenceFolderCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class GetEvidenceFolderCommand extends GetEvidenceFolderCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
4
  import { GetEvidenceFoldersByAssessmentRequest, GetEvidenceFoldersByAssessmentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetEvidenceFoldersByAssessmentCommandInput extends GetEvidenceF
21
20
  */
22
21
  export interface GetEvidenceFoldersByAssessmentCommandOutput extends GetEvidenceFoldersByAssessmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetEvidenceFoldersByAssessmentCommand_base: {
24
+ new (input: GetEvidenceFoldersByAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Gets the evidence folders from a specified assessment in Audit Manager. </p>
@@ -89,23 +92,5 @@ export interface GetEvidenceFoldersByAssessmentCommandOutput extends GetEvidence
89
92
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
90
93
  *
91
94
  */
92
- export declare class GetEvidenceFoldersByAssessmentCommand extends $Command<GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
93
- readonly input: GetEvidenceFoldersByAssessmentCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: GetEvidenceFoldersByAssessmentCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class GetEvidenceFoldersByAssessmentCommand extends GetEvidenceFoldersByAssessmentCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
4
  import { GetEvidenceFoldersByAssessmentControlRequest, GetEvidenceFoldersByAssessmentControlResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetEvidenceFoldersByAssessmentControlCommandInput extends GetEv
21
20
  */
22
21
  export interface GetEvidenceFoldersByAssessmentControlCommandOutput extends GetEvidenceFoldersByAssessmentControlResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetEvidenceFoldersByAssessmentControlCommand_base: {
24
+ new (input: GetEvidenceFoldersByAssessmentControlCommandInput): import("@smithy/smithy-client").CommandImpl<GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Gets a list of evidence folders that are associated with a specified control in an
@@ -92,23 +95,5 @@ export interface GetEvidenceFoldersByAssessmentControlCommandOutput extends GetE
92
95
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
93
96
  *
94
97
  */
95
- export declare class GetEvidenceFoldersByAssessmentControlCommand extends $Command<GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput, AuditManagerClientResolvedConfig> {
96
- readonly input: GetEvidenceFoldersByAssessmentControlCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: GetEvidenceFoldersByAssessmentControlCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class GetEvidenceFoldersByAssessmentControlCommand extends GetEvidenceFoldersByAssessmentControlCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
4
  import { GetInsightsByAssessmentRequest, GetInsightsByAssessmentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetInsightsByAssessmentCommandInput extends GetInsightsByAssess
21
20
  */
22
21
  export interface GetInsightsByAssessmentCommandOutput extends GetInsightsByAssessmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetInsightsByAssessmentCommand_base: {
24
+ new (input: GetInsightsByAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the latest analytics data for a specific active assessment. </p>
@@ -72,23 +75,5 @@ export interface GetInsightsByAssessmentCommandOutput extends GetInsightsByAsses
72
75
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
73
76
  *
74
77
  */
75
- export declare class GetInsightsByAssessmentCommand extends $Command<GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
76
- readonly input: GetInsightsByAssessmentCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: GetInsightsByAssessmentCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class GetInsightsByAssessmentCommand extends GetInsightsByAssessmentCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
4
  import { GetInsightsRequest, GetInsightsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetInsightsCommandInput extends GetInsightsRequest {
21
20
  */
22
21
  export interface GetInsightsCommandOutput extends GetInsightsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetInsightsCommand_base: {
24
+ new (input: GetInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightsCommandInput, GetInsightsCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the latest analytics data for all your current active assessments. </p>
@@ -65,23 +68,5 @@ export interface GetInsightsCommandOutput extends GetInsightsResponse, __Metadat
65
68
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
66
69
  *
67
70
  */
68
- export declare class GetInsightsCommand extends $Command<GetInsightsCommandInput, GetInsightsCommandOutput, AuditManagerClientResolvedConfig> {
69
- readonly input: GetInsightsCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: GetInsightsCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightsCommandInput, GetInsightsCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class GetInsightsCommand extends GetInsightsCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
4
  import { GetOrganizationAdminAccountRequest, GetOrganizationAdminAccountResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetOrganizationAdminAccountCommandInput extends GetOrganization
21
20
  */
22
21
  export interface GetOrganizationAdminAccountCommandOutput extends GetOrganizationAdminAccountResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetOrganizationAdminAccountCommand_base: {
24
+ new (input: GetOrganizationAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Gets the name of the delegated Amazon Web Services administrator account for a specified
@@ -65,23 +68,5 @@ export interface GetOrganizationAdminAccountCommandOutput extends GetOrganizatio
65
68
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
66
69
  *
67
70
  */
68
- export declare class GetOrganizationAdminAccountCommand extends $Command<GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput, AuditManagerClientResolvedConfig> {
69
- readonly input: GetOrganizationAdminAccountCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: GetOrganizationAdminAccountCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class GetOrganizationAdminAccountCommand extends GetOrganizationAdminAccountCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
4
  import { GetServicesInScopeRequest, GetServicesInScopeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetServicesInScopeCommandInput extends GetServicesInScopeReques
21
20
  */
22
21
  export interface GetServicesInScopeCommandOutput extends GetServicesInScopeResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetServicesInScopeCommand_base: {
24
+ new (input: GetServicesInScopeCommandInput): import("@smithy/smithy-client").CommandImpl<GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a list of all of the Amazon Web Services that you can choose to include in
@@ -69,23 +72,5 @@ export interface GetServicesInScopeCommandOutput extends GetServicesInScopeRespo
69
72
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
70
73
  *
71
74
  */
72
- export declare class GetServicesInScopeCommand extends $Command<GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput, AuditManagerClientResolvedConfig> {
73
- readonly input: GetServicesInScopeCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: GetServicesInScopeCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class GetServicesInScopeCommand extends GetServicesInScopeCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
4
  import { GetSettingsRequest, GetSettingsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSettingsCommandInput extends GetSettingsRequest {
21
20
  */
22
21
  export interface GetSettingsCommandOutput extends GetSettingsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetSettingsCommand_base: {
24
+ new (input: GetSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSettingsCommandInput, GetSettingsCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Gets the settings for a specified Amazon Web Services account. </p>
@@ -86,23 +89,5 @@ export interface GetSettingsCommandOutput extends GetSettingsResponse, __Metadat
86
89
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
87
90
  *
88
91
  */
89
- export declare class GetSettingsCommand extends $Command<GetSettingsCommandInput, GetSettingsCommandOutput, AuditManagerClientResolvedConfig> {
90
- readonly input: GetSettingsCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: GetSettingsCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSettingsCommandInput, GetSettingsCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class GetSettingsCommand extends GetSettingsCommand_base {
108
93
  }