@aws-sdk/client-auditmanager 3.427.0 → 3.429.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.
@@ -139,12 +139,12 @@ export interface AssessmentControl {
139
139
  * @public
140
140
  * <p> The status of the control. </p>
141
141
  */
142
- status?: ControlStatus | string;
142
+ status?: ControlStatus;
143
143
  /**
144
144
  * @public
145
145
  * <p> The response of the control. </p>
146
146
  */
147
- response?: ControlResponse | string;
147
+ response?: ControlResponse;
148
148
  /**
149
149
  * @public
150
150
  * <p> The list of comments that's attached to the control. </p>
@@ -215,7 +215,7 @@ export interface Delegation {
215
215
  * @public
216
216
  * <p> The status of the delegation. </p>
217
217
  */
218
- status?: DelegationStatus | string;
218
+ status?: DelegationStatus;
219
219
  /**
220
220
  * @public
221
221
  * <p> The Amazon Resource Name (ARN) of the IAM role. </p>
@@ -233,7 +233,7 @@ export interface Delegation {
233
233
  * <code>RESOURCE_OWNER</code>.</p>
234
234
  * </note>
235
235
  */
236
- roleType?: RoleType | string;
236
+ roleType?: RoleType;
237
237
  /**
238
238
  * @public
239
239
  * <p> Specifies when the delegation was created. </p>
@@ -278,7 +278,7 @@ export interface Role {
278
278
  * <code>RESOURCE_OWNER</code>.</p>
279
279
  * </note>
280
280
  */
281
- roleType: RoleType | string | undefined;
281
+ roleType: RoleType | undefined;
282
282
  /**
283
283
  * @public
284
284
  * <p> The Amazon Resource Name (ARN) of the IAM role. </p>
@@ -318,7 +318,7 @@ export interface AssessmentControlSet {
318
318
  * @public
319
319
  * <p> The current status of the control set. </p>
320
320
  */
321
- status?: ControlSetStatus | string;
321
+ status?: ControlSetStatus;
322
322
  /**
323
323
  * @public
324
324
  * <p> The roles that are associated with the control set. </p>
@@ -422,7 +422,7 @@ export interface AssessmentReportsDestination {
422
422
  * @public
423
423
  * <p> The destination type, such as Amazon S3. </p>
424
424
  */
425
- destinationType?: AssessmentReportDestinationType | string;
425
+ destinationType?: AssessmentReportDestinationType;
426
426
  /**
427
427
  * @public
428
428
  * <p> The destination bucket where Audit Manager stores assessment reports. </p>
@@ -516,7 +516,7 @@ export interface AssessmentMetadata {
516
516
  * @public
517
517
  * <p> The overall status of the assessment. </p>
518
518
  */
519
- status?: AssessmentStatus | string;
519
+ status?: AssessmentStatus;
520
520
  /**
521
521
  * @public
522
522
  * <p> The destination that evidence reports are stored in for the assessment. </p>
@@ -715,7 +715,7 @@ export interface AssessmentFrameworkMetadata {
715
715
  * @public
716
716
  * <p> The framework type, such as a standard framework or a custom framework. </p>
717
717
  */
718
- type?: FrameworkType | string;
718
+ type?: FrameworkType;
719
719
  /**
720
720
  * @public
721
721
  * <p> The name of the framework. </p>
@@ -805,7 +805,7 @@ export interface AssessmentFrameworkShareRequest {
805
805
  * @public
806
806
  * <p> The status of the share request. </p>
807
807
  */
808
- status?: ShareRequestStatus | string;
808
+ status?: ShareRequestStatus;
809
809
  /**
810
810
  * @public
811
811
  * <p> The Amazon Web Services account of the sender. </p>
@@ -884,7 +884,7 @@ export interface AssessmentMetadataItem {
884
884
  * @public
885
885
  * <p> The current status of the assessment. </p>
886
886
  */
887
- status?: AssessmentStatus | string;
887
+ status?: AssessmentStatus;
888
888
  /**
889
889
  * @public
890
890
  * <p> The roles that are associated with the assessment. </p>
@@ -966,7 +966,7 @@ export interface AssessmentReport {
966
966
  * @public
967
967
  * <p> The current status of the specified assessment report. </p>
968
968
  */
969
- status?: AssessmentReportStatus | string;
969
+ status?: AssessmentReportStatus;
970
970
  /**
971
971
  * @public
972
972
  * <p> Specifies when the assessment report was created. </p>
@@ -1034,7 +1034,7 @@ export interface AssessmentReportMetadata {
1034
1034
  * @public
1035
1035
  * <p> The current status of the assessment report. </p>
1036
1036
  */
1037
- status?: AssessmentReportStatus | string;
1037
+ status?: AssessmentReportStatus;
1038
1038
  /**
1039
1039
  * @public
1040
1040
  * <p> Specifies when the assessment report was created. </p>
@@ -1137,7 +1137,7 @@ export declare class ValidationException extends __BaseException {
1137
1137
  * @public
1138
1138
  * <p> The reason the request failed validation. </p>
1139
1139
  */
1140
- reason?: ValidationExceptionReason | string;
1140
+ reason?: ValidationExceptionReason;
1141
1141
  /**
1142
1142
  * @public
1143
1143
  * <p> The fields that caused the error, if applicable. </p>
@@ -1217,7 +1217,7 @@ export interface CreateDelegationRequest {
1217
1217
  * <code>RESOURCE_OWNER</code>.</p>
1218
1218
  * </note>
1219
1219
  */
1220
- roleType?: RoleType | string;
1220
+ roleType?: RoleType;
1221
1221
  }
