@aws-sdk/client-auditmanager 3.533.0 → 3.540.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 (135) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/AuditManager.d.ts +14 -1
  6. package/dist-types/AuditManagerClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +2 -1
  10. package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +2 -1
  11. package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +2 -1
  12. package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateAssessmentCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateAssessmentReportCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateControlCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteAssessmentCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteControlCommand.d.ts +2 -1
  22. package/dist-types/commands/DeregisterAccountCommand.d.ts +2 -1
  23. package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +2 -1
  24. package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +2 -1
  25. package/dist-types/commands/GetAccountStatusCommand.d.ts +2 -1
  26. package/dist-types/commands/GetAssessmentCommand.d.ts +2 -1
  27. package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +2 -1
  28. package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +2 -1
  29. package/dist-types/commands/GetChangeLogsCommand.d.ts +2 -1
  30. package/dist-types/commands/GetControlCommand.d.ts +2 -1
  31. package/dist-types/commands/GetDelegationsCommand.d.ts +2 -1
  32. package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +2 -1
  33. package/dist-types/commands/GetEvidenceCommand.d.ts +2 -1
  34. package/dist-types/commands/GetEvidenceFileUploadUrlCommand.d.ts +2 -1
  35. package/dist-types/commands/GetEvidenceFolderCommand.d.ts +2 -1
  36. package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +2 -1
  37. package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +2 -1
  38. package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +2 -1
  39. package/dist-types/commands/GetInsightsCommand.d.ts +2 -1
  40. package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +2 -1
  41. package/dist-types/commands/GetServicesInScopeCommand.d.ts +2 -1
  42. package/dist-types/commands/GetSettingsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +2 -1
  44. package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +2 -1
  46. package/dist-types/commands/ListAssessmentReportsCommand.d.ts +2 -1
  47. package/dist-types/commands/ListAssessmentsCommand.d.ts +2 -1
  48. package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +2 -1
  49. package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +2 -1
  50. package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +2 -1
  51. package/dist-types/commands/ListControlsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +2 -1
  53. package/dist-types/commands/ListNotificationsCommand.d.ts +2 -1
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  55. package/dist-types/commands/RegisterAccountCommand.d.ts +2 -1
  56. package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +2 -1
  57. package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +2 -1
  58. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  59. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateAssessmentCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +2 -1
  64. package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +2 -1
  65. package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +2 -1
  66. package/dist-types/commands/UpdateControlCommand.d.ts +2 -1
  67. package/dist-types/commands/UpdateSettingsCommand.d.ts +2 -1
  68. package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +2 -1
  69. package/dist-types/index.d.ts +0 -1
  70. package/dist-types/models/models_0.d.ts +615 -615
  71. package/dist-types/ts3.4/AuditManager.d.ts +13 -0
  72. package/dist-types/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/CreateAssessmentCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/CreateAssessmentReportCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/CreateControlCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DeleteAssessmentCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkShareCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DeleteControlCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DeregisterAccountCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/GetAccountStatusCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/GetChangeLogsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/GetControlCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/GetDelegationsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/GetEvidenceCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/GetEvidenceFileUploadUrlCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/GetEvidenceFolderCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/GetServicesInScopeCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/GetSettingsCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/ListAssessmentReportsCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/ListAssessmentsCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/ListControlsCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/StartAssessmentFrameworkShareCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/UpdateAssessmentCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkShareCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/UpdateControlCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/index.d.ts +0 -1
  135. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Tags the specified resource in Audit Manager. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const TagResourceCommand_base: {
64
64
  * @throws {@link AuditManagerServiceException}
65
65
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class TagResourceCommand extends TagResourceCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Removes a tag from a resource in Audit Manager. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
64
64
  * @throws {@link AuditManagerServiceException}
65
65
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface UpdateAssessmentCommandOutput extends UpdateAssessmentResponse,
22
22
  }
