@aws-sdk/client-auditmanager 3.590.0 → 3.593.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 (133) hide show
  1. package/dist-cjs/index.js +27 -63
  2. package/dist-es/models/models_0.js +19 -0
  3. package/dist-es/protocols/Aws_restJson1.js +3 -0
  4. package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +2 -1
  6. package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateAssessmentCommand.d.ts +5 -1
  11. package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +5 -3
  12. package/dist-types/commands/CreateAssessmentReportCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateControlCommand.d.ts +6 -4
  14. package/dist-types/commands/DeleteAssessmentCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteControlCommand.d.ts +2 -1
  19. package/dist-types/commands/DeregisterAccountCommand.d.ts +2 -1
  20. package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +2 -1
  21. package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +2 -1
  22. package/dist-types/commands/GetAccountStatusCommand.d.ts +2 -1
  23. package/dist-types/commands/GetAssessmentCommand.d.ts +2 -1
  24. package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +5 -3
  25. package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +2 -1
  26. package/dist-types/commands/GetChangeLogsCommand.d.ts +2 -1
  27. package/dist-types/commands/GetControlCommand.d.ts +5 -3
  28. package/dist-types/commands/GetDelegationsCommand.d.ts +2 -1
  29. package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +2 -1
  30. package/dist-types/commands/GetEvidenceCommand.d.ts +2 -1
  31. package/dist-types/commands/GetEvidenceFileUploadUrlCommand.d.ts +2 -1
  32. package/dist-types/commands/GetEvidenceFolderCommand.d.ts +2 -1
  33. package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +2 -1
  34. package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +2 -1
  35. package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +2 -1
  36. package/dist-types/commands/GetInsightsCommand.d.ts +2 -1
  37. package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +2 -1
  38. package/dist-types/commands/GetServicesInScopeCommand.d.ts +14 -4
  39. package/dist-types/commands/GetSettingsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +2 -1
  41. package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +2 -1
  43. package/dist-types/commands/ListAssessmentReportsCommand.d.ts +2 -1
  44. package/dist-types/commands/ListAssessmentsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +8 -1
  46. package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +8 -1
  47. package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +2 -1
  48. package/dist-types/commands/ListControlsCommand.d.ts +4 -2
  49. package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +4 -3
  50. package/dist-types/commands/ListNotificationsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  52. package/dist-types/commands/RegisterAccountCommand.d.ts +2 -1
  53. package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +2 -1
  54. package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +2 -1
  55. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  56. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateAssessmentCommand.d.ts +5 -1
  58. package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +5 -3
  61. package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateControlCommand.d.ts +6 -4
  64. package/dist-types/commands/UpdateSettingsCommand.d.ts +2 -1
  65. package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +2 -1
  66. package/dist-types/index.d.ts +2 -2
  67. package/dist-types/models/AuditManagerServiceException.d.ts +2 -1
  68. package/dist-types/models/models_0.d.ts +151 -17
  69. package/dist-types/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/CreateAssessmentCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/CreateAssessmentReportCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/CreateControlCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/DeleteAssessmentCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkShareCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/DeleteControlCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/DeregisterAccountCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/GetAccountStatusCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/GetChangeLogsCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/GetControlCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/GetDelegationsCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/GetEvidenceCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/GetEvidenceFileUploadUrlCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/GetEvidenceFolderCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/GetServicesInScopeCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/GetSettingsCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/ListAssessmentReportsCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/ListAssessmentsCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/ListControlsCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +2 -1
  119. package/dist-types/ts3.4/commands/StartAssessmentFrameworkShareCommand.d.ts +2 -1
  120. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  121. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  122. package/dist-types/ts3.4/commands/UpdateAssessmentCommand.d.ts +2 -1
  123. package/dist-types/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +2 -1
  124. package/dist-types/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +2 -1
  125. package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +2 -1
  126. package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkShareCommand.d.ts +2 -1
  127. package/dist-types/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +2 -1
  128. package/dist-types/ts3.4/commands/UpdateControlCommand.d.ts +2 -1
  129. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +2 -1
  130. package/dist-types/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +2 -1
  131. package/dist-types/ts3.4/models/AuditManagerServiceException.d.ts +2 -1
  132. package/dist-types/ts3.4/models/models_0.d.ts +20 -1
  133. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { ListControlInsightsByControlDomainRequest, ListControlInsightsByControl
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListControlsRequest, ListControlsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -34,9 +35,10 @@ declare const ListControlsCommand_base: {
34
35
  * // const { AuditManagerClient, ListControlsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
35
36
  * const client = new AuditManagerClient(config);
36
37
  * const input = { // ListControlsRequest
37
- * controlType: "Standard" || "Custom", // required
38
+ * controlType: "Standard" || "Custom" || "Core", // required
38
39
  * nextToken: "STRING_VALUE",
39
40
  * maxResults: Number("int"),
41
+ * controlCatalogId: "STRING_VALUE",
40
42
  * };
41
43
  * const command = new ListControlsCommand(input);
42
44
  * const response = await client.send(command);
@@ -5,7 +5,8 @@ import { ListKeywordsForDataSourceRequest, ListKeywordsForDataSourceResponse } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -26,8 +27,8 @@ declare const ListKeywordsForDataSourceCommand_base: {
26
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
28
  };
28
29
  /**
29
- * <p> Returns a list of keywords that are pre-mapped to the specified control data source.
30
- * </p>
30
+ * <p>Returns a list of keywords that are pre-mapped to the specified control data
31
+ * source.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -5,7 +5,8 @@ import { ListNotificationsRequest, ListNotificationsResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RegisterAccountRequest, RegisterAccountResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RegisterOrganizationAdminAccountRequest, RegisterOrganizationAdminAccou
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartAssessmentFrameworkShareRequest, StartAssessmentFrameworkShareResp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateAssessmentRequest, UpdateAssessmentResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -206,6 +207,9 @@ declare const UpdateAssessmentCommand_base: {
206
207
  * @throws {@link ResourceNotFoundException} (client fault)
207
208
  * <p> The resource that's specified in the request can't be found. </p>
208
209
  *
210
+ * @throws {@link ThrottlingException} (client fault)
211
+ * <p>The request was denied due to request throttling.</p>
212
+ *
209
213
  * @throws {@link ValidationException} (client fault)
210
214
  * <p> The request has invalid or missing parameters. </p>
211
215
  *
@@ -5,7 +5,8 @@ import { UpdateAssessmentControlRequest, UpdateAssessmentControlResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateAssessmentControlSetStatusRequest, UpdateAssessmentControlSetStat
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateAssessmentFrameworkRequest, UpdateAssessmentFrameworkResponse } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -70,7 +71,7 @@ declare const UpdateAssessmentFrameworkCommand_base: {
70
71
  * // { // Control
71
72
  * // arn: "STRING_VALUE",
72
73
  * // id: "STRING_VALUE",
73
- * // type: "Standard" || "Custom",
74
+ * // type: "Standard" || "Custom" || "Core",
74
75
  * // name: "STRING_VALUE",
75
76
  * // description: "STRING_VALUE",
76
77
  * // testingInformation: "STRING_VALUE",
@@ -83,7 +84,7 @@ declare const UpdateAssessmentFrameworkCommand_base: {
83
84
  * // sourceName: "STRING_VALUE",
84
85
  * // sourceDescription: "STRING_VALUE",
85
86
  * // sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
86
- * // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
87
+ * // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL" || "Common_Control" || "Core_Control",
87
88
  * // sourceKeyword: { // SourceKeyword
88
89
  * // keywordInputType: "SELECT_FROM_LIST" || "UPLOAD_FILE" || "INPUT_TEXT",
89
90
  * // keywordValue: "STRING_VALUE",
@@ -99,6 +100,7 @@ declare const UpdateAssessmentFrameworkCommand_base: {
99
100
  * // tags: { // TagMap
100
101
  * // "<keys>": "STRING_VALUE",
101
102
  * // },
103
+ * // state: "ACTIVE" || "END_OF_SUPPORT",
102
104
  * // },
103
105
  * // ],
104
106
  * // },
@@ -5,7 +5,8 @@ import { UpdateAssessmentFrameworkShareRequest, UpdateAssessmentFrameworkShareRe
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateAssessmentStatusRequest, UpdateAssessmentStatusResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateControlRequest, UpdateControlResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -46,7 +47,7 @@ declare const UpdateControlCommand_base: {
46
47
  * sourceName: "STRING_VALUE",
47
48
  * sourceDescription: "STRING_VALUE",
48
49
  * sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
49
- * sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
50
+ * sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL" || "Common_Control" || "Core_Control",
50
51
  * sourceKeyword: { // SourceKeyword
51
52
  * keywordInputType: "SELECT_FROM_LIST" || "UPLOAD_FILE" || "INPUT_TEXT",
52
53
  * keywordValue: "STRING_VALUE",
@@ -62,7 +63,7 @@ declare const UpdateControlCommand_base: {
62
63
  * // control: { // Control
63
64
  * // arn: "STRING_VALUE",
64
65
  * // id: "STRING_VALUE",
65
- * // type: "Standard" || "Custom",
66
+ * // type: "Standard" || "Custom" || "Core",
66
67
  * // name: "STRING_VALUE",
67
68
  * // description: "STRING_VALUE",
68
69
  * // testingInformation: "STRING_VALUE",
@@ -75,7 +76,7 @@ declare const UpdateControlCommand_base: {
75
76
  * // sourceName: "STRING_VALUE",
76
77
  * // sourceDescription: "STRING_VALUE",
77
78
  * // sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
78
- * // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
79
+ * // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL" || "Common_Control" || "Core_Control",
79
80
  * // sourceKeyword: { // SourceKeyword
80
81
  * // keywordInputType: "SELECT_FROM_LIST" || "UPLOAD_FILE" || "INPUT_TEXT",
81
82
  * // keywordValue: "STRING_VALUE",
@@ -91,6 +92,7 @@ declare const UpdateControlCommand_base: {
91
92
  * // tags: { // TagMap
92
93
  * // "<keys>": "STRING_VALUE",
93
94
  * // },
95
+ * // state: "ACTIVE" || "END_OF_SUPPORT",
94
96
  * // },
95
97
  * // };
96
98
  *
@@ -5,7 +5,8 @@ import { UpdateSettingsRequest, UpdateSettingsResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ValidateAssessmentReportIntegrityRequest, ValidateAssessmentReportInteg
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -41,8 +41,8 @@
41
41
  export * from "./AuditManagerClient";
42
42
  export * from "./AuditManager";
43
43
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
44
- export { RuntimeExtension } from "./runtimeExtensions";
45
- export { AuditManagerExtensionConfiguration } from "./extensionConfiguration";
44
+ export type { RuntimeExtension } from "./runtimeExtensions";
45
+ export type { AuditManagerExtensionConfiguration } from "./extensionConfiguration";
46
46
  export * from "./commands";
47
47
  export * from "./pagination";
48
48
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -456,8 +456,18 @@ export interface AWSService {
456
456
  serviceName?: string;
457
457
  }
458
458
  /**
459
- * <p> The wrapper that contains the Amazon Web Services accounts and services that are in
459
+ * <p> The wrapper that contains the Amazon Web Services accounts that are in
460
460
  * scope for the assessment. </p>
461
+ * <note>
462
+ * <p>You no longer need to specify which Amazon Web Services are in scope when you
463
+ * create or update an assessment. Audit Manager infers the services in scope by
464
+ * examining your assessment controls and their data sources, and then mapping this
465
+ * information to the relevant Amazon Web Services. </p>
466
+ * <p>If an underlying data source changes for your assessment, we automatically update the
467
+ * services scope as needed to reflect the correct Amazon Web Services. This
468
+ * ensures that your assessment collects accurate and comprehensive evidence about all of
469
+ * the relevant services in your AWS environment.</p>
470
+ * </note>
461
471
  * @public
462
472
  */
463
473
  export interface Scope {
@@ -468,8 +478,15 @@ export interface Scope {
468
478
  */
469
479
  awsAccounts?: AWSAccount[];
470
480
  /**
481
+ * @deprecated
482
+ *
471
483
  * <p> The Amazon Web Services services that are included in the scope of the assessment.
472
484
  * </p>
485
+ * <important>
486
+ * <p>This API parameter is no longer supported. If you use this parameter to specify one
487
+ * or more Amazon Web Services, Audit Manager ignores this input. Instead, the
488
+ * value for <code>awsServices</code> will show as empty.</p>
489
+ * </important>
473
490
  * @public
474
491
  */
475
492
  awsServices?: AWSService[];
@@ -1479,8 +1496,18 @@ export interface CreateAssessmentRequest {
1479
1496
  */
1480
1497
  assessmentReportsDestination: AssessmentReportsDestination | undefined;
1481
1498
  /**
1482
- * <p> The wrapper that contains the Amazon Web Services accounts and services that are in
1499
+ * <p> The wrapper that contains the Amazon Web Services accounts that are in
1483
1500
  * scope for the assessment. </p>
1501
+ * <note>
1502
+ * <p>You no longer need to specify which Amazon Web Services are in scope when you
1503
+ * create or update an assessment. Audit Manager infers the services in scope by
1504
+ * examining your assessment controls and their data sources, and then mapping this
1505
+ * information to the relevant Amazon Web Services. </p>
1506
+ * <p>If an underlying data source changes for your assessment, we automatically update the
1507
+ * services scope as needed to reflect the correct Amazon Web Services. This
1508
+ * ensures that your assessment collects accurate and comprehensive evidence about all of
1509
+ * the relevant services in your AWS environment.</p>
1510
+ * </note>
1484
1511
  * @public
1485
1512
  */
1486
1513
  scope: Scope | undefined;
@@ -1813,6 +1840,8 @@ export declare const SourceType: {
1813
1840
  readonly AWS_CLOUDTRAIL: "AWS_Cloudtrail";
1814
1841
  readonly AWS_CONFIG: "AWS_Config";
1815
1842
  readonly AWS_SECURITY_HUB: "AWS_Security_Hub";
1843
+ readonly COMMON_CONTROL: "Common_Control";
1844
+ readonly CORE_CONTROL: "Core_Control";
1816
1845
  readonly MANUAL: "MANUAL";
1817
1846
  };
1818
1847
  /**
@@ -1841,13 +1870,27 @@ export interface ControlMappingSource {
1841
1870
  */
1842
1871
  sourceDescription?: string;
1843
1872
  /**
1844
- * <p> The setup option for the data source. This option reflects if the evidence collection
1845
- * is automated or manual. </p>
1873
+ * <p>The setup option for the data source. This option reflects if the evidence collection
1874
+ * method is automated or manual. If you don’t provide a value for
1875
+ * <code>sourceSetUpOption</code>, Audit Manager automatically infers and populates
1876
+ * the correct value based on the <code>sourceType</code> that you specify.</p>
1846
1877
  * @public
1847
1878
  */
1848
1879
  sourceSetUpOption?: SourceSetUpOption;
1849
1880
  /**
1850
- * <p> Specifies one of the five data source types for evidence collection. </p>
1881
+ * <p> Specifies which type of data source is used to collect evidence. </p>
1882
+ * <ul>
1883
+ * <li>
1884
+ * <p>The source can be an individual data source type, such as
1885
+ * <code>AWS_Cloudtrail</code>, <code>AWS_Config</code>,
1886
+ * <code>AWS_Security_Hub</code>, <code>AWS_API_Call</code>, or <code>MANUAL</code>.
1887
+ * </p>
1888
+ * </li>
1889
+ * <li>
1890
+ * <p>The source can also be a managed grouping of data sources, such as a
1891
+ * <code>Core_Control</code> or a <code>Common_Control</code>.</p>
1892
+ * </li>
1893
+ * </ul>
1851
1894
  * @public
1852
1895
  */
1853
1896
  sourceType?: SourceType;
@@ -1897,11 +1940,24 @@ export interface ControlMappingSource {
1897
1940
  */
1898
1941
  troubleshootingText?: string;
1899
1942
  }
1943
+ /**
1944
+ * @public
1945
+ * @enum
1946
+ */
1947
+ export declare const ControlState: {
1948
+ readonly ACTIVE: "ACTIVE";
1949
+ readonly END_OF_SUPPORT: "END_OF_SUPPORT";
1950
+ };
1951
+ /**
1952
+ * @public
1953
+ */
1954
+ export type ControlState = (typeof ControlState)[keyof typeof ControlState];
1900
1955
  /**
1901
1956
  * @public
1902
1957
  * @enum
1903
1958
  */
1904
1959
  export declare const ControlType: {
1960
+ readonly CORE: "Core";
1905
1961
  readonly CUSTOM: "Custom";
1906
1962
  readonly STANDARD: "Standard";
1907
1963
  };
@@ -1991,6 +2047,14 @@ export interface Control {
1991
2047
  * @public
1992
2048
  */
1993
2049
  tags?: Record<string, string>;
2050
+ /**
2051
+ * <p>The state of the control. The <code>END_OF_SUPPORT</code> state is applicable to
2052
+ * standard controls only. This state indicates that the standard control can still be used to
2053
+ * collect evidence, but Audit Manager is no longer updating or maintaining that
2054
+ * control.</p>
2055
+ * @public
2056
+ */
2057
+ state?: ControlState;
1994
2058
  }
1995
2059
  /**
1996
2060
  * <p> A set of controls in Audit Manager. </p>
@@ -2148,7 +2212,7 @@ export interface CreateAssessmentReportResponse {
2148
2212
  assessmentReport?: AssessmentReport;
2149
2213
  }
2150
2214
  /**
2151
- * <p> The control mapping fields that represent the source for evidence collection, along
2215
+ * <p>The mapping attributes that determine the evidence source for a given control, along
2152
2216
  * with related parameters and metadata. This doesn't contain <code>mappingID</code>. </p>
2153
2217
  * @public
2154
2218
  */
@@ -2165,13 +2229,27 @@ export interface CreateControlMappingSource {
2165
2229
  */
2166
2230
  sourceDescription?: string;
2167
2231
  /**
2168
- * <p> The setup option for the data source, which reflects if the evidence collection is
2169
- * automated or manual. </p>
2232
+ * <p>The setup option for the data source. This option reflects if the evidence collection
2233
+ * method is automated or manual. If you don’t provide a value for
2234
+ * <code>sourceSetUpOption</code>, Audit Manager automatically infers and populates
2235
+ * the correct value based on the <code>sourceType</code> that you specify.</p>
2170
2236
  * @public
2171
2237
  */
2172
2238
  sourceSetUpOption?: SourceSetUpOption;
2173
2239
  /**
2174
- * <p> Specifies one of the five types of data sources for evidence collection. </p>
2240
+ * <p> Specifies which type of data source is used to collect evidence. </p>
2241
+ * <ul>
2242
+ * <li>
2243
+ * <p>The source can be an individual data source type, such as
2244
+ * <code>AWS_Cloudtrail</code>, <code>AWS_Config</code>,
2245
+ * <code>AWS_Security_Hub</code>, <code>AWS_API_Call</code>, or <code>MANUAL</code>.
2246
+ * </p>
2247
+ * </li>
2248
+ * <li>
2249
+ * <p>The source can also be a managed grouping of data sources, such as a
2250
+ * <code>Core_Control</code> or a <code>Common_Control</code>.</p>
2251
+ * </li>
2252
+ * </ul>
2175
2253
  * @public
2176
2254
  */
2177
2255
  sourceType?: SourceType;
@@ -3607,6 +3685,12 @@ export interface GetSettingsResponse {
3607
3685
  export interface ListAssessmentControlInsightsByControlDomainRequest {
3608
3686
  /**
3609
3687
  * <p>The unique identifier for the control domain. </p>
3688
+ * <p>Audit Manager supports the control domains that are provided by Amazon Web Services
3689
+ * Control Catalog. For information about how to find a list of available control domains, see
3690
+ * <a href="https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html">
3691
+ * <code>ListDomains</code>
3692
+ * </a> in the Amazon Web Services Control
3693
+ * Catalog API Reference.</p>
3610
3694
  * @public
3611
3695
  */
3612
3696
  controlDomainId: string | undefined;
@@ -3879,7 +3963,12 @@ export interface ControlDomainInsights {
3879
3963
  */
3880
3964
  name?: string;
3881
3965
  /**
3882
- * <p>The unique identifier for the control domain. </p>
3966
+ * <p>The unique identifier for the control domain. Audit Manager supports the control
3967
+ * domains that are provided by Amazon Web Services Control Catalog. For information about how
3968
+ * to find a list of available control domains, see <a href="https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html">
3969
+ * <code>ListDomains</code>
3970
+ * </a> in the Amazon Web Services Control Catalog API
3971
+ * Reference.</p>
3883
3972
  * @public
3884
3973
  */
3885
3974
  id?: string;
@@ -3964,6 +4053,12 @@ export interface ListControlDomainInsightsByAssessmentResponse {
3964
4053
  export interface ListControlInsightsByControlDomainRequest {
3965
4054
  /**
3966
4055
  * <p>The unique identifier for the control domain. </p>
4056
+ * <p>Audit Manager supports the control domains that are provided by Amazon Web Services
4057
+ * Control Catalog. For information about how to find a list of available control domains, see
4058
+ * <a href="https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html">
4059
+ * <code>ListDomains</code>
4060
+ * </a> in the Amazon Web Services Control
4061
+ * Catalog API Reference.</p>
3967
4062
  * @public
3968
4063
  */
3969
4064
  controlDomainId: string | undefined;
@@ -4029,20 +4124,44 @@ export interface ListControlInsightsByControlDomainResponse {
4029
4124
  */
4030
4125
  export interface ListControlsRequest {
4031
4126
  /**
4032
- * <p> The type of control, such as a standard control or a custom control. </p>
4127
+ * <p>A filter that narrows the list of controls to a specific type. </p>
4033
4128
  * @public
4034
4129
  */
4035
4130
  controlType: ControlType | undefined;
4036
4131
  /**
4037
- * <p> The pagination token that's used to fetch the next set of results. </p>
4132
+ * <p>The pagination token that's used to fetch the next set of results. </p>
4038
4133
  * @public
4039
4134
  */
4040
4135
  nextToken?: string;
4041
4136
  /**
4042
- * <p> Represents the maximum number of results on a page or for an API request call. </p>
4137
+ * <p>The maximum number of results on a page or for an API request call. </p>
4043
4138
  * @public
4044
4139
  */
4045
4140
  maxResults?: number;
4141
+ /**
4142
+ * <p>A filter that narrows the list of controls to a specific resource from the Amazon Web Services
4143
+ * Control Catalog. </p>
4144
+ * <p>To use this parameter, specify the ARN of the Control Catalog resource. You can specify either
4145
+ * a control domain, a control objective, or a common control. For information about how to find the ARNs
4146
+ * for these resources, see <a href="https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html">
4147
+ * <code>ListDomains</code>
4148
+ * </a>, <a href="https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListObjectives.html">
4149
+ * <code>ListObjectives</code>
4150
+ * </a>, and <a href="https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListCommonControls.html">
4151
+ * <code>ListCommonControls</code>
4152
+ * </a>.</p>
4153
+ * <note>
4154
+ * <p>You can only filter by one Control Catalog resource at a time.
4155
+ * Specifying multiple resource ARNs isn’t currently supported. If you want to filter by more
4156
+ * than one ARN, we recommend that you run the <code>ListControls</code> operation separately
4157
+ * for each ARN. </p>
4158
+ * </note>
4159
+ * <p>Alternatively, specify <code>UNCATEGORIZED</code> to list controls that aren't
4160
+ * mapped to a Control Catalog resource. For example, this operation might return a list of
4161
+ * custom controls that don't belong to any control domain or control objective.</p>
4162
+ * @public
4163
+ */
4164
+ controlCatalogId?: string;
4046
4165
  }
4047
4166
  /**
4048
4167
  * <p> The metadata that's associated with the standard control or custom control. </p>
@@ -4092,20 +4211,35 @@ export interface ListControlsResponse {
4092
4211
  */
4093
4212
  controlMetadataList?: ControlMetadata[];
4094
4213
  /**
4095
- * <p> The pagination token that's used to fetch the next set of results. </p>
4214
+ * <p>The pagination token that's used to fetch the next set of results. </p>
4096
4215
  * @public
4097
4216
  */
4098
4217
  nextToken?: string;
4099
4218
  }
4219
+ /**
4220
+ * @public
4221
+ * @enum
4222
+ */
4223
+ export declare const DataSourceType: {
4224
+ readonly AWS_API_CALL: "AWS_API_Call";
4225
+ readonly AWS_CLOUDTRAIL: "AWS_Cloudtrail";
4226
+ readonly AWS_CONFIG: "AWS_Config";
4227
+ readonly AWS_SECURITY_HUB: "AWS_Security_Hub";
4228
+ readonly MANUAL: "MANUAL";
4229
+ };
4230
+ /**
4231
+ * @public
4232
+ */
4233
+ export type DataSourceType = (typeof DataSourceType)[keyof typeof DataSourceType];
4100
4234
  /**
4101
4235
  * @public
4102
4236
  */
4103
4237
  export interface ListKeywordsForDataSourceRequest {
4104
4238
  /**
4105
- * <p> The control mapping data source that the keywords apply to. </p>
4239
+ * <p>The control mapping data source that the keywords apply to. </p>
4106
4240
  * @public
4107
4241
  */
4108
- source: SourceType | undefined;
4242
+ source: DataSourceType | undefined;
4109
4243
  /**
4110
4244
  * <p> The pagination token that's used to fetch the next set of results. </p>
4111
4245
  * @public
@@ -4122,7 +4256,7 @@ export interface ListKeywordsForDataSourceRequest {
4122
4256
  */
4123
4257
  export interface ListKeywordsForDataSourceResponse {
4124
4258
  /**
4125
- * <p> The list of keywords for the event mapping source. </p>
4259
+ * <p>The list of keywords for the control mapping source.</p>
4126
4260
  * @public
4127
4261
  */
4128
4262
  keywords?: string[];
@@ -9,7 +9,8 @@ import {
9
9
  AssociateAssessmentReportEvidenceFolderRequest,
10
10
  AssociateAssessmentReportEvidenceFolderResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateAssessmentReportEvidenceFolderCommandInput
14
15
  extends AssociateAssessmentReportEvidenceFolderRequest {}
15
16
  export interface AssociateAssessmentReportEvidenceFolderCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  BatchAssociateAssessmentReportEvidenceRequest,
10
10
  BatchAssociateAssessmentReportEvidenceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchAssociateAssessmentReportEvidenceCommandInput
14
15
  extends BatchAssociateAssessmentReportEvidenceRequest {}
15
16
  export interface BatchAssociateAssessmentReportEvidenceCommandOutput