@aws-sdk/client-auditmanager 3.300.0 → 3.303.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 (61) hide show
  1. package/dist-cjs/models/models_0.js +135 -160
  2. package/dist-es/models/models_0.js +135 -160
  3. package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +1 -1
  4. package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +2 -2
  5. package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +3 -3
  6. package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +2 -2
  7. package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +2 -2
  8. package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +3 -3
  9. package/dist-types/commands/CreateAssessmentCommand.d.ts +10 -10
  10. package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +6 -6
  11. package/dist-types/commands/CreateAssessmentReportCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateControlCommand.d.ts +5 -5
  13. package/dist-types/commands/DeleteAssessmentCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteControlCommand.d.ts +1 -1
  18. package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +1 -1
  19. package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +1 -1
  20. package/dist-types/commands/GetAssessmentCommand.d.ts +1 -1
  21. package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +1 -1
  22. package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +1 -1
  23. package/dist-types/commands/GetChangeLogsCommand.d.ts +1 -1
  24. package/dist-types/commands/GetControlCommand.d.ts +1 -1
  25. package/dist-types/commands/GetDelegationsCommand.d.ts +1 -1
  26. package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +1 -1
  27. package/dist-types/commands/GetEvidenceCommand.d.ts +1 -1
  28. package/dist-types/commands/GetEvidenceFolderCommand.d.ts +1 -1
  29. package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +1 -1
  30. package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +1 -1
  31. package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +1 -1
  32. package/dist-types/commands/GetSettingsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +1 -1
  34. package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +1 -1
  36. package/dist-types/commands/ListAssessmentReportsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListAssessmentsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +1 -1
  39. package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +1 -1
  41. package/dist-types/commands/ListControlsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +1 -1
  43. package/dist-types/commands/ListNotificationsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  45. package/dist-types/commands/RegisterAccountCommand.d.ts +1 -1
  46. package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +1 -1
  47. package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +1 -1
  48. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  49. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  50. package/dist-types/commands/UpdateAssessmentCommand.d.ts +9 -9
  51. package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +5 -5
  54. package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateControlCommand.d.ts +4 -4
  57. package/dist-types/commands/UpdateSettingsCommand.d.ts +5 -5
  58. package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +1 -1
  59. package/dist-types/models/models_0.d.ts +260 -135
  60. package/dist-types/ts3.4/models/models_0.d.ts +178 -135
  61. package/package.json +34 -34
