cdk-docker-image-deployment 0.0.126 → 0.0.127

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.
@@ -12,11 +12,11 @@ declare class AuditManager extends Service {
12
12
  constructor(options?: AuditManager.Types.ClientConfiguration)
13
13
  config: Config & AuditManager.Types.ClientConfiguration;
14
14
  /**
15
- * Associates an evidence folder to an assessment report in a Audit Manager assessment.
15
+ * Associates an evidence folder to an assessment report in an Audit Manager assessment.
16
16
  */
17
17
  associateAssessmentReportEvidenceFolder(params: AuditManager.Types.AssociateAssessmentReportEvidenceFolderRequest, callback?: (err: AWSError, data: AuditManager.Types.AssociateAssessmentReportEvidenceFolderResponse) => void): Request<AuditManager.Types.AssociateAssessmentReportEvidenceFolderResponse, AWSError>;
18
18
  /**
19
- * Associates an evidence folder to an assessment report in a Audit Manager assessment.
19
+ * Associates an evidence folder to an assessment report in an Audit Manager assessment.
20
20
  */
21
21
  associateAssessmentReportEvidenceFolder(callback?: (err: AWSError, data: AuditManager.Types.AssociateAssessmentReportEvidenceFolderResponse) => void): Request<AuditManager.Types.AssociateAssessmentReportEvidenceFolderResponse, AWSError>;
22
22
  /**
@@ -132,19 +132,19 @@ declare class AuditManager extends Service {
132
132
  */
133
133
  deleteControl(callback?: (err: AWSError, data: AuditManager.Types.DeleteControlResponse) => void): Request<AuditManager.Types.DeleteControlResponse, AWSError>;
134
134
  /**
135
- * Deregisters an account in Audit Manager. When you deregister your account from Audit Manager, your data isn’t deleted. If you want to delete your resource data, you must perform that task separately before you deregister your account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager. To delete your Audit Manager resource data, see the following instructions: DeleteAssessment (see also: Deleting an assessment in the Audit Manager User Guide) DeleteAssessmentFramework (see also: Deleting a custom framework in the Audit Manager User Guide) DeleteAssessmentFrameworkShare (see also: Deleting a share request in the Audit Manager User Guide) DeleteAssessmentReport (see also: Deleting an assessment report in the Audit Manager User Guide) DeleteControl (see also: Deleting a custom control in the Audit Manager User Guide) At this time, Audit Manager doesn't provide an option to delete evidence. All available delete operations are listed above.
135
+ * Deregisters an account in Audit Manager. Before you deregister, you can use the UpdateSettings API operation to set your preferred data retention policy. By default, Audit Manager retains your data. If you want to delete your data, you can use the DeregistrationPolicy attribute to request the deletion of your data. For more information about data retention, see Data Protection in the Audit Manager User Guide.
136
136
  */
137
137
  deregisterAccount(params: AuditManager.Types.DeregisterAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.DeregisterAccountResponse) => void): Request<AuditManager.Types.DeregisterAccountResponse, AWSError>;
138
138
  /**
139
- * Deregisters an account in Audit Manager. When you deregister your account from Audit Manager, your data isn’t deleted. If you want to delete your resource data, you must perform that task separately before you deregister your account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager. To delete your Audit Manager resource data, see the following instructions: DeleteAssessment (see also: Deleting an assessment in the Audit Manager User Guide) DeleteAssessmentFramework (see also: Deleting a custom framework in the Audit Manager User Guide) DeleteAssessmentFrameworkShare (see also: Deleting a share request in the Audit Manager User Guide) DeleteAssessmentReport (see also: Deleting an assessment report in the Audit Manager User Guide) DeleteControl (see also: Deleting a custom control in the Audit Manager User Guide) At this time, Audit Manager doesn't provide an option to delete evidence. All available delete operations are listed above.
139
+ * Deregisters an account in Audit Manager. Before you deregister, you can use the UpdateSettings API operation to set your preferred data retention policy. By default, Audit Manager retains your data. If you want to delete your data, you can use the DeregistrationPolicy attribute to request the deletion of your data. For more information about data retention, see Data Protection in the Audit Manager User Guide.
140
140
  */