1222
1222
  /**
1223
1223
  * @public
@@ -1680,7 +1680,7 @@ export interface SourceKeyword {
1680
1680
  * </li>
1681
1681
  * </ul>
1682
1682
  */
1683
- keywordInputType?: KeywordInputType | string;
1683
+ keywordInputType?: KeywordInputType;
1684
1684
  /**
1685
1685
  * @public
1686
1686
  * <p> The value of the keyword that's used when mapping a control data source. For example,
@@ -1845,12 +1845,12 @@ export interface ControlMappingSource {
1845
1845
  * <p> The setup option for the data source. This option reflects if the evidence collection
1846
1846
  * is automated or manual. </p>
1847
1847
  */
1848
- sourceSetUpOption?: SourceSetUpOption | string;
1848
+ sourceSetUpOption?: SourceSetUpOption;
1849
1849
  /**
1850
1850
  * @public
1851
1851
  * <p> Specifies one of the five data source types for evidence collection. </p>
1852
1852
  */
1853
- sourceType?: SourceType | string;
1853
+ sourceType?: SourceType;
1854
1854
  /**
1855
1855
  * @public
1856
1856
  * <p>A keyword that relates to the control data source.</p>
@@ -1890,7 +1890,7 @@ export interface ControlMappingSource {
1890
1890
  * @public
1891
1891
  * <p>Specifies how often evidence is collected from the control mapping source. </p>
1892
1892
  */
1893
- sourceFrequency?: SourceFrequency | string;
1893
+ sourceFrequency?: SourceFrequency;
1894
1894
  /**
1895
1895
  * @public
1896
1896
  * <p> The instructions for troubleshooting the control. </p>
@@ -1928,7 +1928,7 @@ export interface Control {
1928
1928
  * @public
1929
1929
  * <p> Specifies whether the control is a standard control or a custom control.</p>
1930
1930
  */
1931
- type?: ControlType | string;
1931
+ type?: ControlType;
1932
1932
  /**
1933
1933
  * @public
1934
1934
  * <p> The name of the control. </p>
@@ -2039,7 +2039,7 @@ export interface Framework {
2039
2039
  * @public
2040
2040
  * <p> Specifies whether the framework is a standard framework or a custom framework.</p>
2041
2041
  */
2042
- type?: FrameworkType | string;
2042
+ type?: FrameworkType;
2043
2043
  /**
2044
2044
  * @public
2045
2045
  * <p> The compliance type that the framework supports, such as CIS or HIPAA. </p>
@@ -2169,12 +2169,12 @@ export interface CreateControlMappingSource {
2169
2169
  * <p> The setup option for the data source, which reflects if the evidence collection is
2170
2170
  * automated or manual. </p>
2171
2171
  */
2172
- sourceSetUpOption?: SourceSetUpOption | string;
2172
+ sourceSetUpOption?: SourceSetUpOption;
2173
2173
  /**
2174
2174
  * @public
2175
2175
  * <p> Specifies one of the five types of data sources for evidence collection. </p>
2176
2176
  */
2177
- sourceType?: SourceType | string;
2177
+ sourceType?: SourceType;
2178
2178
  /**
2179
2179
  * @public
2180
2180
  * <p>A keyword that relates to the control data source.</p>
@@ -2214,7 +2214,7 @@ export interface CreateControlMappingSource {
2214
2214
  * @public
2215
2215
  * <p>Specifies how often evidence is collected from the control mapping source. </p>
2216
2216
  */
2217
- sourceFrequency?: SourceFrequency | string;
2217
+ sourceFrequency?: SourceFrequency;
2218
2218
  /**
2219
2219
  * @public
2220
2220
  * <p> The instructions for troubleshooting the control. </p>
@@ -2326,7 +2326,7 @@ export interface DeleteAssessmentFrameworkShareRequest {
2326
2326
  * @public
2327
2327
  * <p>Specifies whether the share request is a sent request or a received request.</p>
2328
2328
  */
2329
- requestType: ShareRequestType | string | undefined;
2329
+ requestType: ShareRequestType | undefined;
2330
2330
  }
