@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,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AuditManagerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteAssessmentReportCommandInput
21
15
  export interface DeleteAssessmentReportCommandOutput
22
16
  extends DeleteAssessmentReportResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteAssessmentReportCommand extends $Command<
25
- DeleteAssessmentReportCommandInput,
26
- DeleteAssessmentReportCommandOutput,
27
- AuditManagerClientResolvedConfig
28
- > {
29
- readonly input: DeleteAssessmentReportCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteAssessmentReportCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AuditManagerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteAssessmentReportCommand_base: {
19
+ new (
20
+ input: DeleteAssessmentReportCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteAssessmentReportCommandInput,
38
- DeleteAssessmentReportCommandOutput
23
+ DeleteAssessmentReportCommandOutput,
24
+ AuditManagerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteAssessmentReportCommand extends DeleteAssessmentReportCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AuditManagerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteControlCommandInput extends DeleteControlRequest {}
20
14
  export interface DeleteControlCommandOutput
21
15
  extends DeleteControlResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteControlCommand extends $Command<
24
- DeleteControlCommandInput,
25
- DeleteControlCommandOutput,
26
- AuditManagerClientResolvedConfig
27
- > {
28
- readonly input: DeleteControlCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteControlCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AuditManagerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteControlCommandInput, DeleteControlCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteControlCommand_base: {
18
+ new (
19
+ input: DeleteControlCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteControlCommandInput,
22
+ DeleteControlCommandOutput,
23
+ AuditManagerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteControlCommand extends DeleteControlCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AuditManagerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DeregisterAccountCommandInput
21
15
  export interface DeregisterAccountCommandOutput
22
16
  extends DeregisterAccountResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeregisterAccountCommand extends $Command<
25
- DeregisterAccountCommandInput,
26
- DeregisterAccountCommandOutput,
27
- AuditManagerClientResolvedConfig
28
- > {
29
- readonly input: DeregisterAccountCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeregisterAccountCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AuditManagerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeregisterAccountCommandInput, DeregisterAccountCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeregisterAccountCommand_base: {
19
+ new (
20
+ input: DeregisterAccountCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeregisterAccountCommandInput,
23
+ DeregisterAccountCommandOutput,
24
+ AuditManagerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeregisterAccountCommand extends DeregisterAccountCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AuditManagerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeregisterOrganizationAdminAccountCommandInput
21
15
  export interface DeregisterOrganizationAdminAccountCommandOutput
22
16
  extends DeregisterOrganizationAdminAccountResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeregisterOrganizationAdminAccountCommand extends $Command<
25
- DeregisterOrganizationAdminAccountCommandInput,
26
- DeregisterOrganizationAdminAccountCommandOutput,
27
- AuditManagerClientResolvedConfig
28
- > {
29
- readonly input: DeregisterOrganizationAdminAccountCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeregisterOrganizationAdminAccountCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AuditManagerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeregisterOrganizationAdminAccountCommand_base: {
19
+ new (
20
+ input: DeregisterOrganizationAdminAccountCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeregisterOrganizationAdminAccountCommandInput,
38
- DeregisterOrganizationAdminAccountCommandOutput
23
+ DeregisterOrganizationAdminAccountCommandOutput,
24
+ AuditManagerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeregisterOrganizationAdminAccountCommand extends DeregisterOrganizationAdminAccountCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AuditManagerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DisassociateAssessmentReportEvidenceFolderCommandInput
21
15
  export interface DisassociateAssessmentReportEvidenceFolderCommandOutput
22
16
  extends DisassociateAssessmentReportEvidenceFolderResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisassociateAssessmentReportEvidenceFolderCommand extends $Command<
25
- DisassociateAssessmentReportEvidenceFolderCommandInput,
26
- DisassociateAssessmentReportEvidenceFolderCommandOutput,
27
- AuditManagerClientResolvedConfig
28
- > {
29
- readonly input: DisassociateAssessmentReportEvidenceFolderCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisassociateAssessmentReportEvidenceFolderCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AuditManagerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DisassociateAssessmentReportEvidenceFolderCommand_base: {
19
+ new (
20
+ input: DisassociateAssessmentReportEvidenceFolderCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DisassociateAssessmentReportEvidenceFolderCommandInput,
38
- DisassociateAssessmentReportEvidenceFolderCommandOutput
23
+ DisassociateAssessmentReportEvidenceFolderCommandOutput,
24
+ AuditManagerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisassociateAssessmentReportEvidenceFolderCommand extends DisassociateAssessmentReportEvidenceFolderCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AuditManagerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetAccountStatusCommandInput extends GetAccountStatusRequest {}
20
14
  export interface GetAccountStatusCommandOutput
21
15
  extends GetAccountStatusResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetAccountStatusCommand extends $Command<
24
- GetAccountStatusCommandInput,
25
- GetAccountStatusCommandOutput,
26
- AuditManagerClientResolvedConfig
27
- > {
28
- readonly input: GetAccountStatusCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetAccountStatusCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AuditManagerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetAccountStatusCommandInput, GetAccountStatusCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetAccountStatusCommand_base: {
18
+ new (
19
+ input: GetAccountStatusCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetAccountStatusCommandInput,
22
+ GetAccountStatusCommandOutput,
23
+ AuditManagerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetAccountStatusCommand extends GetAccountStatusCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AuditManagerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetAssessmentCommandInput extends GetAssessmentRequest {}
20
14
  export interface GetAssessmentCommandOutput
21
15
  extends GetAssessmentResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetAssessmentCommand extends $Command<
24
- GetAssessmentCommandInput,
25
- GetAssessmentCommandOutput,
26
- AuditManagerClientResolvedConfig
27
- > {
28
- readonly input: GetAssessmentCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetAssessmentCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AuditManagerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetAssessmentCommandInput, GetAssessmentCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetAssessmentCommand_base: {
18
+ new (
19
+ input: GetAssessmentCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetAssessmentCommandInput,
22
+ GetAssessmentCommandOutput,
23
+ AuditManagerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetAssessmentCommand extends GetAssessmentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AuditManagerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetAssessmentFrameworkCommandInput
21
15
  export interface GetAssessmentFrameworkCommandOutput
22
16
  extends GetAssessmentFrameworkResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetAssessmentFrameworkCommand extends $Command<
25
- GetAssessmentFrameworkCommandInput,
26
- GetAssessmentFrameworkCommandOutput,
27
- AuditManagerClientResolvedConfig
28
- > {
29
- readonly input: GetAssessmentFrameworkCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAssessmentFrameworkCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AuditManagerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetAssessmentFrameworkCommand_base: {
19
+ new (
20
+ input: GetAssessmentFrameworkCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetAssessmentFrameworkCommandInput,
38
- GetAssessmentFrameworkCommandOutput
23
+ GetAssessmentFrameworkCommandOutput,
24
+ AuditManagerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAssessmentFrameworkCommand extends GetAssessmentFrameworkCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AuditManagerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetAssessmentReportUrlCommandInput
21
15
  export interface GetAssessmentReportUrlCommandOutput
22
16
  extends GetAssessmentReportUrlResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetAssessmentReportUrlCommand extends $Command<
25
- GetAssessmentReportUrlCommandInput,
26
- GetAssessmentReportUrlCommandOutput,
27
- AuditManagerClientResolvedConfig
28
- > {
29
- readonly input: GetAssessmentReportUrlCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAssessmentReportUrlCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AuditManagerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetAssessmentReportUrlCommand_base: {
19
+ new (
20
+ input: GetAssessmentReportUrlCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetAssessmentReportUrlCommandInput,
38
- GetAssessmentReportUrlCommandOutput
23
+ GetAssessmentReportUrlCommandOutput,
24
+ AuditManagerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAssessmentReportUrlCommand extends GetAssessmentReportUrlCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AuditManagerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetChangeLogsCommandInput extends GetChangeLogsRequest {}
20
14
  export interface GetChangeLogsCommandOutput
21
15
  extends GetChangeLogsResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetChangeLogsCommand extends $Command<
24
- GetChangeLogsCommandInput,
25
- GetChangeLogsCommandOutput,
26
- AuditManagerClientResolvedConfig
27
- > {
28
- readonly input: GetChangeLogsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetChangeLogsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AuditManagerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetChangeLogsCommandInput, GetChangeLogsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetChangeLogsCommand_base: {
18
+ new (
19
+ input: GetChangeLogsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetChangeLogsCommandInput,
22
+ GetChangeLogsCommandOutput,
23
+ AuditManagerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetChangeLogsCommand extends GetChangeLogsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AuditManagerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetControlCommandInput extends GetControlRequest {}
17
11
  export interface GetControlCommandOutput
18
12
  extends GetControlResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetControlCommand extends $Command<
21
- GetControlCommandInput,
22
- GetControlCommandOutput,
23
- AuditManagerClientResolvedConfig
24
- > {
25
- readonly input: GetControlCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetControlCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AuditManagerClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetControlCommandInput, GetControlCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetControlCommand_base: {
15
+ new (
16
+ input: GetControlCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetControlCommandInput,
19
+ GetControlCommandOutput,
20
+ AuditManagerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetControlCommand extends GetControlCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AuditManagerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetDelegationsCommandInput extends GetDelegationsRequest {}
20
14
  export interface GetDelegationsCommandOutput
21
15
  extends GetDelegationsResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetDelegationsCommand extends $Command<
24
- GetDelegationsCommandInput,
25
- GetDelegationsCommandOutput,
26
- AuditManagerClientResolvedConfig
27
- > {
28
- readonly input: GetDelegationsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetDelegationsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AuditManagerClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetDelegationsCommandInput, GetDelegationsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetDelegationsCommand_base: {
18
+ new (
19
+ input: GetDelegationsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetDelegationsCommandInput,
22
+ GetDelegationsCommandOutput,
23
+ AuditManagerClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetDelegationsCommand extends GetDelegationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AuditManagerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetEvidenceByEvidenceFolderCommandInput
21
15
  export interface GetEvidenceByEvidenceFolderCommandOutput
22
16
  extends GetEvidenceByEvidenceFolderResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetEvidenceByEvidenceFolderCommand extends $Command<
25
- GetEvidenceByEvidenceFolderCommandInput,
26
- GetEvidenceByEvidenceFolderCommandOutput,
27
- AuditManagerClientResolvedConfig
28
- > {
29
- readonly input: GetEvidenceByEvidenceFolderCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetEvidenceByEvidenceFolderCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AuditManagerClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetEvidenceByEvidenceFolderCommand_base: {
19
+ new (
20
+ input: GetEvidenceByEvidenceFolderCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetEvidenceByEvidenceFolderCommandInput,
38
- GetEvidenceByEvidenceFolderCommandOutput
23
+ GetEvidenceByEvidenceFolderCommandOutput,
24
+ AuditManagerClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetEvidenceByEvidenceFolderCommand extends GetEvidenceByEvidenceFolderCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AuditManagerClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetEvidenceCommandInput extends GetEvidenceRequest {}
17
11
  export interface GetEvidenceCommandOutput
18
12
  extends GetEvidenceResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetEvidenceCommand extends $Command<
21
- GetEvidenceCommandInput,
22
- GetEvidenceCommandOutput,
23
- AuditManagerClientResolvedConfig
24
- > {
25
- readonly input: GetEvidenceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetEvidenceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AuditManagerClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetEvidenceCommandInput, GetEvidenceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetEvidenceCommand_base: {
15
+ new (
16
+ input: GetEvidenceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetEvidenceCommandInput,
19
+ GetEvidenceCommandOutput,
20
+ AuditManagerClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetEvidenceCommand extends GetEvidenceCommand_base {}