141
141
  deregisterAccount(callback?: (err: AWSError, data: AuditManager.Types.DeregisterAccountResponse) => void): Request<AuditManager.Types.DeregisterAccountResponse, AWSError>;
142
142
  /**
143
- * Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Organizations. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward. Keep in mind the following cleanup task if you use evidence finder: Before you use your management account to remove a delegated administrator, make sure that the current delegated administrator account signs in to Audit Manager and disables evidence finder first. Disabling evidence finder automatically deletes the event data store that was created in their account when they enabled evidence finder. If this task isn’t completed, the event data store remains in their account. In this case, we recommend that the original delegated administrator goes to CloudTrail Lake and manually deletes the event data store. This cleanup task is necessary to ensure that you don't end up with multiple event data stores. Audit Manager will ignore an unused event data store after you remove or change a delegated administrator account. However, the unused event data store continues to incur storage costs from CloudTrail Lake if you don't delete it. When you deregister a delegated administrator account for Audit Manager, the data for that account isn’t deleted. If you want to delete resource data for a delegated administrator account, you must perform that task separately before you deregister the account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager. To delete your Audit Manager resource data, see the following instructions: DeleteAssessment (see also: Deleting an assessment in the Audit Manager User Guide) DeleteAssessmentFramework (see also: Deleting a custom framework in the Audit Manager User Guide) DeleteAssessmentFrameworkShare (see also: Deleting a share request in the Audit Manager User Guide) DeleteAssessmentReport (see also: Deleting an assessment report in the Audit Manager User Guide) DeleteControl (see also: Deleting a custom control in the Audit Manager User Guide) At this time, Audit Manager doesn't provide an option to delete evidence. All available delete operations are listed above.
143
+ * Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Organizations. However, Audit Manager stops collecting and attaching evidence to that delegated administrator account moving forward. Keep in mind the following cleanup task if you use evidence finder: Before you use your management account to remove a delegated administrator, make sure that the current delegated administrator account signs in to Audit Manager and disables evidence finder first. Disabling evidence finder automatically deletes the event data store that was created in their account when they enabled evidence finder. If this task isn’t completed, the event data store remains in their account. In this case, we recommend that the original delegated administrator goes to CloudTrail Lake and manually deletes the event data store. This cleanup task is necessary to ensure that you don't end up with multiple event data stores. Audit Manager ignores an unused event data store after you remove or change a delegated administrator account. However, the unused event data store continues to incur storage costs from CloudTrail Lake if you don't delete it. When you deregister a delegated administrator account for Audit Manager, the data for that account isn’t deleted. If you want to delete resource data for a delegated administrator account, you must perform that task separately before you deregister the account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager. To delete your Audit Manager resource data, see the following instructions: DeleteAssessment (see also: Deleting an assessment in the Audit Manager User Guide) DeleteAssessmentFramework (see also: Deleting a custom framework in the Audit Manager User Guide) DeleteAssessmentFrameworkShare (see also: Deleting a share request in the Audit Manager User Guide) DeleteAssessmentReport (see also: Deleting an assessment report in the Audit Manager User Guide) DeleteControl (see also: Deleting a custom control in the Audit Manager User Guide) At this time, Audit Manager doesn't provide an option to delete evidence for a specific delegated administrator. Instead, when your management account deregisters Audit Manager, we perform a cleanup for the current delegated administrator account at the time of deregistration.
144
144
  */