2331
2331
  /**
2332
2332
  * @public
@@ -2381,7 +2381,7 @@ export interface DeregisterAccountResponse {
2381
2381
  * @public
2382
2382
  * <p> The registration status of the account. </p>
2383
2383
  */
2384
- status?: AccountStatus | string;
2384
+ status?: AccountStatus;
2385
2385
  }
2386
2386
  /**
2387
2387
  * @public
@@ -2431,7 +2431,7 @@ export interface GetAccountStatusResponse {
2431
2431
  * @public
2432
2432
  * <p> The status of the Amazon Web Services account. </p>
2433
2433
  */
2434
- status?: AccountStatus | string;
2434
+ status?: AccountStatus;
2435
2435
  }
2436
2436
  /**
2437
2437
  * @public
@@ -2578,7 +2578,7 @@ export interface ChangeLog {
2578
2578
  * @public
2579
2579
  * <p> The object that was changed, such as an assessment, control, or control set. </p>
2580
2580
  */
2581
- objectType?: ObjectTypeEnum | string;
2581
+ objectType?: ObjectTypeEnum;
2582
2582
  /**
2583
2583
  * @public
2584
2584
  * <p> The name of the object that changed. This could be the name of an assessment, control,
@@ -2589,7 +2589,7 @@ export interface ChangeLog {
2589
2589
  * @public
2590
2590
  * <p> The action that was performed. </p>
2591
2591
  */
2592
- action?: ActionEnum | string;
2592
+ action?: ActionEnum;
2593
2593
  /**
2594
2594
  * @public
2595
2595
  * <p> The time when the action was performed and the changelog record was created. </p>
@@ -2675,7 +2675,7 @@ export interface DelegationMetadata {
2675
2675
  * @public
2676
2676
  * <p> The current status of the delegation. </p>
2677
2677
  */
2678
- status?: DelegationStatus | string;
2678
+ status?: DelegationStatus;
2679
2679
  /**
2680
2680
  * @public
2681
2681
  * <p> The Amazon Resource Name (ARN) of the IAM role. </p>
@@ -3363,7 +3363,7 @@ export interface GetSettingsRequest {
3363
3363
  * @public
3364
3364
  * <p> The list of setting attribute enum values. </p>
3365
3365
  */
3366
- attribute: SettingAttribute | string | undefined;
3366
+ attribute: SettingAttribute | undefined;
3367
3367
  }
3368
3368
  /**
3369
3369
  * @public
@@ -3385,7 +3385,7 @@ export interface DefaultExportDestination {
3385
3385
  * @public
3386
3386
  * <p>The destination type, such as Amazon S3.</p>
3387
3387
  */
3388
- destinationType?: ExportDestinationType | string;
3388
+ destinationType?: ExportDestinationType;
3389
3389
  /**
3390
3390
  * @public
3391
3391
  * <p>The destination bucket where Audit Manager stores exported files.</p>
@@ -3440,7 +3440,7 @@ export interface DeregistrationPolicy {
3440
3440
  * </li>
3441
3441
  * </ul>
3442
3442
  */
3443
- deleteResources?: DeleteResources | string;
3443
+ deleteResources?: DeleteResources;
3444
3444
  }
3445
3445
  /**
3446
3446
  * @public
@@ -3514,7 +3514,7 @@ export interface EvidenceFinderEnablement {
3514
3514
  * </li>
3515
3515
  * </ul>
3516
3516
  */
3517
- enablementStatus?: EvidenceFinderEnablementStatus | string;
3517
+ enablementStatus?: EvidenceFinderEnablementStatus;
3518
3518
  /**
3519
3519
  * @public
3520
3520
  * <p>The current status of the evidence data backfill process. </p>
@@ -3537,7 +3537,7 @@ export interface EvidenceFinderEnablement {
3537
3537
  * </li>
3538
3538
  * </ul>
3539
3539
  */
3540
- backfillStatus?: EvidenceFinderBackfillStatus | string;
3540
+ backfillStatus?: EvidenceFinderBackfillStatus;
3541
3541
  /**
3542
3542
  * @public
3543
3543
  * <p>Represents any errors that occurred when enabling or disabling evidence finder. </p>
@@ -3720,7 +3720,7 @@ export interface ListAssessmentFrameworksRequest {
3720
3720
  * @public
3721
3721
  * <p> The type of framework, such as a standard framework or a custom framework. </p>
3722
3722
  */
3723
- frameworkType: FrameworkType | string | undefined;
3723
+ frameworkType: FrameworkType | undefined;
3724
3724
  /**
3725
3725
  * @public
3726
3726
  * <p> The pagination token that's used to fetch the next set of results. </p>
@@ -3756,7 +3756,7 @@ export interface ListAssessmentFrameworkShareRequestsRequest {
3756
3756
  * @public
3757
3757
  * <p> Specifies whether the share request is a sent request or a received request.</p>
3758
3758
  */
