@aws-sdk/client-auditmanager 3.300.0 → 3.301.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 (57) hide show
  1. package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +1 -1
  2. package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +2 -2
  3. package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +3 -3
  4. package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +2 -2
  5. package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +2 -2
  6. package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +3 -3
  7. package/dist-types/commands/CreateAssessmentCommand.d.ts +10 -10
  8. package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +6 -6
  9. package/dist-types/commands/CreateAssessmentReportCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateControlCommand.d.ts +5 -5
  11. package/dist-types/commands/DeleteAssessmentCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteControlCommand.d.ts +1 -1
  16. package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +1 -1
  17. package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +1 -1
  18. package/dist-types/commands/GetAssessmentCommand.d.ts +1 -1
  19. package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +1 -1
  20. package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +1 -1
  21. package/dist-types/commands/GetChangeLogsCommand.d.ts +1 -1
  22. package/dist-types/commands/GetControlCommand.d.ts +1 -1
  23. package/dist-types/commands/GetDelegationsCommand.d.ts +1 -1
  24. package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +1 -1
  25. package/dist-types/commands/GetEvidenceCommand.d.ts +1 -1
  26. package/dist-types/commands/GetEvidenceFolderCommand.d.ts +1 -1
  27. package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +1 -1
  28. package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +1 -1
  29. package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +1 -1
  30. package/dist-types/commands/GetSettingsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +1 -1
  32. package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +1 -1
  34. package/dist-types/commands/ListAssessmentReportsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListAssessmentsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +1 -1
  37. package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +1 -1
  39. package/dist-types/commands/ListControlsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +1 -1
  41. package/dist-types/commands/ListNotificationsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  43. package/dist-types/commands/RegisterAccountCommand.d.ts +1 -1
  44. package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +1 -1
  45. package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +1 -1
  46. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  47. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  48. package/dist-types/commands/UpdateAssessmentCommand.d.ts +9 -9
  49. package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +5 -5
  52. package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateControlCommand.d.ts +4 -4
  55. package/dist-types/commands/UpdateSettingsCommand.d.ts +5 -5
  56. package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +1 -1
  57. package/package.json +3 -3