23
23
  declare const UpdateAssessmentCommand_base: {
24
24
  new (input: UpdateAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssessmentCommandInput, UpdateAssessmentCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssessmentCommandInput, UpdateAssessmentCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Edits an Audit Manager assessment. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -212,6 +212,7 @@ declare const UpdateAssessmentCommand_base: {
212
212
  * @throws {@link AuditManagerServiceException}
213
213
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
214
214
  *
215
+ * @public
215
216
  */
216
217
  export declare class UpdateAssessmentCommand extends UpdateAssessmentCommand_base {
217
218
  }
@@ -22,10 +22,10 @@ export interface UpdateAssessmentControlCommandOutput extends UpdateAssessmentCo
22
22
  }
23
23
  declare const UpdateAssessmentControlCommand_base: {
24
24
  new (input: UpdateAssessmentControlCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssessmentControlCommandInput, UpdateAssessmentControlCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAssessmentControlCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssessmentControlCommandInput, UpdateAssessmentControlCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates a control within an assessment in Audit Manager. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const UpdateAssessmentControlCommand_base: {
89
89
  * @throws {@link AuditManagerServiceException}
90
90
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class UpdateAssessmentControlCommand extends UpdateAssessmentControlCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface UpdateAssessmentControlSetStatusCommandOutput extends UpdateAss
22
22
  }
23
23
  declare const UpdateAssessmentControlSetStatusCommand_base: {
24
24
  new (input: UpdateAssessmentControlSetStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssessmentControlSetStatusCommandInput, UpdateAssessmentControlSetStatusCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAssessmentControlSetStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssessmentControlSetStatusCommandInput, UpdateAssessmentControlSetStatusCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates the status of a control set in an Audit Manager assessment. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -118,6 +118,7 @@ declare const UpdateAssessmentControlSetStatusCommand_base: {
118
118
  * @throws {@link AuditManagerServiceException}
119
119
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
120
120
  *
121
+ * @public
121
122
  */
122
123
  export declare class UpdateAssessmentControlSetStatusCommand extends UpdateAssessmentControlSetStatusCommand_base {
123
124
  }
@@ -22,10 +22,10 @@ export interface UpdateAssessmentFrameworkCommandOutput extends UpdateAssessment
22
22
  }
23
23
  declare const UpdateAssessmentFrameworkCommand_base: {
24
24
  new (input: UpdateAssessmentFrameworkCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssessmentFrameworkCommandInput, UpdateAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAssessmentFrameworkCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssessmentFrameworkCommandInput, UpdateAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates a custom framework in Audit Manager. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -138,6 +138,7 @@ declare const UpdateAssessmentFrameworkCommand_base: {
138
138
  * @throws {@link AuditManagerServiceException}
139
139
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
140
140
  *
141
+ * @public
141
142
  */
142
143
  export declare class UpdateAssessmentFrameworkCommand extends UpdateAssessmentFrameworkCommand_base {
143
144
  }
@@ -22,10 +22,10 @@ export interface UpdateAssessmentFrameworkShareCommandOutput extends UpdateAsses
22
22
  }
23
23
  declare const UpdateAssessmentFrameworkShareCommand_base: {
24
24
  new (input: UpdateAssessmentFrameworkShareCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssessmentFrameworkShareCommandInput, UpdateAssessmentFrameworkShareCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAssessmentFrameworkShareCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssessmentFrameworkShareCommandInput, UpdateAssessmentFrameworkShareCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates a share request for a custom framework in Audit Manager. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const UpdateAssessmentFrameworkShareCommand_base: {
91
91
  * @throws {@link AuditManagerServiceException}
92
92
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class UpdateAssessmentFrameworkShareCommand extends UpdateAssessmentFrameworkShareCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface UpdateAssessmentStatusCommandOutput extends UpdateAssessmentSta
22
22
  }
23
23
  declare const UpdateAssessmentStatusCommand_base: {
24
24
  new (input: UpdateAssessmentStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssessmentStatusCommandInput, UpdateAssessmentStatusCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAssessmentStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssessmentStatusCommandInput, UpdateAssessmentStatusCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates the status of an assessment in Audit Manager. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -193,6 +193,7 @@ declare const UpdateAssessmentStatusCommand_base: {
193
193
  * @throws {@link AuditManagerServiceException}
194
194
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
195
195
  *
196
+ * @public
196
197
  */
197
198
  export declare class UpdateAssessmentStatusCommand extends UpdateAssessmentStatusCommand_base {
198
199
  }
@@ -22,10 +22,10 @@ export interface UpdateControlCommandOutput extends UpdateControlResponse, __Met
22
22
  }
23
23
  declare const UpdateControlCommand_base: {
24
24
  new (input: UpdateControlCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateControlCommandInput, UpdateControlCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateControlCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateControlCommandInput, UpdateControlCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates a custom control in Audit Manager. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -119,6 +119,7 @@ declare const UpdateControlCommand_base: {
119
119
  * @throws {@link AuditManagerServiceException}
120
120
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
121
121
  *
122
+ * @public
122
123
  */
123
124
  export declare class UpdateControlCommand extends UpdateControlCommand_base {
124
125
  }
@@ -22,10 +22,10 @@ export interface UpdateSettingsCommandOutput extends UpdateSettingsResponse, __M
22
22
  }
23
23
  declare const UpdateSettingsCommand_base: {
24
24
  new (input: UpdateSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSettingsCommandInput, UpdateSettingsCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [UpdateSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateSettingsCommandInput, UpdateSettingsCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates Audit Manager settings for the current account. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -110,6 +110,7 @@ declare const UpdateSettingsCommand_base: {
110
110
  * @throws {@link AuditManagerServiceException}
111
111
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
112
112
  *
113
+ * @public
113
114
  */
114
115
  export declare class UpdateSettingsCommand extends UpdateSettingsCommand_base {
115
116
  }
@@ -22,10 +22,10 @@ export interface ValidateAssessmentReportIntegrityCommandOutput extends Validate
22
22
  }
23
23
  declare const ValidateAssessmentReportIntegrityCommand_base: {
24
24
  new (input: ValidateAssessmentReportIntegrityCommandInput): import("@smithy/smithy-client").CommandImpl<ValidateAssessmentReportIntegrityCommandInput, ValidateAssessmentReportIntegrityCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ValidateAssessmentReportIntegrityCommandInput): import("@smithy/smithy-client").CommandImpl<ValidateAssessmentReportIntegrityCommandInput, ValidateAssessmentReportIntegrityCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Validates the integrity of an assessment report in Audit Manager. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const ValidateAssessmentReportIntegrityCommand_base: {
73
73
  * @throws {@link AuditManagerServiceException}
74
74
  * <p>Base exception class for all service exceptions from AuditManager service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class ValidateAssessmentReportIntegrityCommand extends ValidateAssessmentReportIntegrityCommand_base {
78
79
  }
@@ -46,5 +46,4 @@ export { AuditManagerExtensionConfiguration } from "./extensionConfiguration";
46
46
  export * from "./commands";
47
47
  export * from "./pagination";
48
48
  export * from "./models";
49
- import "@aws-sdk/util-endpoints";
50
49
  export { AuditManagerServiceException } from "./models/AuditManagerServiceException";