3759
- requestType: ShareRequestType | string | undefined;
3759
+ requestType: ShareRequestType | undefined;
3760
3760
  /**
3761
3761
  * @public
3762
3762
  * <p> The pagination token that's used to fetch the next set of results. </p>
@@ -3823,7 +3823,7 @@ export interface ListAssessmentsRequest {
3823
3823
  * @public
3824
3824
  * <p> The current status of the assessment.</p>
3825
3825
  */
3826
- status?: AssessmentStatus | string;
3826
+ status?: AssessmentStatus;
3827
3827
  /**
3828
3828
  * @public
3829
3829
  * <p> The pagination token that's used to fetch the next set of results. </p>
@@ -4032,7 +4032,7 @@ export interface ListControlsRequest {
4032
4032
  * @public
4033
4033
  * <p> The type of control, such as a standard control or a custom control. </p>
4034
4034
  */
4035
- controlType: ControlType | string | undefined;
4035
+ controlType: ControlType | undefined;
4036
4036
  /**
4037
4037
  * @public
4038
4038
  * <p> The pagination token that's used to fetch the next set of results. </p>
@@ -4105,7 +4105,7 @@ export interface ListKeywordsForDataSourceRequest {
4105
4105
  * @public
4106
4106
  * <p> The control mapping data source that the keywords apply to. </p>
4107
4107
  */
4108
- source: SourceType | string | undefined;
4108
+ source: SourceType | undefined;
4109
4109
  /**
4110
4110
  * @public
4111
4111
  * <p> The pagination token that's used to fetch the next set of results. </p>
@@ -4253,7 +4253,7 @@ export interface RegisterAccountResponse {
4253
4253
  * @public
4254
4254
  * <p> The status of the account registration request. </p>
4255
4255
  */
4256
- status?: AccountStatus | string;
4256
+ status?: AccountStatus;
4257
4257
  }
4258
4258
  /**
4259
4259
  * @public
@@ -4426,7 +4426,7 @@ export interface UpdateAssessmentControlRequest {
4426
4426
  * @public
4427
4427
  * <p> The status of the control. </p>
4428
4428
  */
4429
- controlStatus?: ControlStatus | string;
4429
+ controlStatus?: ControlStatus;
4430
4430
  /**
4431
4431
  * @public
4432
4432
  * <p> The comment body text for the control. </p>
@@ -4462,7 +4462,7 @@ export interface UpdateAssessmentControlSetStatusRequest {
4462
4462
  * @public
4463
4463
  * <p> The status of the control set that's being updated. </p>
4464
4464
  */
4465
- status: ControlSetStatus | string | undefined;
4465
+ status: ControlSetStatus | undefined;
4466
4466
  /**
4467
4467
  * @public
4468
4468
  * <p> The comment that's related to the status update. </p>
@@ -4568,12 +4568,12 @@ export interface UpdateAssessmentFrameworkShareRequest {
4568
4568
  * @public
4569
4569
  * <p>Specifies whether the share request is a sent request or a received request.</p>
4570
4570
  */
4571
- requestType: ShareRequestType | string | undefined;
4571
+ requestType: ShareRequestType | undefined;
4572
4572
  /**
4573
4573
  * @public
4574
4574
  * <p>Specifies the update action for the share request.</p>
4575
4575
  */
4576
- action: ShareRequestAction | string | undefined;
4576
+ action: ShareRequestAction | undefined;
4577
4577
  }
4578
4578
  /**
4579
4579
  * @public
@@ -4599,7 +4599,7 @@ export interface UpdateAssessmentStatusRequest {
4599
4599
  * @public
4600
4600
  * <p> The current status of the assessment. </p>
4601
4601
  */
4602
- status: AssessmentStatus | string | undefined;
4602
+ status: AssessmentStatus | undefined;
4603
4603
  }
