@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 { AssociateAssessmentReportEvidenceFolderRequest, AssociateAssessmentRepo
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 { BatchAssociateAssessmentReportEvidenceRequest, BatchAssociateAssessment
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 { BatchCreateDelegationByAssessmentRequest, BatchCreateDelegationByAssess
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 { BatchDeleteDelegationByAssessmentRequest, BatchDeleteDelegationByAssess
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 { BatchDisassociateAssessmentReportEvidenceRequest, BatchDisassociateAsse
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 { BatchImportEvidenceToAssessmentControlRequest, BatchImportEvidenceToAss
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 { CreateAssessmentRequest, CreateAssessmentResponse } 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
  *
@@ -215,6 +216,9 @@ declare const CreateAssessmentCommand_base: {
215
216
  * the Service Quotas console. For a list of Audit Manager service quotas, see <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html">Quotas and
216
217
  * restrictions for Audit Manager</a>.</p>
217
218
  *
219
+ * @throws {@link ThrottlingException} (client fault)
220
+ * <p>The request was denied due to request throttling.</p>
221
+ *
218
222
  * @throws {@link ValidationException} (client fault)
219
223
  * <p> The request has invalid or missing parameters. </p>
220
224
  *
@@ -5,7 +5,8 @@ import { CreateAssessmentFrameworkRequest, CreateAssessmentFrameworkResponse } 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
  *
@@ -71,7 +72,7 @@ declare const CreateAssessmentFrameworkCommand_base: {
71
72
  * // { // Control
72
73
  * // arn: "STRING_VALUE",
73
74
  * // id: "STRING_VALUE",
74
- * // type: "Standard" || "Custom",
75
+ * // type: "Standard" || "Custom" || "Core",
75
76
  * // name: "STRING_VALUE",
76
77
  * // description: "STRING_VALUE",
77
78
  * // testingInformation: "STRING_VALUE",
@@ -84,7 +85,7 @@ declare const CreateAssessmentFrameworkCommand_base: {
84
85
  * // sourceName: "STRING_VALUE",
85
86
  * // sourceDescription: "STRING_VALUE",
86
87
  * // sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
87
- * // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
88
+ * // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL" || "Common_Control" || "Core_Control",
88
89
  * // sourceKeyword: { // SourceKeyword
89
90
  * // keywordInputType: "SELECT_FROM_LIST" || "UPLOAD_FILE" || "INPUT_TEXT",
90
91
  * // keywordValue: "STRING_VALUE",
@@ -100,6 +101,7 @@ declare const CreateAssessmentFrameworkCommand_base: {
100
101
  * // tags: { // TagMap
101
102
  * // "<keys>": "STRING_VALUE",
102
103
  * // },
104
+ * // state: "ACTIVE" || "END_OF_SUPPORT",
103
105
  * // },
104
106
  * // ],
105
107
  * // },
@@ -5,7 +5,8 @@ import { CreateAssessmentReportRequest, CreateAssessmentReportResponse } 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 { CreateControlRequest, CreateControlResponse } 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
  *
@@ -44,7 +45,7 @@ declare const CreateControlCommand_base: {
44
45
  * sourceName: "STRING_VALUE",
45
46
  * sourceDescription: "STRING_VALUE",
46
47
  * sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
47
- * sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
48
+ * sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL" || "Common_Control" || "Core_Control",
48
49
  * sourceKeyword: { // SourceKeyword
49
50
  * keywordInputType: "SELECT_FROM_LIST" || "UPLOAD_FILE" || "INPUT_TEXT",
50
51
  * keywordValue: "STRING_VALUE",
@@ -63,7 +64,7 @@ declare const CreateControlCommand_base: {
63
64
  * // control: { // Control
64
65
  * // arn: "STRING_VALUE",
65
66
  * // id: "STRING_VALUE",
66
- * // type: "Standard" || "Custom",
67
+ * // type: "Standard" || "Custom" || "Core",
67
68
  * // name: "STRING_VALUE",
68
69
  * // description: "STRING_VALUE",
69
70
  * // testingInformation: "STRING_VALUE",
@@ -76,7 +77,7 @@ declare const CreateControlCommand_base: {
76
77
  * // sourceName: "STRING_VALUE",
77
78
  * // sourceDescription: "STRING_VALUE",
78
79
  * // sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
79
- * // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
80
+ * // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL" || "Common_Control" || "Core_Control",
80
81
  * // sourceKeyword: { // SourceKeyword
81
82
  * // keywordInputType: "SELECT_FROM_LIST" || "UPLOAD_FILE" || "INPUT_TEXT",
82
83
  * // keywordValue: "STRING_VALUE",
@@ -92,6 +93,7 @@ declare const CreateControlCommand_base: {
92
93
  * // tags: { // TagMap
93
94
  * // "<keys>": "STRING_VALUE",
94
95
  * // },
96
+ * // state: "ACTIVE" || "END_OF_SUPPORT",
95
97
  * // },
96
98
  * // };
97
99
  *
@@ -5,7 +5,8 @@ import { DeleteAssessmentRequest, DeleteAssessmentResponse } 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
  *
@@ -5,7 +5,8 @@ import { DeleteAssessmentFrameworkRequest, DeleteAssessmentFrameworkResponse } 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
  *
@@ -5,7 +5,8 @@ import { DeleteAssessmentFrameworkShareRequest, DeleteAssessmentFrameworkShareRe
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 { DeleteAssessmentReportRequest, DeleteAssessmentReportResponse } 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 { DeleteControlRequest, DeleteControlResponse } 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 { DeregisterAccountRequest, DeregisterAccountResponse } 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 { DeregisterOrganizationAdminAccountRequest, DeregisterOrganizationAdminA
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 { DisassociateAssessmentReportEvidenceFolderRequest, DisassociateAssessme
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 { GetAccountStatusRequest, GetAccountStatusResponse } 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
  *
@@ -5,7 +5,8 @@ import { GetAssessmentRequest, GetAssessmentResponse } 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 { GetAssessmentFrameworkRequest, GetAssessmentFrameworkResponse } 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
  *
@@ -56,7 +57,7 @@ declare const GetAssessmentFrameworkCommand_base: {
56
57
  * // { // Control
57
58
  * // arn: "STRING_VALUE",
58
59
  * // id: "STRING_VALUE",
59
- * // type: "Standard" || "Custom",
60
+ * // type: "Standard" || "Custom" || "Core",
60
61
  * // name: "STRING_VALUE",
61
62
  * // description: "STRING_VALUE",
62
63
  * // testingInformation: "STRING_VALUE",
@@ -69,7 +70,7 @@ declare const GetAssessmentFrameworkCommand_base: {
69
70
  * // sourceName: "STRING_VALUE",
70
71
  * // sourceDescription: "STRING_VALUE",
71
72
  * // sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
72
- * // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
73
+ * // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL" || "Common_Control" || "Core_Control",
73
74
  * // sourceKeyword: { // SourceKeyword
74
75
  * // keywordInputType: "SELECT_FROM_LIST" || "UPLOAD_FILE" || "INPUT_TEXT",
75
76
  * // keywordValue: "STRING_VALUE",
@@ -85,6 +86,7 @@ declare const GetAssessmentFrameworkCommand_base: {
85
86
  * // tags: { // TagMap
86
87
  * // "<keys>": "STRING_VALUE",
87
88
  * // },
89
+ * // state: "ACTIVE" || "END_OF_SUPPORT",
88
90
  * // },
89
91
  * // ],
90
92
  * // },
@@ -5,7 +5,8 @@ import { GetAssessmentReportUrlRequest, GetAssessmentReportUrlResponse } 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 { GetChangeLogsRequest, GetChangeLogsResponse } 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 { GetControlRequest, GetControlResponse } 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
  *
@@ -42,7 +43,7 @@ declare const GetControlCommand_base: {
42
43
  * // control: { // Control
43
44
  * // arn: "STRING_VALUE",
44
45
  * // id: "STRING_VALUE",
45
- * // type: "Standard" || "Custom",
46
+ * // type: "Standard" || "Custom" || "Core",
46
47
  * // name: "STRING_VALUE",
47
48
  * // description: "STRING_VALUE",
48
49
  * // testingInformation: "STRING_VALUE",
@@ -55,7 +56,7 @@ declare const GetControlCommand_base: {
55
56
  * // sourceName: "STRING_VALUE",
56
57
  * // sourceDescription: "STRING_VALUE",
57
58
  * // sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
58
- * // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
59
+ * // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL" || "Common_Control" || "Core_Control",
59
60
  * // sourceKeyword: { // SourceKeyword
60
61
  * // keywordInputType: "SELECT_FROM_LIST" || "UPLOAD_FILE" || "INPUT_TEXT",
61
62
  * // keywordValue: "STRING_VALUE",
@@ -71,6 +72,7 @@ declare const GetControlCommand_base: {
71
72
  * // tags: { // TagMap
72
73
  * // "<keys>": "STRING_VALUE",
73
74
  * // },
75
+ * // state: "ACTIVE" || "END_OF_SUPPORT",
74
76
  * // },
75
77
  * // };
76
78
  *
@@ -5,7 +5,8 @@ import { GetDelegationsRequest, GetDelegationsResponse } 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 { GetEvidenceByEvidenceFolderRequest, GetEvidenceByEvidenceFolderResponse
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 { GetEvidenceRequest, GetEvidenceResponse } 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 { GetEvidenceFileUploadUrlRequest, GetEvidenceFileUploadUrlResponse } fro
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 { GetEvidenceFolderRequest, GetEvidenceFolderResponse } 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 { GetEvidenceFoldersByAssessmentRequest, GetEvidenceFoldersByAssessmentRe
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 { GetEvidenceFoldersByAssessmentControlRequest, GetEvidenceFoldersByAsses
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 { GetInsightsByAssessmentRequest, GetInsightsByAssessmentResponse } 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 { GetInsightsRequest, GetInsightsResponse } 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 { GetOrganizationAdminAccountRequest, GetOrganizationAdminAccountResponse
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 { GetServicesInScopeRequest, GetServicesInScopeResponse } from "../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
  *
@@ -26,9 +27,18 @@ declare const GetServicesInScopeCommand_base: {
26
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
28
  };
28
29
  /**
29
- * <p>Gets a list of all of the Amazon Web Services that you can choose to include in
30
- * your assessment. When you <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_CreateAssessment.html">create an assessment</a>, specify which of these services you want to include to
31
- * narrow the assessment's <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_Scope.html">scope</a>.</p>
30
+ * <p>Gets a list of the Amazon Web Services from which Audit Manager can collect
31
+ * evidence. </p>
32
+ * <p>Audit Manager defines which Amazon Web Services are in scope for an
33
+ * assessment. Audit Manager infers this scope by examining the assessment’s controls and
34
+ * their data sources, and then mapping this information to one or more of the corresponding
35
+ * Amazon Web Services that are in this list.</p>
36
+ * <note>
37
+ * <p>For information about why it's no longer possible to specify services in scope manually, see
38
+ * <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/evidence-collection-issues.html#unable-to-edit-services">I can't edit the services in scope for my assessment</a> in
39
+ * the <i>Troubleshooting</i> section of the Audit Manager user
40
+ * guide.</p>
41
+ * </note>
32
42
  * @example
33
43
  * Use a bare-bones client and the command you need to make an API call.
34
44
  * ```javascript
@@ -5,7 +5,8 @@ import { GetSettingsRequest, GetSettingsResponse } 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 { ListAssessmentControlInsightsByControlDomainRequest, ListAssessmentCont
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 { ListAssessmentFrameworkShareRequestsRequest, ListAssessmentFrameworkSha
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 { ListAssessmentFrameworksRequest, ListAssessmentFrameworksResponse } fro
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 { ListAssessmentReportsRequest, ListAssessmentReportsResponse } 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 { ListAssessmentsRequest, ListAssessmentsResponse } 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 { ListControlDomainInsightsByAssessmentRequest, ListControlDomainInsights
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
  *
@@ -27,6 +28,12 @@ declare const ListControlDomainInsightsByAssessmentCommand_base: {
27
28
  };
28
29
  /**
29
30
  * <p>Lists analytics data for control domains within a specified active assessment.</p>
31
+ * <p>Audit Manager supports the control domains that are provided by Amazon Web Services
32
+ * Control Catalog. For information about how to find a list of available control domains, see
33
+ * <a href="https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html">
34
+ * <code>ListDomains</code>
35
+ * </a> in the Amazon Web Services Control
36
+ * Catalog API Reference.</p>
30
37
  * <note>
31
38
  * <p>A control domain is listed only if at least one of the controls within that domain
32
39
  * collected evidence on the <code>lastUpdated</code> date of
@@ -5,7 +5,8 @@ import { ListControlDomainInsightsRequest, ListControlDomainInsightsResponse } 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
  *
@@ -28,6 +29,12 @@ declare const ListControlDomainInsightsCommand_base: {
28
29
  /**
29
30
  * <p>Lists the latest analytics data for control domains across all of your active
30
31
  * assessments. </p>
32
+ * <p>Audit Manager supports the control domains that are provided by Amazon Web Services
33
+ * Control Catalog. For information about how to find a list of available control domains, see
34
+ * <a href="https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html">
35
+ * <code>ListDomains</code>
36
+ * </a> in the Amazon Web Services Control
37
+ * Catalog API Reference.</p>
31
38
  * <note>
32
39
  * <p>A control domain is listed only if at least one of the controls within that domain
33
40
  * collected evidence on the <code>lastUpdated</code> date of