145
145
  deregisterOrganizationAdminAccount(params: AuditManager.Types.DeregisterOrganizationAdminAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.DeregisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.DeregisterOrganizationAdminAccountResponse, AWSError>;
146
146
  /**
147
- * Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Organizations. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward. Keep in mind the following cleanup task if you use evidence finder: Before you use your management account to remove a delegated administrator, make sure that the current delegated administrator account signs in to Audit Manager and disables evidence finder first. Disabling evidence finder automatically deletes the event data store that was created in their account when they enabled evidence finder. If this task isn’t completed, the event data store remains in their account. In this case, we recommend that the original delegated administrator goes to CloudTrail Lake and manually deletes the event data store. This cleanup task is necessary to ensure that you don't end up with multiple event data stores. Audit Manager will ignore an unused event data store after you remove or change a delegated administrator account. However, the unused event data store continues to incur storage costs from CloudTrail Lake if you don't delete it. When you deregister a delegated administrator account for Audit Manager, the data for that account isn’t deleted. If you want to delete resource data for a delegated administrator account, you must perform that task separately before you deregister the account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager. To delete your Audit Manager resource data, see the following instructions: DeleteAssessment (see also: Deleting an assessment in the Audit Manager User Guide) DeleteAssessmentFramework (see also: Deleting a custom framework in the Audit Manager User Guide) DeleteAssessmentFrameworkShare (see also: Deleting a share request in the Audit Manager User Guide) DeleteAssessmentReport (see also: Deleting an assessment report in the Audit Manager User Guide) DeleteControl (see also: Deleting a custom control in the Audit Manager User Guide) At this time, Audit Manager doesn't provide an option to delete evidence. All available delete operations are listed above.
147
+ * Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Organizations. However, Audit Manager stops collecting and attaching evidence to that delegated administrator account moving forward. Keep in mind the following cleanup task if you use evidence finder: Before you use your management account to remove a delegated administrator, make sure that the current delegated administrator account signs in to Audit Manager and disables evidence finder first. Disabling evidence finder automatically deletes the event data store that was created in their account when they enabled evidence finder. If this task isn’t completed, the event data store remains in their account. In this case, we recommend that the original delegated administrator goes to CloudTrail Lake and manually deletes the event data store. This cleanup task is necessary to ensure that you don't end up with multiple event data stores. Audit Manager ignores an unused event data store after you remove or change a delegated administrator account. However, the unused event data store continues to incur storage costs from CloudTrail Lake if you don't delete it. When you deregister a delegated administrator account for Audit Manager, the data for that account isn’t deleted. If you want to delete resource data for a delegated administrator account, you must perform that task separately before you deregister the account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager. To delete your Audit Manager resource data, see the following instructions: DeleteAssessment (see also: Deleting an assessment in the Audit Manager User Guide) DeleteAssessmentFramework (see also: Deleting a custom framework in the Audit Manager User Guide) DeleteAssessmentFrameworkShare (see also: Deleting a share request in the Audit Manager User Guide) DeleteAssessmentReport (see also: Deleting an assessment report in the Audit Manager User Guide) DeleteControl (see also: Deleting a custom control in the Audit Manager User Guide) At this time, Audit Manager doesn't provide an option to delete evidence for a specific delegated administrator. Instead, when your management account deregisters Audit Manager, we perform a cleanup for the current delegated administrator account at the time of deregistration.
148
148
  */
149
149
  deregisterOrganizationAdminAccount(callback?: (err: AWSError, data: AuditManager.Types.DeregisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.DeregisterOrganizationAdminAccountResponse, AWSError>;
150
150
  /**
@@ -244,11 +244,11 @@ declare class AuditManager extends Service {
244
244
  */
245
245
  getEvidenceFoldersByAssessment(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentResponse, AWSError>;
246
246
  /**
247
- * Returns a list of evidence folders that are associated with a specified control of an assessment in Audit Manager.
247
+ * Returns a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
248
248
  */
249
249
  getEvidenceFoldersByAssessmentControl(params: AuditManager.Types.GetEvidenceFoldersByAssessmentControlRequest, callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse, AWSError>;
250
250
  /**
251
- * Returns a list of evidence folders that are associated with a specified control of an assessment in Audit Manager.
251
+ * Returns a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
252
252
  */
253
253
  getEvidenceFoldersByAssessmentControl(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse, AWSError>;
254
254
  /**
@@ -582,7 +582,7 @@ declare namespace AuditManager {
582
582
  */
583
583
  evidenceSources?: EvidenceSources;
584
584
  /**
585
- * The amount of evidence that's generated for the control.
585
+ * The amount of evidence that's collected for the control.
586
586
  */
587
587
  evidenceCount?: Integer;
588
588
  /**
@@ -600,7 +600,7 @@ declare namespace AuditManager {
600
600
  */
601
601
  description?: NonEmptyString;
602
602
  /**
603
- * Specifies the current status of the control set.
603
+ * The current status of the control set.
604
604
  */
605
605
  status?: ControlSetStatus;
606
606
  /**
@@ -757,11 +757,11 @@ declare namespace AuditManager {
757
757
  */
758
758
  controlSetsCount?: ControlSetsCount;
759
759
  /**
760
- * Specifies when the framework was created.
760
+ * The time when the framework was created.
761
761
  */
762
762
  createdAt?: Timestamp;
763
763
  /**
764
- * Specifies when the framework was most recently updated.
764
+ * The time when the framework was most recently updated.
765
765
  */
766
766
  lastUpdatedAt?: Timestamp;
767
767
  }
@@ -1246,11 +1246,11 @@ declare namespace AuditManager {
1246
1246
  */
1247
1247
  controlMappingSources?: ControlMappingSources;
1248
1248
  /**
1249
- * Specifies when the control was created.
1249
+ * The time when the control was created.
1250
1250
  */
1251
1251
  createdAt?: Timestamp;
1252
1252
  /**
1253
- * Specifies when the control was most recently updated.
1253
+ * The time when the control was most recently updated.
1254
1254
  */
1255
1255
  lastUpdatedAt?: Timestamp;
1256
1256
  /**
@@ -1370,7 +1370,7 @@ declare namespace AuditManager {
1370
1370
  */
1371
1371
  sourceSetUpOption?: SourceSetUpOption;
1372
1372
  /**
1373
- * Specifies one of the five types of data sources for evidence collection.
1373
+ * Specifies one of the five data source types for evidence collection.
1374
1374
  */
1375
1375
  sourceType?: SourceType;
1376
1376
  sourceKeyword?: SourceKeyword;
@@ -1402,11 +1402,11 @@ declare namespace AuditManager {
1402
1402
  */
1403
1403
  controlSources?: ControlSources;
1404
1404
  /**
1405
- * Specifies when the control was created.
1405
+ * The time when the control was created.
1406
1406
  */
1407
1407
  createdAt?: Timestamp;
1408
1408
  /**
1409
- * Specifies when the control was most recently updated.
1409
+ * The time when the control was most recently updated.
1410
1410
  */
1411
1411
  lastUpdatedAt?: Timestamp;
1412
1412
  }
@@ -1497,7 +1497,7 @@ declare namespace AuditManager {
1497
1497
  */
1498
1498
  assessmentId: UUID;
1499
1499
  /**
1500
- * A SQL statement that represents an evidence finder query. Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API. To use this parameter, the enablementStatus of evidence finder must be ENABLED. For examples and help resolving queryStatement validation exceptions, see Troubleshooting evidence finder issues in the AWS Audit Manager User Guide.
1500
+ * A SQL statement that represents an evidence finder query. Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API. To use this parameter, the enablementStatus of evidence finder must be ENABLED. For examples and help resolving queryStatement validation exceptions, see Troubleshooting evidence finder issues in the Audit Manager User Guide.
1501
1501
  */
1502
1502
  queryStatement?: QueryStatement;
1503
1503
  }
@@ -1750,6 +1750,7 @@ declare namespace AuditManager {
1750
1750
  }
1751
1751
  export interface DeleteControlResponse {
1752
1752
  }
1753
+ export type DeleteResources = "ALL"|"DEFAULT"|string;
1753
1754
  export interface DeregisterAccountRequest {
1754
1755
  }
1755
1756
  export interface DeregisterAccountResponse {
@@ -1766,6 +1767,12 @@ declare namespace AuditManager {
1766
1767
  }
1767
1768
  export interface DeregisterOrganizationAdminAccountResponse {
1768
1769
  }
1770
+ export interface DeregistrationPolicy {
1771
+ /**
1772
+ * Specifies which Audit Manager data will be deleted when you deregister Audit Manager. If you set the value to ALL, all of your data is deleted within seven days of deregistration. If you set the value to DEFAULT, none of your data is deleted at the time of deregistration. However, keep in mind that the Audit Manager data retention policy still applies. As a result, any evidence data will be deleted two years after its creation date. Your other Audit Manager resources will continue to exist indefinitely.
1773
+ */
1774
+ deleteResources?: DeleteResources;
1775
+ }
1769
1776
  export interface DisassociateAssessmentReportEvidenceFolderRequest {
1770
1777
  /**
1771
1778
  * The unique identifier for the assessment.
@@ -1854,11 +1861,11 @@ declare namespace AuditManager {
1854
1861
  */
1855
1862
  eventDataStoreArn?: CloudTrailArn;
1856
1863
  /**
1857
- * The current status of the evidence finder feature and the related event data store. ENABLE_IN_PROGRESS means that you requested to enable evidence finder. An event data store is currently being created to support evidence finder queries. ENABLED means that an event data store was successfully created and evidence finder is enabled. We recommend that you wait 24 hours until the event data store is backfilled with your past evidence data. You can use evidence finder in the meantime, but not all data might be available until the backfill is complete. DISABLE_IN_PROGRESS means that you requested to disable evidence finder, and your request is pending the deletion of the event data store. DISABLED means that you have permanently disabled evidence finder and the event data store has been deleted. You can't re-enable evidence finder after this point.
1864
+ * The current status of the evidence finder feature and the related event data store. ENABLE_IN_PROGRESS means that you requested to enable evidence finder. An event data store is currently being created to support evidence finder queries. ENABLED means that an event data store was successfully created and evidence finder is enabled. We recommend that you wait 7 days until the event data store is backfilled with your past two years’ worth of evidence data. You can use evidence finder in the meantime, but not all data might be available until the backfill is complete. DISABLE_IN_PROGRESS means that you requested to disable evidence finder, and your request is pending the deletion of the event data store. DISABLED means that you have permanently disabled evidence finder and the event data store has been deleted. You can't re-enable evidence finder after this point.
1858
1865
  */
1859
1866
  enablementStatus?: EvidenceFinderEnablementStatus;
1860
1867
  /**
1861
- * The current status of the evidence data backfill process. The backfill starts after you enable evidence finder. During this task, Audit Manager populates an event data store with your past evidence data so that your evidence can be queried. NOT_STARTED means that the backfill hasn’t started yet. IN_PROGRESS means that the backfill is in progress. This can take up to 24 hours to complete, depending on the amount of evidence data. COMPLETED means that the backfill is complete. All of your past evidence is now queryable.
1868
+ * The current status of the evidence data backfill process. The backfill starts after you enable evidence finder. During this task, Audit Manager populates an event data store with your past two years’ worth of evidence data so that your evidence can be queried. NOT_STARTED means that the backfill hasn’t started yet. IN_PROGRESS means that the backfill is in progress. This can take up to 7 days to complete, depending on the amount of evidence data. COMPLETED means that the backfill is complete. All of your past evidence is now queryable.
1862
1869
  */
1863
1870
  backfillStatus?: EvidenceFinderBackfillStatus;
1864
1871
  /**
@@ -1923,11 +1930,11 @@ declare namespace AuditManager {
1923
1930
  */
1924
1931
  controlSets?: ControlSets;
1925
1932
  /**
1926
- * Specifies when the framework was created.
1933
+ * The time when the framework was created.
1927
1934
  */
1928
1935
  createdAt?: Timestamp;
1929
1936
  /**
1930
- * Specifies when the framework was most recently updated.
1937
+ * The time when the framework was most recently updated.
1931
1938
  */
1932
1939
  lastUpdatedAt?: Timestamp;
1933
1940
  /**
@@ -2201,7 +2208,7 @@ declare namespace AuditManager {
2201
2208
  }
2202
2209
  export interface GetEvidenceResponse {
2203
2210
  /**
2204
- * The evidence that the GetEvidenceResponse API returned.
2211
+ * The evidence that the GetEvidence API returned.
2205
2212
  */
2206
2213
  evidence?: Evidence;
2207
2214
  }
@@ -2247,7 +2254,7 @@ declare namespace AuditManager {
2247
2254
  }
2248
2255
  export interface GetSettingsRequest {
2249
2256
  /**
2250
- * The list of SettingAttribute enum values.
2257
+ * The list of setting attribute enum values.
2251
2258
  */
2252
2259
  attribute: SettingAttribute;
2253
2260
  }
@@ -2728,7 +2735,7 @@ declare namespace AuditManager {
2728
2735
  category?: NonEmptyString;
2729
2736
  }
2730
2737
  export type ServiceMetadataList = ServiceMetadata[];
2731
- export type SettingAttribute = "ALL"|"IS_AWS_ORG_ENABLED"|"SNS_TOPIC"|"DEFAULT_ASSESSMENT_REPORTS_DESTINATION"|"DEFAULT_PROCESS_OWNERS"|"EVIDENCE_FINDER_ENABLEMENT"|string;
2738
+ export type SettingAttribute = "ALL"|"IS_AWS_ORG_ENABLED"|"SNS_TOPIC"|"DEFAULT_ASSESSMENT_REPORTS_DESTINATION"|"DEFAULT_PROCESS_OWNERS"|"EVIDENCE_FINDER_ENABLEMENT"|"DEREGISTRATION_POLICY"|string;
2732
2739
  export interface Settings {
2733
2740
  /**
2734
2741
  * Specifies whether Organizations is enabled.
@@ -2754,6 +2761,10 @@ declare namespace AuditManager {
2754
2761
  * The current evidence finder status and event data store details.
2755
2762
  */
2756
2763
  evidenceFinderEnablement?: EvidenceFinderEnablement;
2764
+ /**
2765
+ * The deregistration policy for your Audit Manager data. You can use this attribute to determine how your data is handled when you deregister Audit Manager.
2766
+ */
2767
+ deregistrationPolicy?: DeregistrationPolicy;
2757
2768
  }
2758
2769
  export type ShareRequestAction = "ACCEPT"|"DECLINE"|"REVOKE"|string;
2759
2770
  export type ShareRequestComment = string;
@@ -2987,7 +2998,7 @@ declare namespace AuditManager {
2987
2998
  }
2988
2999
  export interface UpdateAssessmentResponse {
2989
3000
  /**
2990
- * The response object for the UpdateAssessmentRequest API. This is the name of the updated assessment.
3001
+ * The response object for the UpdateAssessment API. This is the name of the updated assessment.
2991
3002
  */
2992
3003
  assessment?: Assessment;
2993
3004
  }
@@ -3061,9 +3072,13 @@ declare namespace AuditManager {
3061
3072
  */
3062
3073
  kmsKey?: KmsKey;
3063
3074
  /**
3064
- * Specifies whether the evidence finder feature is enabled. Change this attribute to enable or disable evidence finder. When you use this attribute to disable evidence finder, Audit Manager deletes the event data store that’s used to query your evidence data. As a result, you can’t re-enable evidence finder and use the feature again. Your only alternative is to deregister and then re-register Audit Manager. Disabling evidence finder is permanent, so consider this decision carefully before you proceed. If you’re using Audit Manager as a delegated administrator, keep in mind that this action applies to all member accounts in your organization.
3075
+ * Specifies whether the evidence finder feature is enabled. Change this attribute to enable or disable evidence finder. When you use this attribute to disable evidence finder, Audit Manager deletes the event data store that’s used to query your evidence data. As a result, you can’t re-enable evidence finder and use the feature again. Your only alternative is to deregister and then re-register Audit Manager.
3065
3076
  */
3066
3077
  evidenceFinderEnabled?: Boolean;
3078
+ /**
3079
+ * The deregistration policy for your Audit Manager data. You can use this attribute to determine how your data is handled when you deregister Audit Manager.
3080
+ */
3081
+ deregistrationPolicy?: DeregistrationPolicy;
3067
3082
  }
3068
3083
  export interface UpdateSettingsResponse {
3069
3084
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1289.0',
86
+ VERSION: '2.1290.0',
87
87
 
88
88
  /**
89
89
  * @api private