@@ -27,7 +27,7 @@ export interface AssociateAssessmentReportEvidenceFolderCommandOutput extends As
27
27
  * import { AuditManagerClient, AssociateAssessmentReportEvidenceFolderCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
28
28
  * // const { AuditManagerClient, AssociateAssessmentReportEvidenceFolderCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
29
29
  * const client = new AuditManagerClient(config);
30
- * const input = {
30
+ * const input = { // AssociateAssessmentReportEvidenceFolderRequest
31
31
  * assessmentId: "STRING_VALUE", // required
32
32
  * evidenceFolderId: "STRING_VALUE", // required
33
33
  * };
@@ -27,10 +27,10 @@ export interface BatchAssociateAssessmentReportEvidenceCommandOutput extends Bat
27
27
  * import { AuditManagerClient, BatchAssociateAssessmentReportEvidenceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
28
28
  * // const { AuditManagerClient, BatchAssociateAssessmentReportEvidenceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
29
29
  * const client = new AuditManagerClient(config);
30
- * const input = {
30
+ * const input = { // BatchAssociateAssessmentReportEvidenceRequest
31
31
  * assessmentId: "STRING_VALUE", // required
32
32
  * evidenceFolderId: "STRING_VALUE", // required
33
- * evidenceIds: [ // required
33
+ * evidenceIds: [ // EvidenceIds // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * };
@@ -26,9 +26,9 @@ export interface BatchCreateDelegationByAssessmentCommandOutput extends BatchCre
26
26
  * import { AuditManagerClient, BatchCreateDelegationByAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, BatchCreateDelegationByAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
30
- * createDelegationRequests: [ // required
31
- * {
29
+ * const input = { // BatchCreateDelegationByAssessmentRequest
30
+ * createDelegationRequests: [ // CreateDelegationRequests // required
31
+ * { // CreateDelegationRequest
32
32
  * comment: "STRING_VALUE",
33
33
  * controlSetId: "STRING_VALUE",
34
34
  * roleArn: "STRING_VALUE",
@@ -26,8 +26,8 @@ export interface BatchDeleteDelegationByAssessmentCommandOutput extends BatchDel
26
26
  * import { AuditManagerClient, BatchDeleteDelegationByAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, BatchDeleteDelegationByAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
30
- * delegationIds: [ // required
29
+ * const input = { // BatchDeleteDelegationByAssessmentRequest
30
+ * delegationIds: [ // DelegationIds // required
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * assessmentId: "STRING_VALUE", // required
@@ -27,10 +27,10 @@ export interface BatchDisassociateAssessmentReportEvidenceCommandOutput extends
27
27
  * import { AuditManagerClient, BatchDisassociateAssessmentReportEvidenceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
28
28
  * // const { AuditManagerClient, BatchDisassociateAssessmentReportEvidenceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
29
29
  * const client = new AuditManagerClient(config);
30
- * const input = {
30
+ * const input = { // BatchDisassociateAssessmentReportEvidenceRequest
31
31
  * assessmentId: "STRING_VALUE", // required
32
32
  * evidenceFolderId: "STRING_VALUE", // required
33
- * evidenceIds: [ // required
33
+ * evidenceIds: [ // EvidenceIds // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * };
@@ -47,12 +47,12 @@ export interface BatchImportEvidenceToAssessmentControlCommandOutput extends Bat
47
47
  * import { AuditManagerClient, BatchImportEvidenceToAssessmentControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
48
48
  * // const { AuditManagerClient, BatchImportEvidenceToAssessmentControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
49
49
  * const client = new AuditManagerClient(config);
50
- * const input = {
50
+ * const input = { // BatchImportEvidenceToAssessmentControlRequest
51
51
  * assessmentId: "STRING_VALUE", // required
52
52
  * controlSetId: "STRING_VALUE", // required
53
53
  * controlId: "STRING_VALUE", // required
54
- * manualEvidence: [ // required
55
- * {
54
+ * manualEvidence: [ // ManualEvidenceList // required
55
+ * { // ManualEvidence
56
56
  * s3ResourcePath: "STRING_VALUE",
57
57
  * },
58
58
  * ],
@@ -26,35 +26,35 @@ export interface CreateAssessmentCommandOutput extends CreateAssessmentResponse,
26
26
  * import { AuditManagerClient, CreateAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, CreateAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // CreateAssessmentRequest
30
30
  * name: "STRING_VALUE", // required
31
31
  * description: "STRING_VALUE",
32
- * assessmentReportsDestination: {
32
+ * assessmentReportsDestination: { // AssessmentReportsDestination
33
33
  * destinationType: "S3",
34
34
  * destination: "STRING_VALUE",
35
35
  * },
36
- * scope: {
37
- * awsAccounts: [
38
- * {
36
+ * scope: { // Scope
37
+ * awsAccounts: [ // AWSAccounts
38
+ * { // AWSAccount
39
39
  * id: "STRING_VALUE",
40
40
  * emailAddress: "STRING_VALUE",
41
41
  * name: "STRING_VALUE",
42
42
  * },
43
43
  * ],
44
- * awsServices: [
45
- * {
44
+ * awsServices: [ // AWSServices
45
+ * { // AWSService
46
46
  * serviceName: "STRING_VALUE",
47
47
  * },
48
48
  * ],
49
49
  * },
50
- * roles: [ // required
51
- * {
50
+ * roles: [ // Roles // required
51
+ * { // Role
52
52
  * roleType: "PROCESS_OWNER" || "RESOURCE_OWNER", // required
53
53
  * roleArn: "STRING_VALUE", // required
54
54
  * },
55
55
  * ],
56
56
  * frameworkId: "STRING_VALUE", // required
57
- * tags: {
57
+ * tags: { // TagMap
58
58
  * "<keys>": "STRING_VALUE",
59
59
  * },
60
60
  * };
@@ -26,21 +26,21 @@ export interface CreateAssessmentFrameworkCommandOutput extends CreateAssessment
26
26
  * import { AuditManagerClient, CreateAssessmentFrameworkCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, CreateAssessmentFrameworkCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // CreateAssessmentFrameworkRequest
30
30
  * name: "STRING_VALUE", // required
31
31
  * description: "STRING_VALUE",
32
32
  * complianceType: "STRING_VALUE",
33
- * controlSets: [ // required
34
- * {
33
+ * controlSets: [ // CreateAssessmentFrameworkControlSets // required
34
+ * { // CreateAssessmentFrameworkControlSet
35
35
  * name: "STRING_VALUE", // required
36
- * controls: [
37
- * {
36
+ * controls: [ // CreateAssessmentFrameworkControls
37
+ * { // CreateAssessmentFrameworkControl
38
38
  * id: "STRING_VALUE", // required
39
39
  * },
40
40
  * ],
41
41
  * },
42
42
  * ],
43
- * tags: {
43
+ * tags: { // TagMap
44
44
  * "<keys>": "STRING_VALUE",
45
45
  * },
46
46
  * };
@@ -26,7 +26,7 @@ export interface CreateAssessmentReportCommandOutput extends CreateAssessmentRep
26
26
  * import { AuditManagerClient, CreateAssessmentReportCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, CreateAssessmentReportCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // CreateAssessmentReportRequest
30
30
  * name: "STRING_VALUE", // required
31
31
  * description: "STRING_VALUE",
32
32
  * assessmentId: "STRING_VALUE", // required
@@ -26,19 +26,19 @@ export interface CreateControlCommandOutput extends CreateControlResponse, __Met
26
26
  * import { AuditManagerClient, CreateControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, CreateControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // CreateControlRequest
30
30
  * name: "STRING_VALUE", // required
31
31
  * description: "STRING_VALUE",
32
32
  * testingInformation: "STRING_VALUE",
33
33
  * actionPlanTitle: "STRING_VALUE",
34
34
  * actionPlanInstructions: "STRING_VALUE",
35
- * controlMappingSources: [ // required
36
- * {
35
+ * controlMappingSources: [ // CreateControlMappingSources // required
36
+ * { // CreateControlMappingSource
37
37
  * sourceName: "STRING_VALUE",
38
38
  * sourceDescription: "STRING_VALUE",
39
39
  * sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
40
40
  * sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
41
- * sourceKeyword: {
41
+ * sourceKeyword: { // SourceKeyword
42
42
  * keywordInputType: "SELECT_FROM_LIST",
43
43
  * keywordValue: "STRING_VALUE",
44
44
  * },
@@ -46,7 +46,7 @@ export interface CreateControlCommandOutput extends CreateControlResponse, __Met
46
46
  * troubleshootingText: "STRING_VALUE",
47
47
  * },
48
48
  * ],
49
- * tags: {
49
+ * tags: { // TagMap
50
50
  * "<keys>": "STRING_VALUE",
51
51
  * },
52
52
  * };
@@ -26,7 +26,7 @@ export interface DeleteAssessmentCommandOutput extends DeleteAssessmentResponse,
26
26
  * import { AuditManagerClient, DeleteAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, DeleteAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteAssessmentRequest
30
30
  * assessmentId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteAssessmentCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteAssessmentFrameworkCommandOutput extends DeleteAssessment
26
26
  * import { AuditManagerClient, DeleteAssessmentFrameworkCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, DeleteAssessmentFrameworkCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteAssessmentFrameworkRequest
30
30
  * frameworkId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteAssessmentFrameworkCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteAssessmentFrameworkShareCommandOutput extends DeleteAsses
26
26
  * import { AuditManagerClient, DeleteAssessmentFrameworkShareCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, DeleteAssessmentFrameworkShareCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteAssessmentFrameworkShareRequest
30
30
  * requestId: "STRING_VALUE", // required
31
31
  * requestType: "SENT" || "RECEIVED", // required
32
32
  * };
@@ -47,7 +47,7 @@ export interface DeleteAssessmentReportCommandOutput extends DeleteAssessmentRep
47
47
  * import { AuditManagerClient, DeleteAssessmentReportCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
48
48
  * // const { AuditManagerClient, DeleteAssessmentReportCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
49
49
  * const client = new AuditManagerClient(config);
50
- * const input = {
50
+ * const input = { // DeleteAssessmentReportRequest
51
51
  * assessmentId: "STRING_VALUE", // required
52
52
  * assessmentReportId: "STRING_VALUE", // required
53
53
  * };
@@ -26,7 +26,7 @@ export interface DeleteControlCommandOutput extends DeleteControlResponse, __Met
26
26
  * import { AuditManagerClient, DeleteControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, DeleteControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteControlRequest
30
30
  * controlId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteControlCommand(input);
@@ -85,7 +85,7 @@ export interface DeregisterOrganizationAdminAccountCommandOutput extends Deregis
85
85
  * import { AuditManagerClient, DeregisterOrganizationAdminAccountCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
86
86
  * // const { AuditManagerClient, DeregisterOrganizationAdminAccountCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
87
87
  * const client = new AuditManagerClient(config);
88
- * const input = {
88
+ * const input = { // DeregisterOrganizationAdminAccountRequest
89
89
  * adminAccountId: "STRING_VALUE",
90
90
  * };
91
91
  * const command = new DeregisterOrganizationAdminAccountCommand(input);
@@ -26,7 +26,7 @@ export interface DisassociateAssessmentReportEvidenceFolderCommandOutput extends
26
26
  * import { AuditManagerClient, DisassociateAssessmentReportEvidenceFolderCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, DisassociateAssessmentReportEvidenceFolderCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // DisassociateAssessmentReportEvidenceFolderRequest
30
30
  * assessmentId: "STRING_VALUE", // required
31
31
  * evidenceFolderId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetAssessmentCommandOutput extends GetAssessmentResponse, __Met
26
26
  * import { AuditManagerClient, GetAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, GetAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetAssessmentRequest
30
30
  * assessmentId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetAssessmentCommand(input);
@@ -26,7 +26,7 @@ export interface GetAssessmentFrameworkCommandOutput extends GetAssessmentFramew
26
26
  * import { AuditManagerClient, GetAssessmentFrameworkCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, GetAssessmentFrameworkCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetAssessmentFrameworkRequest
30
30
  * frameworkId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetAssessmentFrameworkCommand(input);
@@ -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);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-auditmanager",
3
3
  "description": "AWS SDK for JavaScript Auditmanager Client for Node.js, Browser and React Native",
4
- "version": "3.300.0",
4
+ "version": "3.301.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",