4604
4604
  /**
4605
4605
  * @public
@@ -52,8 +52,8 @@ export interface AssessmentControl {
52
52
  id?: string;
53
53
  name?: string;
54
54
  description?: string;
55
- status?: ControlStatus | string;
56
- response?: ControlResponse | string;
55
+ status?: ControlStatus;
56
+ response?: ControlResponse;
57
57
  comments?: ControlComment[];
58
58
  evidenceSources?: string[];
59
59
  evidenceCount?: number;
@@ -75,9 +75,9 @@ export interface Delegation {
75
75
  id?: string;
76
76
  assessmentName?: string;
77
77
  assessmentId?: string;
78
- status?: DelegationStatus | string;
78
+ status?: DelegationStatus;
79
79
  roleArn?: string;
80
- roleType?: RoleType | string;
80
+ roleType?: RoleType;
81
81
  creationTime?: Date;
82
82
  lastUpdated?: Date;
83
83
  controlSetId?: string;
@@ -85,7 +85,7 @@ export interface Delegation {
85
85
  createdBy?: string;
86
86
  }
87
87
  export interface Role {
88
- roleType: RoleType | string | undefined;
88
+ roleType: RoleType | undefined;
89
89
  roleArn: string | undefined;
90
90
  }
91
91
  export declare const ControlSetStatus: {
@@ -98,7 +98,7 @@ export type ControlSetStatus =
98
98
  export interface AssessmentControlSet {
99
99
  id?: string;
100
100
  description?: string;
101
- status?: ControlSetStatus | string;
101
+ status?: ControlSetStatus;
102
102
  roles?: Role[];
103
103
  controls?: AssessmentControl[];
104
104
  delegations?: Delegation[];
@@ -123,7 +123,7 @@ export declare const AssessmentReportDestinationType: {
123
123
  export type AssessmentReportDestinationType =
124
124
  (typeof AssessmentReportDestinationType)[keyof typeof AssessmentReportDestinationType];
125
125
  export interface AssessmentReportsDestination {
126
- destinationType?: AssessmentReportDestinationType | string;
126
+ destinationType?: AssessmentReportDestinationType;
127
127
  destination?: string;
128
128
  }
129
129
  export interface AWSService {
@@ -144,7 +144,7 @@ export interface AssessmentMetadata {
144
144
  id?: string;
145
145
  description?: string;
146
146
  complianceType?: string;
147
- status?: AssessmentStatus | string;
147
+ status?: AssessmentStatus;
148
148
  assessmentReportsDestination?: AssessmentReportsDestination;
149
149
  scope?: Scope;
150
150
  roles?: Role[];
@@ -187,7 +187,7 @@ export type FrameworkType = (typeof FrameworkType)[keyof typeof FrameworkType];
187
187
  export interface AssessmentFrameworkMetadata {
188
188
  arn?: string;
189
189
  id?: string;
190
- type?: FrameworkType | string;
190
+ type?: FrameworkType;
191
191
  name?: string;
192
192
  description?: string;
193
193
  logo?: string;
@@ -214,7 +214,7 @@ export interface AssessmentFrameworkShareRequest {
214
214
  frameworkId?: string;
215
215
  frameworkName?: string;
216
216
  frameworkDescription?: string;
217
- status?: ShareRequestStatus | string;
217
+ status?: ShareRequestStatus;
218
218
  sourceAccount?: string;
219
219
  destinationAccount?: string;
220
220
  destinationRegion?: string;
@@ -230,7 +230,7 @@ export interface AssessmentMetadataItem {
230
230
  name?: string;
231
231
  id?: string;
232
232
  complianceType?: string;
233
- status?: AssessmentStatus | string;
233
+ status?: AssessmentStatus;
234
234
  roles?: Role[];
235
235
  delegations?: Delegation[];
236
236
  creationTime?: Date;
@@ -251,7 +251,7 @@ export interface AssessmentReport {
251
251
  assessmentId?: string;
252
252
  assessmentName?: string;
253
253
  author?: string;
254
- status?: AssessmentReportStatus | string;
254
+ status?: AssessmentReportStatus;
255
255
  creationTime?: Date;
256
256
  }
257
257
  export interface AssessmentReportEvidenceError {
@@ -266,7 +266,7 @@ export interface AssessmentReportMetadata {
266
266
  assessmentId?: string;
267
267
  assessmentName?: string;
268
268
  author?: string;
269
- status?: AssessmentReportStatus | string;
269
+ status?: AssessmentReportStatus;
270
270
  creationTime?: Date;
271
271
  }
272
272
  export interface AssociateAssessmentReportEvidenceFolderRequest {
@@ -305,7 +305,7 @@ export type ValidationExceptionReason =
305
305
  export declare class ValidationException extends __BaseException {
306
306
  readonly name: "ValidationException";
307
307
  readonly $fault: "client";
308
- reason?: ValidationExceptionReason | string;
308
+ reason?: ValidationExceptionReason;
309
309
  fields?: ValidationExceptionField[];
310
310
  constructor(
311
311
  opts: __ExceptionOptionType<ValidationException, __BaseException>
@@ -324,7 +324,7 @@ export interface CreateDelegationRequest {
324
324
  comment?: string;
325
325
  controlSetId?: string;
326
326
  roleArn?: string;
327
- roleType?: RoleType | string;
327
+ roleType?: RoleType;
328
328
  }
329
329
  export interface BatchCreateDelegationByAssessmentRequest {
330
330
  createDelegationRequests: CreateDelegationRequest[] | undefined;
@@ -434,7 +434,7 @@ export declare const KeywordInputType: {
434
434
  export type KeywordInputType =
435
435
  (typeof KeywordInputType)[keyof typeof KeywordInputType];
436
436
  export interface SourceKeyword {
437
- keywordInputType?: KeywordInputType | string;
437
+ keywordInputType?: KeywordInputType;
438
438
  keywordValue?: string;
439
439
  }
440
440
  export declare const SourceSetUpOption: {
@@ -455,10 +455,10 @@ export interface ControlMappingSource {
455
455
  sourceId?: string;
456
456
  sourceName?: string;
457
457
  sourceDescription?: string;
458
- sourceSetUpOption?: SourceSetUpOption | string;
459
- sourceType?: SourceType | string;
458
+ sourceSetUpOption?: SourceSetUpOption;
459
+ sourceType?: SourceType;
460
460
  sourceKeyword?: SourceKeyword;
461
- sourceFrequency?: SourceFrequency | string;
461
+ sourceFrequency?: SourceFrequency;
462
462
  troubleshootingText?: string;
463
463
  }
464
464
  export declare const ControlType: {
@@ -469,7 +469,7 @@ export type ControlType = (typeof ControlType)[keyof typeof ControlType];
469
469
  export interface Control {
470
470
  arn?: string;
471
471
  id?: string;
472
- type?: ControlType | string;
472
+ type?: ControlType;
473
473
  name?: string;
474
474
  description?: string;
475
475
  testingInformation?: string;
@@ -492,7 +492,7 @@ export interface Framework {
492
492
  arn?: string;
493
493
  id?: string;
494
494
  name?: string;
495
- type?: FrameworkType | string;
495
+ type?: FrameworkType;
496
496
  complianceType?: string;
497
497
  description?: string;
498
498
  logo?: string;
@@ -519,10 +519,10 @@ export interface CreateAssessmentReportResponse {
519
519
  export interface CreateControlMappingSource {
520
520
  sourceName?: string;
521
521
  sourceDescription?: string;
522
- sourceSetUpOption?: SourceSetUpOption | string;
523
- sourceType?: SourceType | string;
522
+ sourceSetUpOption?: SourceSetUpOption;
523
+ sourceType?: SourceType;
524
524
  sourceKeyword?: SourceKeyword;
525
- sourceFrequency?: SourceFrequency | string;
525
+ sourceFrequency?: SourceFrequency;
526
526
  troubleshootingText?: string;
527
527
  }
528
528
  export interface CreateControlRequest {
@@ -553,7 +553,7 @@ export type ShareRequestType =
553
553
  (typeof ShareRequestType)[keyof typeof ShareRequestType];
554
554
  export interface DeleteAssessmentFrameworkShareRequest {
555
555
  requestId: string | undefined;
556
- requestType: ShareRequestType | string | undefined;
556
+ requestType: ShareRequestType | undefined;
557
557
  }
558
558
  export interface DeleteAssessmentFrameworkShareResponse {}
559
559
  export interface DeleteAssessmentReportRequest {
@@ -567,7 +567,7 @@ export interface DeleteControlRequest {
567
567
  export interface DeleteControlResponse {}
568
568
  export interface DeregisterAccountRequest {}
569
569
  export interface DeregisterAccountResponse {
570
- status?: AccountStatus | string;
570
+ status?: AccountStatus;
571
571
  }
572
572
  export interface DeregisterOrganizationAdminAccountRequest {
573
573
  adminAccountId?: string;
@@ -580,7 +580,7 @@ export interface DisassociateAssessmentReportEvidenceFolderRequest {
580
580
  export interface DisassociateAssessmentReportEvidenceFolderResponse {}
581
581
  export interface GetAccountStatusRequest {}
582
582
  export interface GetAccountStatusResponse {
583
- status?: AccountStatus | string;
583
+ status?: AccountStatus;
584
584
  }
585
585
  export interface GetAssessmentRequest {
586
586
  assessmentId: string | undefined;
@@ -623,9 +623,9 @@ export declare const ObjectTypeEnum: {
623
623
  export type ObjectTypeEnum =
624
624
  (typeof ObjectTypeEnum)[keyof typeof ObjectTypeEnum];
625
625
  export interface ChangeLog {
626
- objectType?: ObjectTypeEnum | string;
626
+ objectType?: ObjectTypeEnum;
627
627
  objectName?: string;
628
- action?: ActionEnum | string;
628
+ action?: ActionEnum;
629
629
  createdAt?: Date;
630
630
  createdBy?: string;
631
631
  }
@@ -647,7 +647,7 @@ export interface DelegationMetadata {
647
647
  id?: string;
648
648
  assessmentName?: string;
649
649
  assessmentId?: string;
650
- status?: DelegationStatus | string;
650
+ status?: DelegationStatus;
651
651
  roleArn?: string;
652
652
  creationTime?: Date;
653
653
  controlSetName?: string;
@@ -788,7 +788,7 @@ export declare const SettingAttribute: {
788
788
  export type SettingAttribute =
789
789
  (typeof SettingAttribute)[keyof typeof SettingAttribute];
790
790
  export interface GetSettingsRequest {
791
- attribute: SettingAttribute | string | undefined;
791
+ attribute: SettingAttribute | undefined;
792
792
  }
793
793
  export declare const ExportDestinationType: {
794
794
  readonly S3: "S3";
@@ -796,7 +796,7 @@ export declare const ExportDestinationType: {
796
796
  export type ExportDestinationType =
797
797
  (typeof ExportDestinationType)[keyof typeof ExportDestinationType];
798
798
  export interface DefaultExportDestination {
799
- destinationType?: ExportDestinationType | string;
799
+ destinationType?: ExportDestinationType;
800
800
  destination?: string;
801
801
  }
802
802
  export declare const DeleteResources: {
@@ -806,7 +806,7 @@ export declare const DeleteResources: {
806
806
  export type DeleteResources =
807
807
  (typeof DeleteResources)[keyof typeof DeleteResources];
808
808
  export interface DeregistrationPolicy {
809
- deleteResources?: DeleteResources | string;
809
+ deleteResources?: DeleteResources;
810
810
  }
811
811
  export declare const EvidenceFinderBackfillStatus: {
812
812
  readonly COMPLETED: "COMPLETED";
@@ -825,8 +825,8 @@ export type EvidenceFinderEnablementStatus =
825
825
  (typeof EvidenceFinderEnablementStatus)[keyof typeof EvidenceFinderEnablementStatus];
826
826
  export interface EvidenceFinderEnablement {
827
827
  eventDataStoreArn?: string;
828
- enablementStatus?: EvidenceFinderEnablementStatus | string;
829
- backfillStatus?: EvidenceFinderBackfillStatus | string;
828
+ enablementStatus?: EvidenceFinderEnablementStatus;
829
+ backfillStatus?: EvidenceFinderBackfillStatus;
830
830
  error?: string;
831
831
  }
832
832
  export interface Settings {
@@ -865,7 +865,7 @@ export interface ListAssessmentControlInsightsByControlDomainResponse {
865
865
  nextToken?: string;
866
866
  }
867
867
  export interface ListAssessmentFrameworksRequest {
868
- frameworkType: FrameworkType | string | undefined;
868
+ frameworkType: FrameworkType | undefined;
869
869
  nextToken?: string;
870
870
  maxResults?: number;
871
871
  }
@@ -874,7 +874,7 @@ export interface ListAssessmentFrameworksResponse {
874
874
  nextToken?: string;
875
875
  }
876
876
  export interface ListAssessmentFrameworkShareRequestsRequest {
877
- requestType: ShareRequestType | string | undefined;
877
+ requestType: ShareRequestType | undefined;
878
878
  nextToken?: string;
879
879
  maxResults?: number;
880
880
  }
@@ -891,7 +891,7 @@ export interface ListAssessmentReportsResponse {
891
891
  nextToken?: string;
892
892
  }
893
893
  export interface ListAssessmentsRequest {
894
- status?: AssessmentStatus | string;
894
+ status?: AssessmentStatus;
895
895
  nextToken?: string;
896
896
  maxResults?: number;
897
897
  }
@@ -940,7 +940,7 @@ export interface ListControlInsightsByControlDomainResponse {
940
940
  nextToken?: string;
941
941
  }
942
942
  export interface ListControlsRequest {
943
- controlType: ControlType | string | undefined;
943
+ controlType: ControlType | undefined;
944
944
  nextToken?: string;
945
945
  maxResults?: number;
946
946
  }
@@ -957,7 +957,7 @@ export interface ListControlsResponse {
957
957
  nextToken?: string;
958
958
  }
959
959
  export interface ListKeywordsForDataSourceRequest {
960
- source: SourceType | string | undefined;
960
+ source: SourceType | undefined;
961
961
  nextToken?: string;
962
962
  maxResults?: number;
963
963
  }
@@ -994,7 +994,7 @@ export interface RegisterAccountRequest {
994
994
  delegatedAdminAccount?: string;
995
995
  }
996
996
  export interface RegisterAccountResponse {
997
- status?: AccountStatus | string;
997
+ status?: AccountStatus;
998
998
  }
999
999
  export interface RegisterOrganizationAdminAccountRequest {
1000
1000
  adminAccountId: string | undefined;
@@ -1037,7 +1037,7 @@ export interface UpdateAssessmentControlRequest {
1037
1037
  assessmentId: string | undefined;
1038
1038
  controlSetId: string | undefined;
1039
1039
  controlId: string | undefined;
1040
- controlStatus?: ControlStatus | string;
1040
+ controlStatus?: ControlStatus;
1041
1041
  commentBody?: string;
1042
1042
  }
1043
1043
  export interface UpdateAssessmentControlResponse {
@@ -1046,7 +1046,7 @@ export interface UpdateAssessmentControlResponse {
1046
1046
  export interface UpdateAssessmentControlSetStatusRequest {
1047
1047
  assessmentId: string | undefined;
1048
1048
  controlSetId: string | undefined;
1049
- status: ControlSetStatus | string | undefined;
1049
+ status: ControlSetStatus | undefined;
1050
1050
  comment: string | undefined;
1051
1051
  }
1052
1052
  export interface UpdateAssessmentControlSetStatusResponse {
@@ -1076,15 +1076,15 @@ export type ShareRequestAction =
1076
1076
  (typeof ShareRequestAction)[keyof typeof ShareRequestAction];
1077
1077
  export interface UpdateAssessmentFrameworkShareRequest {
1078
1078
  requestId: string | undefined;
1079
- requestType: ShareRequestType | string | undefined;
1080
- action: ShareRequestAction | string | undefined;
1079
+ requestType: ShareRequestType | undefined;
1080
+ action: ShareRequestAction | undefined;
1081
1081
  }
1082
1082
  export interface UpdateAssessmentFrameworkShareResponse {
1083
1083
  assessmentFrameworkShareRequest?: AssessmentFrameworkShareRequest;
1084
1084
  }
1085
1085
  export interface UpdateAssessmentStatusRequest {
1086
1086
  assessmentId: string | undefined;
1087
- status: AssessmentStatus | string | undefined;
1087
+ status: AssessmentStatus | undefined;
1088
1088
  }
1089
1089
  export interface UpdateAssessmentStatusResponse {
1090
1090
  assessment?: Assessment;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-auditmanager",
3
3
  "description": "AWS SDK for JavaScript Auditmanager Client for Node.js, Browser and React Native",
4
- "version": "3.427.0",
4
+ "version": "3.429.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,39 +21,39 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.427.0",
25
- "@aws-sdk/credential-provider-node": "3.427.0",
26
- "@aws-sdk/middleware-host-header": "3.425.0",
27
- "@aws-sdk/middleware-logger": "3.425.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.425.0",
29
- "@aws-sdk/middleware-signing": "3.425.0",
30
- "@aws-sdk/middleware-user-agent": "3.427.0",
31
- "@aws-sdk/region-config-resolver": "3.425.0",
32
- "@aws-sdk/types": "3.425.0",
33
- "@aws-sdk/util-endpoints": "3.427.0",
34
- "@aws-sdk/util-user-agent-browser": "3.425.0",
35
- "@aws-sdk/util-user-agent-node": "3.425.0",
36
- "@smithy/config-resolver": "^2.0.11",
37
- "@smithy/fetch-http-handler": "^2.2.1",
38
- "@smithy/hash-node": "^2.0.10",
39
- "@smithy/invalid-dependency": "^2.0.10",
40
- "@smithy/middleware-content-length": "^2.0.12",
41
- "@smithy/middleware-endpoint": "^2.0.10",
42
- "@smithy/middleware-retry": "^2.0.13",
43
- "@smithy/middleware-serde": "^2.0.10",
44
- "@smithy/middleware-stack": "^2.0.4",
45
- "@smithy/node-config-provider": "^2.0.13",
46
- "@smithy/node-http-handler": "^2.1.6",
47
- "@smithy/protocol-http": "^3.0.6",
48
- "@smithy/smithy-client": "^2.1.9",
49
- "@smithy/types": "^2.3.4",
50
- "@smithy/url-parser": "^2.0.10",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
+ "@aws-sdk/middleware-logger": "3.428.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
+ "@aws-sdk/middleware-signing": "3.428.0",
30
+ "@aws-sdk/middleware-user-agent": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.428.0",
32
+ "@aws-sdk/types": "3.428.0",
33
+ "@aws-sdk/util-endpoints": "3.428.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.428.0",
35
+ "@aws-sdk/util-user-agent-node": "3.428.0",
36
+ "@smithy/config-resolver": "^2.0.14",
37
+ "@smithy/fetch-http-handler": "^2.2.3",
38
+ "@smithy/hash-node": "^2.0.11",
39
+ "@smithy/invalid-dependency": "^2.0.11",
40
+ "@smithy/middleware-content-length": "^2.0.13",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
+ "@smithy/middleware-retry": "^2.0.16",
43
+ "@smithy/middleware-serde": "^2.0.11",
44
+ "@smithy/middleware-stack": "^2.0.5",
45
+ "@smithy/node-config-provider": "^2.1.1",
46
+ "@smithy/node-http-handler": "^2.1.7",
47
+ "@smithy/protocol-http": "^3.0.7",
48
+ "@smithy/smithy-client": "^2.1.11",
49
+ "@smithy/types": "^2.3.5",
50
+ "@smithy/url-parser": "^2.0.11",
51
51
  "@smithy/util-base64": "^2.0.0",
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.13",
55
- "@smithy/util-defaults-mode-node": "^2.0.15",
56
- "@smithy/util-retry": "^2.0.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.15",
55
+ "@smithy/util-defaults-mode-node": "^2.0.19",
56
+ "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0"
59
59
  },