@@ -26,7 +26,7 @@ export interface GetAssessmentReportUrlCommandOutput extends GetAssessmentReport
26
26
  * import { AuditManagerClient, GetAssessmentReportUrlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, GetAssessmentReportUrlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetAssessmentReportUrlRequest
30
30
  * assessmentReportId: "STRING_VALUE", // required
31
31
  * assessmentId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetChangeLogsCommandOutput extends GetChangeLogsResponse, __Met
26
26
  * import { AuditManagerClient, GetChangeLogsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, GetChangeLogsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetChangeLogsRequest
30
30
  * assessmentId: "STRING_VALUE", // required
31
31
  * controlSetId: "STRING_VALUE",
32
32
  * controlId: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface GetControlCommandOutput extends GetControlResponse, __MetadataB
26
26
  * import { AuditManagerClient, GetControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, GetControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetControlRequest
30
30
  * controlId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetControlCommand(input);
@@ -26,7 +26,7 @@ export interface GetDelegationsCommandOutput extends GetDelegationsResponse, __M
26
26
  * import { AuditManagerClient, GetDelegationsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, GetDelegationsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetDelegationsRequest
30
30
  * nextToken: "STRING_VALUE",
31
31
  * maxResults: Number("int"),
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetEvidenceByEvidenceFolderCommandOutput extends GetEvidenceByE
26
26
  * import { AuditManagerClient, GetEvidenceByEvidenceFolderCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, GetEvidenceByEvidenceFolderCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetEvidenceByEvidenceFolderRequest
30
30
  * assessmentId: "STRING_VALUE", // required
31
31
  * controlSetId: "STRING_VALUE", // required
32
32
  * evidenceFolderId: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface GetEvidenceCommandOutput extends GetEvidenceResponse, __Metadat
26
26
  * import { AuditManagerClient, GetEvidenceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, GetEvidenceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetEvidenceRequest
30
30
  * assessmentId: "STRING_VALUE", // required
31
31
  * controlSetId: "STRING_VALUE", // required
32
32
  * evidenceFolderId: "STRING_VALUE", // required
@@ -27,7 +27,7 @@ export interface GetEvidenceFolderCommandOutput extends GetEvidenceFolderRespons
27
27
  * import { AuditManagerClient, GetEvidenceFolderCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
28
28
  * // const { AuditManagerClient, GetEvidenceFolderCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
29
29
  * const client = new AuditManagerClient(config);
30
- * const input = {
30
+ * const input = { // GetEvidenceFolderRequest
31
31
  * assessmentId: "STRING_VALUE", // required
32
32
  * controlSetId: "STRING_VALUE", // required
33
33
  * evidenceFolderId: "STRING_VALUE", // required
@@ -27,7 +27,7 @@ export interface GetEvidenceFoldersByAssessmentCommandOutput extends GetEvidence
27
27
  * import { AuditManagerClient, GetEvidenceFoldersByAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
28
28
  * // const { AuditManagerClient, GetEvidenceFoldersByAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
29
29
  * const client = new AuditManagerClient(config);
30
- * const input = {
30
+ * const input = { // GetEvidenceFoldersByAssessmentRequest
31
31
  * assessmentId: "STRING_VALUE", // required
32
32
  * nextToken: "STRING_VALUE",
33
33
  * maxResults: Number("int"),
@@ -27,7 +27,7 @@ export interface GetEvidenceFoldersByAssessmentControlCommandOutput extends GetE
27
27
  * import { AuditManagerClient, GetEvidenceFoldersByAssessmentControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
28
28
  * // const { AuditManagerClient, GetEvidenceFoldersByAssessmentControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
29
29
  * const client = new AuditManagerClient(config);
30
- * const input = {
30
+ * const input = { // GetEvidenceFoldersByAssessmentControlRequest
31
31
  * assessmentId: "STRING_VALUE", // required
32
32
  * controlSetId: "STRING_VALUE", // required
33
33
  * controlId: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface GetInsightsByAssessmentCommandOutput extends GetInsightsByAsses
26
26
  * import { AuditManagerClient, GetInsightsByAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, GetInsightsByAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetInsightsByAssessmentRequest
30
30
  * assessmentId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetInsightsByAssessmentCommand(input);
@@ -26,7 +26,7 @@ export interface GetSettingsCommandOutput extends GetSettingsResponse, __Metadat
26
26
  * import { AuditManagerClient, GetSettingsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, GetSettingsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetSettingsRequest
30
30
  * attribute: "ALL" || "IS_AWS_ORG_ENABLED" || "SNS_TOPIC" || "DEFAULT_ASSESSMENT_REPORTS_DESTINATION" || "DEFAULT_PROCESS_OWNERS" || "EVIDENCE_FINDER_ENABLEMENT" || "DEREGISTRATION_POLICY", // required
31
31
  * };
32
32
  * const command = new GetSettingsCommand(input);
@@ -33,7 +33,7 @@ export interface ListAssessmentControlInsightsByControlDomainCommandOutput exten
33
33
  * import { AuditManagerClient, ListAssessmentControlInsightsByControlDomainCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
34
34
  * // const { AuditManagerClient, ListAssessmentControlInsightsByControlDomainCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
35
35
  * const client = new AuditManagerClient(config);
36
- * const input = {
36
+ * const input = { // ListAssessmentControlInsightsByControlDomainRequest
37
37
  * controlDomainId: "STRING_VALUE", // required
38
38
  * assessmentId: "STRING_VALUE", // required
39
39
  * nextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListAssessmentFrameworkShareRequestsCommandOutput extends ListA
26
26
  * import { AuditManagerClient, ListAssessmentFrameworkShareRequestsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, ListAssessmentFrameworkShareRequestsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // ListAssessmentFrameworkShareRequestsRequest
30
30
  * requestType: "SENT" || "RECEIVED", // required
31
31
  * nextToken: "STRING_VALUE",
32
32
  * maxResults: Number("int"),
@@ -27,7 +27,7 @@ export interface ListAssessmentFrameworksCommandOutput extends ListAssessmentFra
27
27
  * import { AuditManagerClient, ListAssessmentFrameworksCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
28
28
  * // const { AuditManagerClient, ListAssessmentFrameworksCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
29
29
  * const client = new AuditManagerClient(config);
30
- * const input = {
30
+ * const input = { // ListAssessmentFrameworksRequest
31
31
  * frameworkType: "Standard" || "Custom", // required
32
32
  * nextToken: "STRING_VALUE",
33
33
  * maxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface ListAssessmentReportsCommandOutput extends ListAssessmentReport
26
26
  * import { AuditManagerClient, ListAssessmentReportsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, ListAssessmentReportsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // ListAssessmentReportsRequest
30
30
  * nextToken: "STRING_VALUE",
31
31
  * maxResults: Number("int"),
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListAssessmentsCommandOutput extends ListAssessmentsResponse, _
26
26
  * import { AuditManagerClient, ListAssessmentsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, ListAssessmentsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // ListAssessmentsRequest
30
30
  * status: "ACTIVE" || "INACTIVE",
31
31
  * nextToken: "STRING_VALUE",
32
32
  * maxResults: Number("int"),
@@ -32,7 +32,7 @@ export interface ListControlDomainInsightsByAssessmentCommandOutput extends List
32
32
  * import { AuditManagerClient, ListControlDomainInsightsByAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
33
33
  * // const { AuditManagerClient, ListControlDomainInsightsByAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
34
34
  * const client = new AuditManagerClient(config);
35
- * const input = {
35
+ * const input = { // ListControlDomainInsightsByAssessmentRequest
36
36
  * assessmentId: "STRING_VALUE", // required
37
37
  * nextToken: "STRING_VALUE",
38
38
  * maxResults: Number("int"),
@@ -33,7 +33,7 @@ export interface ListControlDomainInsightsCommandOutput extends ListControlDomai
33
33
  * import { AuditManagerClient, ListControlDomainInsightsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
34
34
  * // const { AuditManagerClient, ListControlDomainInsightsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
35
35
  * const client = new AuditManagerClient(config);
36
- * const input = {
36
+ * const input = { // ListControlDomainInsightsRequest
37
37
  * nextToken: "STRING_VALUE",
38
38
  * maxResults: Number("int"),
39
39
  * };
@@ -33,7 +33,7 @@ export interface ListControlInsightsByControlDomainCommandOutput extends ListCon
33
33
  * import { AuditManagerClient, ListControlInsightsByControlDomainCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
34
34
  * // const { AuditManagerClient, ListControlInsightsByControlDomainCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
35
35
  * const client = new AuditManagerClient(config);
36
- * const input = {
36
+ * const input = { // ListControlInsightsByControlDomainRequest
37
37
  * controlDomainId: "STRING_VALUE", // required
38
38
  * nextToken: "STRING_VALUE",
39
39
  * maxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface ListControlsCommandOutput extends ListControlsResponse, __Metad
26
26
  * import { AuditManagerClient, ListControlsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, ListControlsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // ListControlsRequest
30
30
  * controlType: "Standard" || "Custom", // required
31
31
  * nextToken: "STRING_VALUE",
32
32
  * maxResults: Number("int"),
@@ -27,7 +27,7 @@ export interface ListKeywordsForDataSourceCommandOutput extends ListKeywordsForD
27
27
  * import { AuditManagerClient, ListKeywordsForDataSourceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
28
28
  * // const { AuditManagerClient, ListKeywordsForDataSourceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
29
29
  * const client = new AuditManagerClient(config);
30
- * const input = {
30
+ * const input = { // ListKeywordsForDataSourceRequest
31
31
  * source: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL", // required
32
32
  * nextToken: "STRING_VALUE",
33
33
  * maxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface ListNotificationsCommandOutput extends ListNotificationsRespons
26
26
  * import { AuditManagerClient, ListNotificationsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, ListNotificationsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // ListNotificationsRequest
30
30
  * nextToken: "STRING_VALUE",
31
31
  * maxResults: Number("int"),
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { AuditManagerClient, ListTagsForResourceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
@@ -26,7 +26,7 @@ export interface RegisterAccountCommandOutput extends RegisterAccountResponse, _
26
26
  * import { AuditManagerClient, RegisterAccountCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, RegisterAccountCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // RegisterAccountRequest
30
30
  * kmsKey: "STRING_VALUE",
31
31
  * delegatedAdminAccount: "STRING_VALUE",
32
32
  * };
@@ -27,7 +27,7 @@ export interface RegisterOrganizationAdminAccountCommandOutput extends RegisterO
27
27
  * import { AuditManagerClient, RegisterOrganizationAdminAccountCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
28
28
  * // const { AuditManagerClient, RegisterOrganizationAdminAccountCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
29
29
  * const client = new AuditManagerClient(config);
30
- * const input = {
30
+ * const input = { // RegisterOrganizationAdminAccountRequest
31
31
  * adminAccountId: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new RegisterOrganizationAdminAccountCommand(input);
@@ -62,7 +62,7 @@ export interface StartAssessmentFrameworkShareCommandOutput extends StartAssessm
62
62
  * import { AuditManagerClient, StartAssessmentFrameworkShareCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
63
63
  * // const { AuditManagerClient, StartAssessmentFrameworkShareCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
64
64
  * const client = new AuditManagerClient(config);
65
- * const input = {
65
+ * const input = { // StartAssessmentFrameworkShareRequest
66
66
  * frameworkId: "STRING_VALUE", // required
67
67
  * destinationAccount: "STRING_VALUE", // required
68
68
  * destinationRegion: "STRING_VALUE", // required
@@ -26,9 +26,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
26
26
  * import { AuditManagerClient, TagResourceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, TagResourceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // TagResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
- * tags: { // required
31
+ * tags: { // TagMap // required
32
32
  * "<keys>": "STRING_VALUE",
33
33
  * },
34
34
  * };
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
26
  * import { AuditManagerClient, UntagResourceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, UntagResourceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // UntagResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
- * tagKeys: [ // required
31
+ * tagKeys: [ // TagKeyList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -26,30 +26,30 @@ export interface UpdateAssessmentCommandOutput extends UpdateAssessmentResponse,
26
26
  * import { AuditManagerClient, UpdateAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, UpdateAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // UpdateAssessmentRequest
30
30
  * assessmentId: "STRING_VALUE", // required
31
31
  * assessmentName: "STRING_VALUE",
32
32
  * assessmentDescription: "STRING_VALUE",
33
- * scope: {
34
- * awsAccounts: [
35
- * {
33
+ * scope: { // Scope
34
+ * awsAccounts: [ // AWSAccounts
35
+ * { // AWSAccount
36
36
  * id: "STRING_VALUE",
37
37
  * emailAddress: "STRING_VALUE",
38
38
  * name: "STRING_VALUE",
39
39
  * },
40
40
  * ],
41
- * awsServices: [
42
- * {
41
+ * awsServices: [ // AWSServices
42
+ * { // AWSService
43
43
  * serviceName: "STRING_VALUE",
44
44
  * },
45
45
  * ],
46
46
  * },
47
- * assessmentReportsDestination: {
47
+ * assessmentReportsDestination: { // AssessmentReportsDestination
48
48
  * destinationType: "S3",
49
49
  * destination: "STRING_VALUE",
50
50
  * },
51
- * roles: [
52
- * {
51
+ * roles: [ // Roles
52
+ * { // Role
53
53
  * roleType: "PROCESS_OWNER" || "RESOURCE_OWNER", // required
54
54
  * roleArn: "STRING_VALUE", // required
55
55
  * },
@@ -26,7 +26,7 @@ export interface UpdateAssessmentControlCommandOutput extends UpdateAssessmentCo
26
26
  * import { AuditManagerClient, UpdateAssessmentControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, UpdateAssessmentControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // UpdateAssessmentControlRequest
30
30
  * assessmentId: "STRING_VALUE", // required
31
31
  * controlSetId: "STRING_VALUE", // required
32
32
  * controlId: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface UpdateAssessmentControlSetStatusCommandOutput extends UpdateAss
26
26
  * import { AuditManagerClient, UpdateAssessmentControlSetStatusCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, UpdateAssessmentControlSetStatusCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // UpdateAssessmentControlSetStatusRequest
30
30
  * assessmentId: "STRING_VALUE", // required
31
31
  * controlSetId: "STRING_VALUE", // required
32
32
  * status: "ACTIVE" || "UNDER_REVIEW" || "REVIEWED", // required
@@ -26,17 +26,17 @@ export interface UpdateAssessmentFrameworkCommandOutput extends UpdateAssessment
26
26
  * import { AuditManagerClient, UpdateAssessmentFrameworkCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, UpdateAssessmentFrameworkCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // UpdateAssessmentFrameworkRequest
30
30
  * frameworkId: "STRING_VALUE", // required
31
31
  * name: "STRING_VALUE", // required
32
32
  * description: "STRING_VALUE",
33
33
  * complianceType: "STRING_VALUE",
34
- * controlSets: [ // required
35
- * {
34
+ * controlSets: [ // UpdateAssessmentFrameworkControlSets // required
35
+ * { // UpdateAssessmentFrameworkControlSet
36
36
  * id: "STRING_VALUE",
37
37
  * name: "STRING_VALUE", // required
38
- * controls: [ // required
39
- * {
38
+ * controls: [ // CreateAssessmentFrameworkControls // required
39
+ * { // CreateAssessmentFrameworkControl
40
40
  * id: "STRING_VALUE", // required
41
41
  * },
42
42
  * ],
@@ -26,7 +26,7 @@ export interface UpdateAssessmentFrameworkShareCommandOutput extends UpdateAsses
26
26
  * import { AuditManagerClient, UpdateAssessmentFrameworkShareCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, UpdateAssessmentFrameworkShareCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // UpdateAssessmentFrameworkShareRequest
30
30
  * requestId: "STRING_VALUE", // required
31
31
  * requestType: "SENT" || "RECEIVED", // required
32
32
  * action: "ACCEPT" || "DECLINE" || "REVOKE", // required
@@ -26,7 +26,7 @@ export interface UpdateAssessmentStatusCommandOutput extends UpdateAssessmentSta
26
26
  * import { AuditManagerClient, UpdateAssessmentStatusCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, UpdateAssessmentStatusCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // UpdateAssessmentStatusRequest
30
30
  * assessmentId: "STRING_VALUE", // required
31
31
  * status: "ACTIVE" || "INACTIVE", // required
32
32
  * };
@@ -26,21 +26,21 @@ export interface UpdateControlCommandOutput extends UpdateControlResponse, __Met
26
26
  * import { AuditManagerClient, UpdateControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, UpdateControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // UpdateControlRequest
30
30
  * controlId: "STRING_VALUE", // required
31
31
  * name: "STRING_VALUE", // required
32
32
  * description: "STRING_VALUE",
33
33
  * testingInformation: "STRING_VALUE",
34
34
  * actionPlanTitle: "STRING_VALUE",
35
35
  * actionPlanInstructions: "STRING_VALUE",
36
- * controlMappingSources: [ // required
37
- * {
36
+ * controlMappingSources: [ // ControlMappingSources // required
37
+ * { // ControlMappingSource
38
38
  * sourceId: "STRING_VALUE",
39
39
  * sourceName: "STRING_VALUE",
40
40
  * sourceDescription: "STRING_VALUE",
41
41
  * sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
42
42
  * sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
43
- * sourceKeyword: {
43
+ * sourceKeyword: { // SourceKeyword
44
44
  * keywordInputType: "SELECT_FROM_LIST",
45
45
  * keywordValue: "STRING_VALUE",
46
46
  * },
@@ -26,21 +26,21 @@ export interface UpdateSettingsCommandOutput extends UpdateSettingsResponse, __M
26
26
  * import { AuditManagerClient, UpdateSettingsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, UpdateSettingsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // UpdateSettingsRequest
30
30
  * snsTopic: "STRING_VALUE",
31
- * defaultAssessmentReportsDestination: {
31
+ * defaultAssessmentReportsDestination: { // AssessmentReportsDestination
32
32
  * destinationType: "S3",
33
33
  * destination: "STRING_VALUE",
34
34
  * },
35
- * defaultProcessOwners: [
36
- * {
35
+ * defaultProcessOwners: [ // Roles
36
+ * { // Role
37
37
  * roleType: "PROCESS_OWNER" || "RESOURCE_OWNER", // required
38
38
  * roleArn: "STRING_VALUE", // required
39
39
  * },
40
40
  * ],
41
41
  * kmsKey: "STRING_VALUE",
42
42
  * evidenceFinderEnabled: true || false,
43
- * deregistrationPolicy: {
43
+ * deregistrationPolicy: { // DeregistrationPolicy
44
44
  * deleteResources: "ALL" || "DEFAULT",
45
45
  * },
46
46
  * };
@@ -26,7 +26,7 @@ export interface ValidateAssessmentReportIntegrityCommandOutput extends Validate
26
26
  * import { AuditManagerClient, ValidateAssessmentReportIntegrityCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, ValidateAssessmentReportIntegrityCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // ValidateAssessmentReportIntegrityRequest
30
30
  * s3RelativePath: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ValidateAssessmentReportIntegrityCommand(input);