@aws-sdk/client-macie2 3.216.0 → 3.219.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 (155) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/Macie2.js +195 -0
  3. package/dist-cjs/commands/GetAutomatedDiscoveryConfigurationCommand.js +46 -0
  4. package/dist-cjs/commands/GetClassificationScopeCommand.js +46 -0
  5. package/dist-cjs/commands/GetResourceProfileCommand.js +46 -0
  6. package/dist-cjs/commands/GetSensitivityInspectionTemplateCommand.js +46 -0
  7. package/dist-cjs/commands/ListClassificationScopesCommand.js +46 -0
  8. package/dist-cjs/commands/ListInvitationsCommand.js +3 -3
  9. package/dist-cjs/commands/ListManagedDataIdentifiersCommand.js +3 -3
  10. package/dist-cjs/commands/ListMembersCommand.js +3 -3
  11. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +3 -3
  12. package/dist-cjs/commands/ListResourceProfileArtifactsCommand.js +46 -0
  13. package/dist-cjs/commands/ListResourceProfileDetectionsCommand.js +46 -0
  14. package/dist-cjs/commands/ListSensitivityInspectionTemplatesCommand.js +46 -0
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  16. package/dist-cjs/commands/PutClassificationExportConfigurationCommand.js +3 -3
  17. package/dist-cjs/commands/PutFindingsPublicationConfigurationCommand.js +3 -3
  18. package/dist-cjs/commands/SearchResourcesCommand.js +3 -3
  19. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  20. package/dist-cjs/commands/TestCustomDataIdentifierCommand.js +3 -3
  21. package/dist-cjs/commands/UntagResourceCommand.js +1 -2
  22. package/dist-cjs/commands/UpdateAutomatedDiscoveryConfigurationCommand.js +46 -0
  23. package/dist-cjs/commands/UpdateClassificationScopeCommand.js +46 -0
  24. package/dist-cjs/commands/UpdateResourceProfileCommand.js +46 -0
  25. package/dist-cjs/commands/UpdateResourceProfileDetectionsCommand.js +46 -0
  26. package/dist-cjs/commands/UpdateSensitivityInspectionTemplateCommand.js +46 -0
  27. package/dist-cjs/commands/index.js +13 -0
  28. package/dist-cjs/endpoint/ruleset.js +1 -1
  29. package/dist-cjs/models/models_0.js +113 -109
  30. package/dist-cjs/models/models_1.js +177 -1
  31. package/dist-cjs/pagination/ListAllowListsPaginator.js +36 -0
  32. package/dist-cjs/pagination/ListClassificationScopesPaginator.js +35 -0
  33. package/dist-cjs/pagination/ListManagedDataIdentifiersPaginator.js +35 -0
  34. package/dist-cjs/pagination/ListResourceProfileArtifactsPaginator.js +35 -0
  35. package/dist-cjs/pagination/ListResourceProfileDetectionsPaginator.js +36 -0
  36. package/dist-cjs/pagination/ListSensitivityInspectionTemplatesPaginator.js +36 -0
  37. package/dist-cjs/pagination/index.js +6 -0
  38. package/dist-cjs/protocols/Aws_restJson1.js +1216 -71
  39. package/dist-es/Macie2.js +195 -0
  40. package/dist-es/commands/GetAutomatedDiscoveryConfigurationCommand.js +42 -0
  41. package/dist-es/commands/GetClassificationScopeCommand.js +42 -0
  42. package/dist-es/commands/GetResourceProfileCommand.js +42 -0
  43. package/dist-es/commands/GetSensitivityInspectionTemplateCommand.js +42 -0
  44. package/dist-es/commands/ListClassificationScopesCommand.js +42 -0
  45. package/dist-es/commands/ListInvitationsCommand.js +1 -1
  46. package/dist-es/commands/ListManagedDataIdentifiersCommand.js +1 -1
  47. package/dist-es/commands/ListMembersCommand.js +1 -1
  48. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +1 -1
  49. package/dist-es/commands/ListResourceProfileArtifactsCommand.js +42 -0
  50. package/dist-es/commands/ListResourceProfileDetectionsCommand.js +42 -0
  51. package/dist-es/commands/ListSensitivityInspectionTemplatesCommand.js +42 -0
  52. package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
  53. package/dist-es/commands/PutClassificationExportConfigurationCommand.js +1 -1
  54. package/dist-es/commands/PutFindingsPublicationConfigurationCommand.js +1 -1
  55. package/dist-es/commands/SearchResourcesCommand.js +1 -1
  56. package/dist-es/commands/TagResourceCommand.js +1 -1
  57. package/dist-es/commands/TestCustomDataIdentifierCommand.js +1 -1
  58. package/dist-es/commands/UntagResourceCommand.js +1 -2
  59. package/dist-es/commands/UpdateAutomatedDiscoveryConfigurationCommand.js +42 -0
  60. package/dist-es/commands/UpdateClassificationScopeCommand.js +42 -0
  61. package/dist-es/commands/UpdateResourceProfileCommand.js +42 -0
  62. package/dist-es/commands/UpdateResourceProfileDetectionsCommand.js +42 -0
  63. package/dist-es/commands/UpdateSensitivityInspectionTemplateCommand.js +42 -0
  64. package/dist-es/commands/index.js +13 -0
  65. package/dist-es/endpoint/ruleset.js +1 -1
  66. package/dist-es/models/models_0.js +85 -79
  67. package/dist-es/models/models_1.js +133 -0
  68. package/dist-es/pagination/ListAllowListsPaginator.js +32 -0
  69. package/dist-es/pagination/ListClassificationScopesPaginator.js +31 -0
  70. package/dist-es/pagination/ListManagedDataIdentifiersPaginator.js +31 -0
  71. package/dist-es/pagination/ListResourceProfileArtifactsPaginator.js +31 -0
  72. package/dist-es/pagination/ListResourceProfileDetectionsPaginator.js +32 -0
  73. package/dist-es/pagination/ListSensitivityInspectionTemplatesPaginator.js +32 -0
  74. package/dist-es/pagination/index.js +6 -0
  75. package/dist-es/protocols/Aws_restJson1.js +1204 -86
  76. package/dist-types/Macie2.d.ts +95 -4
  77. package/dist-types/Macie2Client.d.ts +16 -3
  78. package/dist-types/commands/DescribeBucketsCommand.d.ts +1 -1
  79. package/dist-types/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +37 -0
  80. package/dist-types/commands/GetBucketStatisticsCommand.d.ts +1 -1
  81. package/dist-types/commands/GetClassificationScopeCommand.d.ts +37 -0
  82. package/dist-types/commands/GetMacieSessionCommand.d.ts +1 -1
  83. package/dist-types/commands/GetResourceProfileCommand.d.ts +37 -0
  84. package/dist-types/commands/GetSensitivityInspectionTemplateCommand.d.ts +37 -0
  85. package/dist-types/commands/ListClassificationScopesCommand.d.ts +37 -0
  86. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
  87. package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
  88. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  89. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  90. package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +37 -0
  91. package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +37 -0
  92. package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +37 -0
  93. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  94. package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
  95. package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
  96. package/dist-types/commands/SearchResourcesCommand.d.ts +1 -1
  97. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  98. package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
  99. package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
  100. package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +37 -0
  101. package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +37 -0
  102. package/dist-types/commands/UpdateResourceProfileCommand.d.ts +37 -0
  103. package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +37 -0
  104. package/dist-types/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +37 -0
  105. package/dist-types/commands/index.d.ts +13 -0
  106. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  107. package/dist-types/models/models_0.d.ts +501 -372
  108. package/dist-types/models/models_1.d.ts +559 -6
  109. package/dist-types/pagination/ListAllowListsPaginator.d.ts +4 -0
  110. package/dist-types/pagination/ListClassificationScopesPaginator.d.ts +4 -0
  111. package/dist-types/pagination/ListManagedDataIdentifiersPaginator.d.ts +4 -0
  112. package/dist-types/pagination/ListResourceProfileArtifactsPaginator.d.ts +4 -0
  113. package/dist-types/pagination/ListResourceProfileDetectionsPaginator.d.ts +4 -0
  114. package/dist-types/pagination/ListSensitivityInspectionTemplatesPaginator.d.ts +4 -0
  115. package/dist-types/pagination/index.d.ts +6 -0
  116. package/dist-types/protocols/Aws_restJson1.d.ts +39 -0
  117. package/dist-types/ts3.4/Macie2.d.ts +245 -0
  118. package/dist-types/ts3.4/Macie2Client.d.ts +80 -2
  119. package/dist-types/ts3.4/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +41 -0
  120. package/dist-types/ts3.4/commands/GetClassificationScopeCommand.d.ts +41 -0
  121. package/dist-types/ts3.4/commands/GetResourceProfileCommand.d.ts +38 -0
  122. package/dist-types/ts3.4/commands/GetSensitivityInspectionTemplateCommand.d.ts +41 -0
  123. package/dist-types/ts3.4/commands/ListClassificationScopesCommand.d.ts +41 -0
  124. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/ListResourceProfileArtifactsCommand.d.ts +41 -0
  129. package/dist-types/ts3.4/commands/ListResourceProfileDetectionsCommand.d.ts +41 -0
  130. package/dist-types/ts3.4/commands/ListSensitivityInspectionTemplatesCommand.d.ts +41 -0
  131. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -2
  138. package/dist-types/ts3.4/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +41 -0
  139. package/dist-types/ts3.4/commands/UpdateClassificationScopeCommand.d.ts +41 -0
  140. package/dist-types/ts3.4/commands/UpdateResourceProfileCommand.d.ts +41 -0
  141. package/dist-types/ts3.4/commands/UpdateResourceProfileDetectionsCommand.d.ts +41 -0
  142. package/dist-types/ts3.4/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +41 -0
  143. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  144. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  145. package/dist-types/ts3.4/models/models_0.d.ts +194 -169
  146. package/dist-types/ts3.4/models/models_1.d.ts +297 -1
  147. package/dist-types/ts3.4/pagination/ListAllowListsPaginator.d.ts +11 -0
  148. package/dist-types/ts3.4/pagination/ListClassificationScopesPaginator.d.ts +11 -0
  149. package/dist-types/ts3.4/pagination/ListManagedDataIdentifiersPaginator.d.ts +11 -0
  150. package/dist-types/ts3.4/pagination/ListResourceProfileArtifactsPaginator.d.ts +11 -0
  151. package/dist-types/ts3.4/pagination/ListResourceProfileDetectionsPaginator.d.ts +11 -0
  152. package/dist-types/ts3.4/pagination/ListSensitivityInspectionTemplatesPaginator.d.ts +11 -0
  153. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  154. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
  155. package/package.json +3 -3
@@ -145,7 +145,7 @@ export declare enum EffectivePermission {
145
145
  UNKNOWN = "UNKNOWN"
146
146
  }
147
147
  /**
148
- * <p>Provides information about the block public access settings for an S3 bucket. These settings can apply to a bucket at the account level or bucket level. For detailed information about each setting, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html">Blocking public access to your Amazon S3 storage</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>
148
+ * <p>Provides information about the block public access settings for an S3 bucket. These settings can apply to a bucket at the account or bucket level. For detailed information about each setting, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html">Blocking public access to your Amazon S3 storage</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>
149
149
  */
150
150
  export interface BlockPublicAccess {
151
151
  /**
@@ -298,7 +298,7 @@ export interface KeyValuePair {
298
298
  value?: string;
299
299
  }
300
300
  /**
301
- * <p>Provides information about the total storage size (in bytes) or number of objects that Amazon Macie can't analyze in one or more S3 buckets. In a BucketMetadata or MatchingBucket object, this data is for a specific bucket. In a GetBucketStatisticsResponse object, this data is aggregated for the buckets in the query results. If versioning is enabled for a bucket, total storage size values are based on the size of the latest version of each applicable object in the bucket.</p>
301
+ * <p>Provides information about the total storage size (in bytes) or number of objects that Amazon Macie can't analyze in one or more S3 buckets. In a BucketMetadata or MatchingBucket object, this data is for a specific bucket. In a GetBucketStatisticsResponse object, this data is aggregated for all the buckets in the query results. If versioning is enabled for a bucket, storage size values are based on the size of the latest version of each applicable object in the bucket.</p>
302
302
  */
303
303
  export interface ObjectLevelStatistics {
304
304
  /**
@@ -315,7 +315,7 @@ export interface ObjectLevelStatistics {
315
315
  total?: number;
316
316
  }
317
317
  /**
318
- * <p>Provides statistical data and other information about an S3 bucket that Amazon Macie monitors and analyzes for your account. If an error occurs when Macie attempts to retrieve and process information about the bucket or the bucket's objects, the value for the versioning property is false and the value for most other properties is null. Exceptions are accountId, bucketArn, bucketCreatedAt, bucketName, lastUpdated, and region. To identify the cause of the error, refer to the errorCode and errorMessage values.</p>
318
+ * <p>Provides statistical data and other information about an S3 bucket that Amazon Macie monitors and analyzes for your account. If an error occurs when Macie attempts to retrieve and process metadata from Amazon S3 for the bucket and the bucket's objects, the value for the versioning property is false and the value for most other properties is null. Key exceptions are accountId, bucketArn, bucketCreatedAt, bucketName, lastUpdated, and region. To identify the cause of the error, refer to the errorCode and errorMessage values.</p>
319
319
  */
320
320
  export interface BucketMetadata {
321
321
  /**
@@ -323,7 +323,7 @@ export interface BucketMetadata {
323
323
  */
324
324
  accountId?: string;
325
325
  /**
326
- * <p>Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are uploaded to the bucket. Possible values are:</p> <ul><li><p>FALSE - The bucket policy requires server-side encryption of new objects. PutObject requests must include the x-amz-server-side-encryption header and the value for that header must be AES256 or aws:kms.</p></li> <li><p>TRUE - The bucket doesn't have a bucket policy or it has a bucket policy that doesn't require server-side encryption of new objects. If a bucket policy exists, it doesn't require PutObject requests to include the x-amz-server-side-encryption header and it doesn't require the value for that header to be AES256 or aws:kms.</p></li> <li><p>UNKNOWN - Amazon Macie can't determine whether the bucket policy requires server-side encryption of new objects.</p></li></ul>
326
+ * <p>Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are uploaded to the bucket. Possible values are:</p> <ul><li><p>FALSE - The bucket policy requires server-side encryption of new objects. PutObject requests must include a valid server-side encryption header.</p></li> <li><p>TRUE - The bucket doesn't have a bucket policy or it has a bucket policy that doesn't require server-side encryption of new objects. If a bucket policy exists, it doesn't require PutObject requests to include a valid server-side encryption header.</p></li> <li><p>UNKNOWN - Amazon Macie can't determine whether the bucket policy requires server-side encryption of new objects.</p></li></ul> <p>Valid server-side encryption headers are: x-amz-server-side-encryption with a value of AES256 or aws:kms, and x-amz-server-side-encryption-customer-algorithm with a value of AES256.</p>
327
327
  */
328
328
  allowsUnencryptedObjectUploads?: AllowsUnencryptedObjectUploads | string;
329
329
  /**
@@ -331,7 +331,7 @@ export interface BucketMetadata {
331
331
  */
332
332
  bucketArn?: string;
333
333
  /**
334
- * <p>The date and time, in UTC and extended ISO 8601 format, when the bucket was created.</p>
334
+ * <p>The date and time, in UTC and extended ISO 8601 format, when the bucket was created, or changes such as edits to the bucket's policy were most recently made to the bucket.</p>
335
335
  */
336
336
  bucketCreatedAt?: Date;
337
337
  /**
@@ -358,6 +358,10 @@ export interface BucketMetadata {
358
358
  * <p>Specifies whether any one-time or recurring classification jobs are configured to analyze data in the bucket, and, if so, the details of the job that ran most recently.</p>
359
359
  */
360
360
  jobDetails?: JobDetails;
361
+ /**
362
+ * <p>The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently performed automated sensitive data discovery for the bucket. This value is null if automated sensitive data discovery is currently disabled for your account.</p>
363
+ */
364
+ lastAutomatedDiscoveryTime?: Date;
361
365
  /**
362
366
  * <p>The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently retrieved both bucket and object metadata from Amazon S3 for the bucket.</p>
363
367
  */
@@ -382,6 +386,10 @@ export interface BucketMetadata {
382
386
  * <p>Specifies whether the bucket is configured to replicate one or more objects to buckets for other Amazon Web Services accounts and, if so, which accounts.</p>
383
387
  */
384
388
  replicationDetails?: ReplicationDetails;
389
+ /**
390
+ * <p>The sensitivity score for the bucket, ranging from -1 (no analysis due to an error) to 100 (sensitive). This value is null if automated sensitive data discovery is currently disabled for your account.</p>
391
+ */
392
+ sensitivityScore?: number;
385
393
  /**
386
394
  * <p>Specifies whether the bucket encrypts new objects by default and, if so, the type of server-side encryption that's used.</p>
387
395
  */
@@ -415,6 +423,19 @@ export interface BucketMetadata {
415
423
  */
416
424
  versioning?: boolean;
417
425
  }
426
+ /**
427
+ * <p>Provides information about the classification scope for an Amazon Macie account. Macie uses the scope's settings when it performs automated sensitive data discovery for the account.</p>
428
+ */
429
+ export interface ClassificationScopeSummary {
430
+ /**
431
+ * <p>The unique identifier for the classification scope.</p>
432
+ */
433
+ id?: string;
434
+ /**
435
+ * <p>The name of the classification scope.</p>
436
+ */
437
+ name?: string;
438
+ }
418
439
  export declare enum JobComparator {
419
440
  CONTAINS = "CONTAINS",
420
441
  EQ = "EQ",
@@ -521,11 +542,45 @@ export interface DetectedDataDetails {
521
542
  */
522
543
  value: string | undefined;
523
544
  }
545
+ export declare enum DataIdentifierType {
546
+ CUSTOM = "CUSTOM",
547
+ MANAGED = "MANAGED"
548
+ }
549
+ /**
550
+ * <p>Provides information about a type of sensitive data that Amazon Macie found in an S3 bucket while performing automated sensitive data discovery for the bucket. The information also specifies the custom data identifier or managed data identifier that detected the data. This information is available only if automated sensitive data discovery is currently enabled for your account.</p>
551
+ */
552
+ export interface Detection {
553
+ /**
554
+ * <p>If the sensitive data was detected by a custom data identifier, the Amazon Resource Name (ARN) of the custom data identifier that detected the data. Otherwise, this value is null.</p>
555
+ */
556
+ arn?: string;
557
+ /**
558
+ * <p>The total number of occurrences of the sensitive data.</p>
559
+ */
560
+ count?: number;
561
+ /**
562
+ * <p>The unique identifier for the custom data identifier or managed data identifier that detected the sensitive data. For additional details about a specified managed data identifier, see <a href="https://docs.aws.amazon.com/macie/latest/user/managed-data-identifiers.html">Using managed data identifiers</a> in the <i>Amazon Macie User Guide</i>.</p>
563
+ */
564
+ id?: string;
565
+ /**
566
+ * <p>The name of the custom data identifier or managed data identifier that detected the sensitive data. For a managed data identifier, this value is the same as the unique identifier (id).</p>
567
+ */
568
+ name?: string;
569
+ /**
570
+ * <p>Specifies whether occurrences of this type of sensitive data are excluded (true) or included (false) in the bucket's sensitivity score.</p>
571
+ */
572
+ suppressed?: boolean;
573
+ /**
574
+ * <p>The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a custom data identifier; and, MANAGED, for a managed data identifier.</p>
575
+ */
576
+ type?: DataIdentifierType | string;
577
+ }
524
578
  export declare enum FindingCategory {
525
579
  CLASSIFICATION = "CLASSIFICATION",
526
580
  POLICY = "POLICY"
527
581
  }
528
582
  export declare enum OriginType {
583
+ AUTOMATED_SENSITIVE_DATA_DISCOVERY = "AUTOMATED_SENSITIVE_DATA_DISCOVERY",
529
584
  SENSITIVE_DATA_DISCOVERY_JOB = "SENSITIVE_DATA_DISCOVERY_JOB"
530
585
  }
531
586
  /**
@@ -742,19 +797,19 @@ export interface ClassificationResult {
742
797
  */
743
798
  export interface ClassificationDetails {
744
799
  /**
745
- * <p>The path to the folder or file (in Amazon S3) that contains the corresponding sensitive data discovery result for the finding. If a finding applies to a large archive or compressed file, this value is the path to a folder. Otherwise, this value is the path to a file.</p>
800
+ * <p>The path to the folder or file in Amazon S3 that contains the corresponding sensitive data discovery result for the finding. If a finding applies to a large archive or compressed file, this value is the path to a folder. Otherwise, this value is the path to a file.</p>
746
801
  */
747
802
  detailedResultsLocation?: string;
748
803
  /**
749
- * <p>The Amazon Resource Name (ARN) of the classification job that produced the finding.</p>
804
+ * <p>The Amazon Resource Name (ARN) of the classification job that produced the finding. This value is null if the origin of the finding (originType) is AUTOMATED_SENSITIVE_DATA_DISCOVERY.</p>
750
805
  */
751
806
  jobArn?: string;
752
807
  /**
753
- * <p>The unique identifier for the classification job that produced the finding.</p>
808
+ * <p>The unique identifier for the classification job that produced the finding. This value is null if the origin of the finding (originType) is AUTOMATED_SENSITIVE_DATA_DISCOVERY.</p>
754
809
  */
755
810
  jobId?: string;
756
811
  /**
757
- * <p>Specifies how Amazon Macie found the sensitive data that produced the finding: SENSITIVE_DATA_DISCOVERY_JOB, for a classification job.</p>
812
+ * <p>Specifies how Amazon Macie found the sensitive data that produced the finding. Possible values are: SENSITIVE_DATA_DISCOVERY_JOB, for a classification job; and, AUTOMATED_SENSITIVE_DATA_DISCOVERY, for automated sensitive data discovery.</p>
758
813
  */
759
814
  originType?: OriginType | string;
760
815
  /**
@@ -1158,7 +1213,7 @@ export interface S3BucketOwner {
1158
1213
  */
1159
1214
  export interface S3Bucket {
1160
1215
  /**
1161
- * <p>Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are uploaded to the bucket. Possible values are:</p> <ul><li><p>FALSE - The bucket policy requires server-side encryption of new objects. PutObject requests must include the x-amz-server-side-encryption header and the value for that header must be AES256 or aws:kms.</p></li> <li><p>TRUE - The bucket doesn't have a bucket policy or it has a bucket policy that doesn't require server-side encryption of new objects. If a bucket policy exists, it doesn't require PutObject requests to include the x-amz-server-side-encryption header and it doesn't require the value for that header to be AES256 or aws:kms.</p></li> <li><p>UNKNOWN - Amazon Macie can't determine whether the bucket policy requires server-side encryption of objects.</p></li></ul>
1216
+ * <p>Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are uploaded to the bucket. Possible values are:</p> <ul><li><p>FALSE - The bucket policy requires server-side encryption of new objects. PutObject requests must include a valid server-side encryption header.</p></li> <li><p>TRUE - The bucket doesn't have a bucket policy or it has a bucket policy that doesn't require server-side encryption of new objects. If a bucket policy exists, it doesn't require PutObject requests to include a valid server-side encryption header.</p></li> <li><p>UNKNOWN - Amazon Macie can't determine whether the bucket policy requires server-side encryption of new objects.</p></li></ul> <p>Valid server-side encryption headers are: x-amz-server-side-encryption with a value of AES256 or aws:kms, and x-amz-server-side-encryption-customer-algorithm with a value of AES256.</p>
1162
1217
  */
1163
1218
  allowsUnencryptedObjectUploads?: AllowsUnencryptedObjectUploads | string;
1164
1219
  /**
@@ -1316,11 +1371,11 @@ export interface Finding {
1316
1371
  */
1317
1372
  classificationDetails?: ClassificationDetails;
1318
1373
  /**
1319
- * <p>The total number of occurrences of the finding. For sensitive data findings, this value is always 1. All sensitive data findings are considered new (unique) because they derive from individual classification jobs.</p>
1374
+ * <p>The total number of occurrences of the finding. For sensitive data findings, this value is always 1. All sensitive data findings are considered unique.</p>
1320
1375
  */
1321
1376
  count?: number;
1322
1377
  /**
1323
- * <p>The date and time, in UTC and extended ISO 8601 format, when the finding was created.</p>
1378
+ * <p>The date and time, in UTC and extended ISO 8601 format, when Amazon Macie created the finding.</p>
1324
1379
  */
1325
1380
  createdAt?: Date;
1326
1381
  /**
@@ -1368,7 +1423,7 @@ export interface Finding {
1368
1423
  */
1369
1424
  type?: FindingType | string;
1370
1425
  /**
1371
- * <p>The date and time, in UTC and extended ISO 8601 format, when the finding was last updated. For sensitive data findings, this value is the same as the value for the createdAt property. All sensitive data findings are considered new (unique) because they derive from individual classification jobs.</p>
1426
+ * <p>The date and time, in UTC and extended ISO 8601 format, when Amazon Macie last updated the finding. For sensitive data findings, this value is the same as the value for the createdAt property. All sensitive data findings are considered new.</p>
1372
1427
  */
1373
1428
  updatedAt?: Date;
1374
1429
  }
@@ -1381,7 +1436,7 @@ export declare enum FindingsFilterAction {
1381
1436
  */
1382
1437
  export interface FindingsFilterListItem {
1383
1438
  /**
1384
- * <p>The action that's performed on findings that meet the filter criteria. Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.</p>
1439
+ * <p>The action that's performed on findings that match the filter criteria. Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.</p>
1385
1440
  */
1386
1441
  action?: FindingsFilterAction | string;
1387
1442
  /**
@@ -1601,6 +1656,10 @@ export interface UserPausedDetails {
1601
1656
  * <p>Provides information about a classification job, including the current status of the job.</p>
1602
1657
  */
1603
1658
  export interface JobSummary {
1659
+ /**
1660
+ * <p>The property- and tag-based conditions that determine which S3 buckets are included or excluded from the job's analysis. Each time the job runs, the job uses these criteria to determine which buckets to analyze. A job's definition can contain a bucketCriteria object or a bucketDefinitions array, not both.</p>
1661
+ */
1662
+ bucketCriteria?: S3BucketCriteriaForJob;
1604
1663
  /**
1605
1664
  * <p>An array of objects, one for each Amazon Web Services account that owns specific S3 buckets for the job to analyze. Each object specifies the account ID for an account and one or more buckets to analyze for that account. A job's definition can contain a bucketDefinitions array or a bucketCriteria object, not both.</p>
1606
1665
  */
@@ -1633,10 +1692,6 @@ export interface JobSummary {
1633
1692
  * <p>If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run will expire and be cancelled if it isn't resumed. This value is present only if the value for jobStatus is USER_PAUSED.</p>
1634
1693
  */
1635
1694
  userPausedDetails?: UserPausedDetails;
1636
- /**
1637
- * <p>The property- and tag-based conditions that determine which S3 buckets are included or excluded from the job's analysis. Each time the job runs, the job uses these criteria to determine which buckets to analyze. A job's definition can contain a bucketCriteria object or a bucketDefinitions array, not both.</p>
1638
- */
1639
- bucketCriteria?: S3BucketCriteriaForJob;
1640
1695
  }
1641
1696
  export declare enum ListJobsFilterKey {
1642
1697
  createdAt = "createdAt",
@@ -1675,7 +1730,7 @@ export interface ManagedDataIdentifierSummary {
1675
1730
  id?: string;
1676
1731
  }
1677
1732
  /**
1678
- * <p>Provides statistical data and other information about an S3 bucket that Amazon Macie monitors and analyzes for your account. If an error occurs when Macie attempts to retrieve and process information about the bucket or the bucket's objects, the value for most of these properties is null. Exceptions are accountId and bucketName. To identify the cause of the error, refer to the errorCode and errorMessage values.</p>
1733
+ * <p>Provides statistical data and other information about an S3 bucket that Amazon Macie monitors and analyzes for your account. If an error occurs when Macie attempts to retrieve and process information about the bucket or the bucket's objects, the value for most of these properties is null. Key exceptions are accountId and bucketName. To identify the cause of the error, refer to the errorCode and errorMessage values.</p>
1679
1734
  */
1680
1735
  export interface MatchingBucket {
1681
1736
  /**
@@ -1706,14 +1761,22 @@ export interface MatchingBucket {
1706
1761
  * <p>Specifies whether any one-time or recurring classification jobs are configured to analyze objects in the bucket, and, if so, the details of the job that ran most recently.</p>
1707
1762
  */
1708
1763
  jobDetails?: JobDetails;
1764
+ /**
1765
+ * <p>The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently performed automated sensitive data discovery for the bucket. This value is null if automated sensitive data discovery is currently disabled for your account.</p>
1766
+ */
1767
+ lastAutomatedDiscoveryTime?: Date;
1709
1768
  /**
1710
1769
  * <p>The total number of objects in the bucket.</p>
1711
1770
  */
1712
1771
  objectCount?: number;
1713
1772
  /**
1714
- * <p>The total number of objects that are in the bucket, grouped by server-side encryption type. This includes a grouping that reports the total number of objects that aren't encrypted or use client-side encryption.</p>
1773
+ * <p>The total number of objects in the bucket, grouped by server-side encryption type. This includes a grouping that reports the total number of objects that aren't encrypted or use client-side encryption.</p>
1715
1774
  */
1716
1775
  objectCountByEncryptionType?: ObjectCountByEncryptionType;
1776
+ /**
1777
+ * <p>The current sensitivity score for the bucket, ranging from -1 (no analysis due to an error) to 100 (sensitive). This value is null if automated sensitive data discovery is currently disabled for your account.</p>
1778
+ */
1779
+ sensitivityScore?: number;
1717
1780
  /**
1718
1781
  * <p>The total storage size, in bytes, of the bucket.</p> <p>If versioning is enabled for the bucket, Amazon Macie calculates this value based on the size of the latest version of each object in the bucket. This value doesn't reflect the storage size of all versions of each object in the bucket.</p>
1719
1782
  */
@@ -1781,6 +1844,23 @@ export interface Member {
1781
1844
  */
1782
1845
  updatedAt?: Date;
1783
1846
  }
1847
+ /**
1848
+ * <p>Provides information about an S3 object that Amazon Macie selected for analysis while performing automated sensitive data discovery for an S3 bucket, and the status and results of the analysis. This information is available only if automated sensitive data discovery is currently enabled for your account.</p>
1849
+ */
1850
+ export interface ResourceProfileArtifact {
1851
+ /**
1852
+ * <p>The Amazon Resource Name (ARN) of the object.</p>
1853
+ */
1854
+ arn: string | undefined;
1855
+ /**
1856
+ * <p>The status of the analysis. Possible values are:</p> <ul><li><p>COMPLETE - Amazon Macie successfully completed its analysis of the object.</p></li> <li><p>PARTIAL - Macie analyzed only a subset of data in the object. For example, the object is an archive file that contains files in an unsupported format.</p></li> <li><p>SKIPPED - Macie wasn't able to analyze the object. For example, the object is a malformed file.</p></li></ul>
1857
+ */
1858
+ classificationResultStatus: string | undefined;
1859
+ /**
1860
+ * <p>Specifies whether Amazon Macie found sensitive data in the object.</p>
1861
+ */
1862
+ sensitive?: boolean;
1863
+ }
1784
1864
  export declare enum SearchResourcesComparator {
1785
1865
  EQ = "EQ",
1786
1866
  NE = "NE"
@@ -1847,6 +1927,32 @@ export interface SearchResourcesCriteria {
1847
1927
  */
1848
1928
  tagCriterion?: SearchResourcesTagCriterion;
1849
1929
  }
1930
+ /**
1931
+ * <p>Provides information about the sensitivity inspection template for an Amazon Macie account. Macie uses the template's settings when it performs automated sensitive data discovery for the account.</p>
1932
+ */
1933
+ export interface SensitivityInspectionTemplatesEntry {
1934
+ /**
1935
+ * <p>The unique identifier for the sensitivity inspection template for the account.</p>
1936
+ */
1937
+ id?: string;
1938
+ /**
1939
+ * <p>The name of the sensitivity inspection template for the account.</p>
1940
+ */
1941
+ name?: string;
1942
+ }
1943
+ /**
1944
+ * <p>Specifies a custom data identifier or managed data identifier that detected a type of sensitive data to start excluding or including in an S3 bucket's sensitivity score.</p>
1945
+ */
1946
+ export interface SuppressDataIdentifier {
1947
+ /**
1948
+ * <p>The unique identifier for the custom data identifier or managed data identifier that detected the type of sensitive data to exclude or include in the score.</p>
1949
+ */
1950
+ id?: string;
1951
+ /**
1952
+ * <p>The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a custom data identifier; and, MANAGED, for a managed data identifier.</p>
1953
+ */
1954
+ type?: DataIdentifierType | string;
1955
+ }
1850
1956
  export declare enum UnavailabilityReasonCode {
1851
1957
  INVALID_CLASSIFICATION_RESULT = "INVALID_CLASSIFICATION_RESULT",
1852
1958
  OBJECT_EXCEEDS_SIZE_QUOTA = "OBJECT_EXCEEDS_SIZE_QUOTA",
@@ -1899,6 +2005,8 @@ export interface ServiceLimit {
1899
2005
  value?: number;
1900
2006
  }
1901
2007
  export declare enum UsageType {
2008
+ AUTOMATED_OBJECT_MONITORING = "AUTOMATED_OBJECT_MONITORING",
2009
+ AUTOMATED_SENSITIVE_DATA_DISCOVERY = "AUTOMATED_SENSITIVE_DATA_DISCOVERY",
1902
2010
  DATA_INVENTORY_EVALUATION = "DATA_INVENTORY_EVALUATION",
1903
2011
  SENSITIVE_DATA_DISCOVERY = "SENSITIVE_DATA_DISCOVERY"
1904
2012
  }
@@ -1919,7 +2027,7 @@ export interface UsageByAccount {
1919
2027
  */
1920
2028
  serviceLimit?: ServiceLimit;
1921
2029
  /**
1922
- * <p>The name of the metric. Possible values are: DATA_INVENTORY_EVALUATION, for monitoring S3 buckets; and, SENSITIVE_DATA_DISCOVERY, for analyzing S3 objects to detect sensitive data.</p>
2030
+ * <p>The name of the metric. Possible values are: AUTOMATED_OBJECT_MONITORING, to monitor S3 objects for automated sensitive data discovery; AUTOMATED_SENSITIVE_DATA_DISCOVERY, to analyze S3 objects for automated sensitive data discovery; DATA_INVENTORY_EVALUATION, to monitor S3 buckets; and, SENSITIVE_DATA_DISCOVERY, to run classification jobs.</p>
1923
2031
  */
1924
2032
  type?: UsageType | string;
1925
2033
  }
@@ -1932,7 +2040,11 @@ export interface UsageRecord {
1932
2040
  */
1933
2041
  accountId?: string;
1934
2042
  /**
1935
- * <p>The date and time, in UTC and extended ISO 8601 format, when the free trial started for the account.</p>
2043
+ * <p>The date and time, in UTC and extended ISO 8601 format, when the free trial of automated sensitive data discovery started for the account. If the account is a member account in an organization, this value is the same as the value for the organization's Amazon Macie administrator account.</p>
2044
+ */
2045
+ automatedDiscoveryFreeTrialStartDate?: Date;
2046
+ /**
2047
+ * <p>The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie free trial started for the account.</p>
1936
2048
  */
1937
2049
  freeTrialStartDate?: Date;
1938
2050
  /**
@@ -1968,7 +2080,7 @@ export interface UsageStatisticsFilter {
1968
2080
  */
1969
2081
  key?: UsageStatisticsFilterKey | string;
1970
2082
  /**
1971
- * <p>An array that lists values to use in the condition, based on the value for the field specified by the key property. If the value for the key property is accountId, this array can specify multiple values. Otherwise, this array can specify only one value.</p> <p>Valid values for each supported field are:</p> <ul><li><p>accountId - The unique identifier for an Amazon Web Services account.</p></li> <li><p>freeTrialStartDate - The date and time, in UTC and extended ISO 8601 format, when the free trial started for an account.</p></li> <li><p>serviceLimit - A Boolean (true or false) value that indicates whether an account has reached its monthly quota.</p></li> <li><p>total - A string that represents the current estimated cost for an account.</p></li></ul>
2083
+ * <p>An array that lists values to use in the condition, based on the value for the field specified by the key property. If the value for the key property is accountId, this array can specify multiple values. Otherwise, this array can specify only one value.</p> <p>Valid values for each supported field are:</p> <ul><li><p>accountId - The unique identifier for an Amazon Web Services account.</p></li> <li><p>freeTrialStartDate - The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie free trial started for an account.</p></li> <li><p>serviceLimit - A Boolean (true or false) value that indicates whether an account has reached its monthly quota.</p></li> <li><p>total - A string that represents the current estimated cost for an account.</p></li></ul>
1972
2084
  */
1973
2085
  values?: string[];
1974
2086
  }
@@ -1985,7 +2097,7 @@ export interface UsageTotal {
1985
2097
  */
1986
2098
  estimatedCost?: string;
1987
2099
  /**
1988
- * <p>The name of the metric. Possible values are: DATA_INVENTORY_EVALUATION, for monitoring S3 buckets; and, SENSITIVE_DATA_DISCOVERY, for analyzing S3 objects to detect sensitive data.</p>
2100
+ * <p>The name of the metric. Possible values are: AUTOMATED_OBJECT_MONITORING, to monitor S3 objects for automated sensitive data discovery; AUTOMATED_SENSITIVE_DATA_DISCOVERY, to analyze S3 objects for automated sensitive data discovery; DATA_INVENTORY_EVALUATION, to monitor S3 buckets; and, SENSITIVE_DATA_DISCOVERY, to run classification jobs.</p>
1989
2101
  */
1990
2102
  type?: UsageType | string;
1991
2103
  }
@@ -2144,6 +2256,10 @@ export interface AllowListStatus {
2144
2256
  */
2145
2257
  description?: string;
2146
2258
  }
2259
+ export declare enum AutomatedDiscoveryStatus {
2260
+ DISABLED = "DISABLED",
2261
+ ENABLED = "ENABLED"
2262
+ }
2147
2263
  export declare enum AvailabilityCode {
2148
2264
  AVAILABLE = "AVAILABLE",
2149
2265
  UNAVAILABLE = "UNAVAILABLE"
@@ -2156,7 +2272,7 @@ export interface BatchGetCustomDataIdentifiersRequest {
2156
2272
  }
2157
2273
  export interface BatchGetCustomDataIdentifiersResponse {
2158
2274
  /**
2159
- * <p>An array of objects, one for each custom data identifier that meets the criteria specified in the request.</p>
2275
+ * <p>An array of objects, one for each custom data identifier that matches the criteria specified in the request.</p>
2160
2276
  */
2161
2277
  customDataIdentifiers?: BatchGetCustomDataIdentifierSummary[];
2162
2278
  /**
@@ -2232,11 +2348,11 @@ export interface BucketCountBySharedAccessType {
2232
2348
  */
2233
2349
  export interface BucketCountPolicyAllowsUnencryptedObjectUploads {
2234
2350
  /**
2235
- * <p>The total number of buckets that don't have a bucket policy or have a bucket policy that doesn't require server-side encryption of new objects. If a bucket policy exists, the policy doesn't require PutObject requests to include the x-amz-server-side-encryption header and it doesn't require the value for that header to be AES256 or aws:kms.</p>
2351
+ * <p>The total number of buckets that don't have a bucket policy or have a bucket policy that doesn't require server-side encryption of new objects. If a bucket policy exists, the policy doesn't require PutObject requests to include a valid server-side encryption header: the x-amz-server-side-encryption header with a value of AES256 or aws:kms, or the x-amz-server-side-encryption-customer-algorithm header with a value of AES256.</p>
2236
2352
  */
2237
2353
  allowsUnencryptedObjectUploads?: number;
2238
2354
  /**
2239
- * <p>The total number of buckets whose bucket policies require server-side encryption of new objects. PutObject requests for these buckets must include the x-amz-server-side-encryption header and the value for that header must be AES256 or aws:kms.</p>
2355
+ * <p>The total number of buckets whose bucket policies require server-side encryption of new objects. PutObject requests for these buckets must include a valid server-side encryption header: the x-amz-server-side-encryption header with a value of AES256 or aws:kms, or the x-amz-server-side-encryption-customer-algorithm header with a value of AES256.</p>
2240
2356
  */
2241
2357
  deniesUnencryptedObjectUploads?: number;
2242
2358
  /**
@@ -2286,7 +2402,7 @@ export declare enum OrderBy {
2286
2402
  */
2287
2403
  export interface BucketSortCriteria {
2288
2404
  /**
2289
- * <p>The name of the bucket property to sort the results by. This value can be one of the following properties that Amazon Macie defines as bucket metadata: accountId, bucketName, classifiableObjectCount, classifiableSizeInBytes, objectCount, or sizeInBytes.</p>
2405
+ * <p>The name of the bucket property to sort the results by. This value can be one of the following properties that Amazon Macie defines as bucket metadata: accountId, bucketName, classifiableObjectCount, classifiableSizeInBytes, objectCount, sensitivityScore, or sizeInBytes.</p>
2290
2406
  */
2291
2407
  attributeName?: string;
2292
2408
  /**
@@ -2294,6 +2410,48 @@ export interface BucketSortCriteria {
2294
2410
  */
2295
2411
  orderBy?: OrderBy | string;
2296
2412
  }
2413
+ /**
2414
+ * <p>Provides aggregated statistical data for sensitive data discovery metrics that apply to S3 buckets. Each field contains aggregated data for all the buckets that have a sensitivity score (sensitivityScore) of a specified value or within a specified range (BucketStatisticsBySensitivity). If automated sensitive data discovery is currently disabled for your account, the value for each field is 0.</p>
2415
+ */
2416
+ export interface SensitivityAggregations {
2417
+ /**
2418
+ * <p>The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.</p> <p>If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each applicable object in the buckets. This value doesn't reflect the storage size of all versions of all applicable objects in the buckets.</p>
2419
+ */
2420
+ classifiableSizeInBytes?: number;
2421
+ /**
2422
+ * <p>The total number of buckets that are publicly accessible based on a combination of permissions settings for each bucket.</p>
2423
+ */
2424
+ publiclyAccessibleCount?: number;
2425
+ /**
2426
+ * <p>The total number of buckets.</p>
2427
+ */
2428
+ totalCount?: number;
2429
+ /**
2430
+ * <p>The total storage size, in bytes, of the buckets.</p> <p>If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each object in the buckets. This value doesn't reflect the storage size of all versions of the objects in the buckets.</p>
2431
+ */
2432
+ totalSizeInBytes?: number;
2433
+ }
2434
+ /**
2435
+ * <p>Provides aggregated statistical data for sensitive data discovery metrics that apply to S3 buckets, grouped by bucket sensitivity score (sensitivityScore). If automated sensitive data discovery is currently disabled for your account, the value for each metric is 0.</p>
2436
+ */
2437
+ export interface BucketStatisticsBySensitivity {
2438
+ /**
2439
+ * <p>The aggregated statistical data for all buckets that have a sensitivity score of -1.</p>
2440
+ */
2441
+ classificationError?: SensitivityAggregations;
2442
+ /**
2443
+ * <p>The aggregated statistical data for all buckets that have a sensitivity score of 50.</p>
2444
+ */
2445
+ notClassified?: SensitivityAggregations;
2446
+ /**
2447
+ * <p>The aggregated statistical data for all buckets that have a sensitivity score of 0-49.</p>
2448
+ */
2449
+ notSensitive?: SensitivityAggregations;
2450
+ /**
2451
+ * <p>The aggregated statistical data for all buckets that have a sensitivity score of 51-100.</p>
2452
+ */
2453
+ sensitive?: SensitivityAggregations;
2454
+ }
2297
2455
  /**
2298
2456
  * <p>Specifies an S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.</p>
2299
2457
  */
@@ -2312,7 +2470,7 @@ export interface S3Destination {
2312
2470
  kmsKeyArn: string | undefined;
2313
2471
  }
2314
2472
  /**
2315
- * <p>Specifies where to store data classification results, and the encryption settings to use when storing results in that location. Currently, you can store classification results only in an S3 bucket.</p>
2473
+ * <p>Specifies where to store data classification results, and the encryption settings to use when storing results in that location. The location must be an S3 bucket.</p>
2316
2474
  */
2317
2475
  export interface ClassificationExportConfiguration {
2318
2476
  /**
@@ -2320,6 +2478,11 @@ export interface ClassificationExportConfiguration {
2320
2478
  */
2321
2479
  s3Destination?: S3Destination;
2322
2480
  }
2481
+ export declare enum ClassificationScopeUpdateOperation {
2482
+ ADD = "ADD",
2483
+ REMOVE = "REMOVE",
2484
+ REPLACE = "REPLACE"
2485
+ }
2323
2486
  export interface CreateAllowListRequest {
2324
2487
  /**
2325
2488
  * <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
@@ -2384,6 +2547,10 @@ export interface Scoping {
2384
2547
  * <p>Specifies which S3 buckets contain the objects that a classification job analyzes, and the scope of that analysis. The bucket specification can be static (bucketDefinitions) or dynamic (bucketCriteria). If it's static, the job analyzes objects in the same predefined set of buckets each time the job runs. If it's dynamic, the job analyzes objects in any buckets that match the specified criteria each time the job starts to run.</p>
2385
2548
  */
2386
2549
  export interface S3JobDefinition {
2550
+ /**
2551
+ * <p>The property- and tag-based conditions that determine which S3 buckets to include or exclude from the analysis. Each time the job runs, the job uses these criteria to determine which buckets contain objects to analyze. A job's definition can contain a bucketCriteria object or a bucketDefinitions array, not both.</p>
2552
+ */
2553
+ bucketCriteria?: S3BucketCriteriaForJob;
2387
2554
  /**
2388
2555
  * <p>An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze. Each object specifies the account ID for an account and one or more buckets to analyze for that account. A job's definition can contain a bucketDefinitions array or a bucketCriteria object, not both.</p>
2389
2556
  */
@@ -2392,10 +2559,6 @@ export interface S3JobDefinition {
2392
2559
  * <p>The property- and tag-based conditions that determine which S3 objects to include or exclude from the analysis. Each time the job runs, the job uses these criteria to determine which objects to analyze.</p>
2393
2560
  */
2394
2561
  scoping?: Scoping;
2395
- /**
2396
- * <p>The property- and tag-based conditions that determine which S3 buckets to include or exclude from the analysis. Each time the job runs, the job uses these criteria to determine which buckets contain objects to analyze. A job's definition can contain a bucketCriteria object or a bucketDefinitions array, not both.</p>
2397
- */
2398
- bucketCriteria?: S3BucketCriteriaForJob;
2399
2562
  }
2400
2563
  /**
2401
2564
  * <p>Specifies that a classification job runs once a day, every day. This is an empty object.</p>
@@ -2616,7 +2779,7 @@ export interface FindingCriteria {
2616
2779
  }
2617
2780
  export interface CreateFindingsFilterRequest {
2618
2781
  /**
2619
- * <p>The action to perform on findings that meet the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.</p>
2782
+ * <p>The action to perform on findings that match the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.</p>
2620
2783
  */
2621
2784
  action: FindingsFilterAction | string | undefined;
2622
2785
  /**
@@ -2778,7 +2941,7 @@ export interface DescribeBucketsRequest {
2778
2941
  }
2779
2942
  export interface DescribeBucketsResponse {
2780
2943
  /**
2781
- * <p>An array of objects, one for each bucket that meets the filter criteria specified in the request.</p>
2944
+ * <p>An array of objects, one for each bucket that matches the filter criteria specified in the request.</p>
2782
2945
  */
2783
2946
  buckets?: BucketMetadata[];
2784
2947
  /**
@@ -3037,6 +3200,34 @@ export interface GetAllowListResponse {
3037
3200
  */
3038
3201
  updatedAt?: Date;
3039
3202
  }
3203
+ export interface GetAutomatedDiscoveryConfigurationRequest {
3204
+ }
3205
+ export interface GetAutomatedDiscoveryConfigurationResponse {
3206
+ /**
3207
+ * <p>The unique identifier for the classification scope that's used when performing automated sensitive data discovery for the account. The classification scope specifies S3 buckets to exclude from automated sensitive data discovery.</p>
3208
+ */
3209
+ classificationScopeId?: string;
3210
+ /**
3211
+ * <p>The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently disabled for the account. This value is null if automated sensitive data discovery wasn't enabled and subsequently disabled for the account.</p>
3212
+ */
3213
+ disabledAt?: Date;
3214
+ /**
3215
+ * <p>The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was initially enabled for the account. This value is null if automated sensitive data discovery has never been enabled for the account.</p>
3216
+ */
3217
+ firstEnabledAt?: Date;
3218
+ /**
3219
+ * <p>The date and time, in UTC and extended ISO 8601 format, when automated sensitive data discovery was most recently enabled or disabled for the account.</p>
3220
+ */
3221
+ lastUpdatedAt?: Date;
3222
+ /**
3223
+ * <p>The unique identifier for the sensitivity inspection template that's used when performing automated sensitive data discovery for the account. The template specifies which allow lists, custom data identifiers, and managed data identifiers to use when analyzing data.</p>
3224
+ */
3225
+ sensitivityInspectionTemplateId?: string;
3226
+ /**
3227
+ * <p>The current status of the automated sensitive data discovery configuration for the account. Possible values are: ENABLED, use the specified settings to perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.</p>
3228
+ */
3229
+ status?: AutomatedDiscoveryStatus | string;
3230
+ }
3040
3231
  export interface GetBucketStatisticsRequest {
3041
3232
  /**
3042
3233
  * <p>The unique identifier for the Amazon Web Services account.</p>
@@ -3064,12 +3255,16 @@ export interface GetBucketStatisticsResponse {
3064
3255
  * <p>The total number of buckets that are or aren't shared with another Amazon Web Services account.</p>
3065
3256
  */
3066
3257
  bucketCountBySharedAccessType?: BucketCountBySharedAccessType;
3258
+ /**
3259
+ * <p>The aggregated sensitive data discovery statistics for the buckets. If automated sensitive data discovery is currently disabled for your account, the value for each statistic is 0.</p>
3260
+ */
3261
+ bucketStatisticsBySensitivity?: BucketStatisticsBySensitivity;
3067
3262
  /**
3068
3263
  * <p>The total number of objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.</p>
3069
3264
  */
3070
3265
  classifiableObjectCount?: number;
3071
3266
  /**
3072
- * <p>The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.</p> <p>If versioning is enabled for any of the buckets, Macie calculates this value based on the size of the latest version of each applicable object in those buckets. This value doesn't reflect the storage size of all versions of all applicable objects in the buckets.</p>
3267
+ * <p>The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.</p> <p>If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each applicable object in the buckets. This value doesn't reflect the storage size of all versions of all applicable objects in the buckets.</p>
3073
3268
  */
3074
3269
  classifiableSizeInBytes?: number;
3075
3270
  /**
@@ -3081,11 +3276,11 @@ export interface GetBucketStatisticsResponse {
3081
3276
  */
3082
3277
  objectCount?: number;
3083
3278
  /**
3084
- * <p>The total storage size, in bytes, of the buckets.</p> <p>If versioning is enabled for any of the buckets, Amazon Macie calculates this value based on the size of the latest version of each object in those buckets. This value doesn't reflect the storage size of all versions of the objects in the buckets.</p>
3279
+ * <p>The total storage size, in bytes, of the buckets.</p> <p>If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each object in the buckets. This value doesn't reflect the storage size of all versions of the objects in the buckets.</p>
3085
3280
  */
3086
3281
  sizeInBytes?: number;
3087
3282
  /**
3088
- * <p>The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the buckets.</p> <p>If versioning is enabled for any of the buckets, Amazon Macie calculates this value based on the size of the latest version of each applicable object in those buckets. This value doesn't reflect the storage size of all versions of the applicable objects in the buckets.</p>
3283
+ * <p>The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the buckets.</p> <p>If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each applicable object in the buckets. This value doesn't reflect the storage size of all versions of the applicable objects in the buckets.</p>
3089
3284
  */
3090
3285
  sizeInBytesCompressed?: number;
3091
3286
  /**
@@ -3105,6 +3300,44 @@ export interface GetClassificationExportConfigurationResponse {
3105
3300
  */
3106
3301
  configuration?: ClassificationExportConfiguration;
3107
3302
  }
3303
+ export interface GetClassificationScopeRequest {
3304
+ /**
3305
+ * <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
3306
+ */
3307
+ id: string | undefined;
3308
+ }
3309
+ /**
3310
+ * <p>Specifies the names of the S3 buckets that are excluded from automated sensitive data discovery.</p>
3311
+ */
3312
+ export interface S3ClassificationScopeExclusion {
3313
+ /**
3314
+ * <p>An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded bucket.</p>
3315
+ */
3316
+ bucketNames: string[] | undefined;
3317
+ }
3318
+ /**
3319
+ * <p>Specifies the S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.</p>
3320
+ */
3321
+ export interface S3ClassificationScope {
3322
+ /**
3323
+ * <p>The S3 buckets that are excluded.</p>
3324
+ */
3325
+ excludes: S3ClassificationScopeExclusion | undefined;
3326
+ }
3327
+ export interface GetClassificationScopeResponse {
3328
+ /**
3329
+ * <p>The unique identifier for the classification scope.</p>
3330
+ */
3331
+ id?: string;
3332
+ /**
3333
+ * <p>The name of the classification scope.</p>
3334
+ */
3335
+ name?: string;
3336
+ /**
3337
+ * <p>The S3 buckets that are excluded from automated sensitive data discovery.</p>
3338
+ */
3339
+ s3?: S3ClassificationScope;
3340
+ }
3108
3341
  export interface GetCustomDataIdentifierRequest {
3109
3342
  /**
3110
3343
  * <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
@@ -3186,7 +3419,7 @@ export interface GetFindingsRequest {
3186
3419
  }
3187
3420
  export interface GetFindingsResponse {
3188
3421
  /**
3189
- * <p>An array of objects, one for each finding that meets the criteria specified in the request.</p>
3422
+ * <p>An array of objects, one for each finding that matches the criteria specified in the request.</p>
3190
3423
  */
3191
3424
  findings?: Finding[];
3192
3425
  }
@@ -3198,7 +3431,7 @@ export interface GetFindingsFilterRequest {
3198
3431
  }
3199
3432
  export interface GetFindingsFilterResponse {
3200
3433
  /**
3201
- * <p>The action that's performed on findings that meet the filter criteria (findingCriteria). Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.</p>
3434
+ * <p>The action that's performed on findings that match the filter criteria (findingCriteria). Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.</p>
3202
3435
  */
3203
3436
  action?: FindingsFilterAction | string;
3204
3437
  /**
@@ -3277,7 +3510,7 @@ export interface GetFindingStatisticsRequest {
3277
3510
  }
3278
3511
  export interface GetFindingStatisticsResponse {
3279
3512
  /**
3280
- * <p>An array of objects, one for each group of findings that meet the filter criteria specified in the request.</p>
3513
+ * <p>An array of objects, one for each group of findings that matches the filter criteria specified in the request.</p>
3281
3514
  */
3282
3515
  countsByGroup?: GroupCount[];
3283
3516
  }
@@ -3365,6 +3598,71 @@ export interface GetMemberResponse {
3365
3598
  */
3366
3599
  updatedAt?: Date;
3367
3600
  }
3601
+ export interface GetResourceProfileRequest {
3602
+ /**
3603
+ * <p>The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.</p>
3604
+ */
3605
+ resourceArn: string | undefined;
3606
+ }
3607
+ /**
3608
+ * <p>Provides statistical data for sensitive data discovery metrics that apply to an S3 bucket that Amazon Macie monitors and analyzes for your account. The statistics capture the results of automated sensitive data discovery activities that Macie has performed for the bucket. The data is available only if automated sensitive data discovery is currently enabled for your account.</p>
3609
+ */
3610
+ export interface ResourceStatistics {
3611
+ /**
3612
+ * <p>The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.</p>
3613
+ */
3614
+ totalBytesClassified?: number;
3615
+ /**
3616
+ * <p>The total number of occurrences of sensitive data that Amazon Macie has found in the bucket's objects. This includes occurrences that are currently suppressed by the sensitivity scoring settings for the bucket (totalDetectionsSuppressed).</p>
3617
+ */
3618
+ totalDetections?: number;
3619
+ /**
3620
+ * <p>The total number of occurrences of sensitive data that are currently suppressed by the sensitivity scoring settings for the bucket. These represent occurrences of sensitive data that Amazon Macie found in the bucket's objects, but the occurrences were manually suppressed. By default, suppressed occurrences are excluded from the bucket's sensitivity score.</p>
3621
+ */
3622
+ totalDetectionsSuppressed?: number;
3623
+ /**
3624
+ * <p>The total number of objects that Amazon Macie has analyzed in the bucket.</p>
3625
+ */
3626
+ totalItemsClassified?: number;
3627
+ /**
3628
+ * <p>The total number of the bucket's objects that Amazon Macie has found sensitive data in.</p>
3629
+ */
3630
+ totalItemsSensitive?: number;
3631
+ /**
3632
+ * <p>The total number of objects that Amazon Macie hasn't analyzed in the bucket due to an error or issue. For example, the object is a malformed file. This value includes objects that Macie hasn't analyzed for reasons reported by other statistics in the ResourceStatistics object.</p>
3633
+ */
3634
+ totalItemsSkipped?: number;
3635
+ /**
3636
+ * <p>The total number of objects that Amazon Macie hasn't analyzed in the bucket because the objects are encrypted with a key that Macie isn't allowed to use.</p>
3637
+ */
3638
+ totalItemsSkippedInvalidEncryption?: number;
3639
+ /**
3640
+ * <p>The total number of objects that Amazon Macie hasn't analyzed in the bucket because the objects are encrypted with an KMS key that was disabled or deleted.</p>
3641
+ */
3642
+ totalItemsSkippedInvalidKms?: number;
3643
+ /**
3644
+ * <p>The total number of objects that Amazon Macie hasn't analyzed in the bucket because Macie isn't allowed to access the objects.</p>
3645
+ */
3646
+ totalItemsSkippedPermissionDenied?: number;
3647
+ }
3648
+ export interface GetResourceProfileResponse {
3649
+ /**
3650
+ * <p>The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently recalculated sensitive data discovery statistics and details for the bucket. If the bucket's sensitivity score is calculated automatically, this includes the score.</p>
3651
+ */
3652
+ profileUpdatedAt?: Date;
3653
+ /**
3654
+ * <p>The current sensitivity score for the bucket, ranging from -1 (no analysis due to an error) to 100 (sensitive). By default, this score is calculated automatically based on the amount of data that Amazon Macie has analyzed in the bucket and the amount of sensitive data that Macie has found in the bucket.</p>
3655
+ */
3656
+ sensitivityScore?: number;
3657
+ /**
3658
+ * <p>Specifies whether the bucket's current sensitivity score was set manually. If this value is true, the score was manually changed to 100. If this value is false, the score was calculated automatically by Amazon Macie.</p>
3659
+ */
3660
+ sensitivityScoreOverridden?: boolean;
3661
+ /**
3662
+ * <p>The sensitive data discovery statistics for the bucket. The statistics capture the results of automated sensitive data discovery activities that Amazon Macie has performed for the bucket.</p>
3663
+ */
3664
+ statistics?: ResourceStatistics;
3665
+ }
3368
3666
  export interface GetRevealConfigurationRequest {
3369
3667
  }
3370
3668
  export declare enum RevealStatus {
@@ -3442,6 +3740,60 @@ export interface GetSensitiveDataOccurrencesAvailabilityResponse {
3442
3740
  */
3443
3741
  reasons?: (UnavailabilityReasonCode | string)[];
3444
3742
  }
3743
+ export interface GetSensitivityInspectionTemplateRequest {
3744
+ /**
3745
+ * <p>The unique identifier for the Amazon Macie resource that the request applies to.</p>
3746
+ */
3747
+ id: string | undefined;
3748
+ }
3749
+ /**
3750
+ * <p>Specifies managed data identifiers to exclude (not use) when performing automated sensitive data discovery for an Amazon Macie account. For information about the managed data identifiers that Amazon Macie currently provides, see <a href="https://docs.aws.amazon.com/macie/latest/user/managed-data-identifiers.html">Using managed data identifiers</a> in the <i>Amazon Macie User Guide</i>.</p>
3751
+ */
3752
+ export interface SensitivityInspectionTemplateExcludes {
3753
+ /**
3754
+ * <p>An array of unique identifiers, one for each managed data identifier to exclude. To retrieve a list of valid values, use the ListManagedDataIdentifiers operation.</p>
3755
+ */
3756
+ managedDataIdentifierIds?: string[];
3757
+ }
3758
+ /**
3759
+ * <p>Specifies the allow lists, custom data identifiers, and managed data identifiers to include (use) when performing automated sensitive data discovery for an Amazon Macie account. The configuration must specify at least one custom data identifier or managed data identifier. For information about the managed data identifiers that Amazon Macie currently provides, see <a href="https://docs.aws.amazon.com/macie/latest/user/managed-data-identifiers.html">Using managed data identifiers</a> in the <i>Amazon Macie User Guide</i>.</p>
3760
+ */
3761
+ export interface SensitivityInspectionTemplateIncludes {
3762
+ /**
3763
+ * <p>An array of unique identifiers, one for each allow list to include.</p>
3764
+ */
3765
+ allowListIds?: string[];
3766
+ /**
3767
+ * <p>An array of unique identifiers, one for each custom data identifier to include.</p>
3768
+ */
3769
+ customDataIdentifierIds?: string[];
3770
+ /**
3771
+ * <p>An array of unique identifiers, one for each managed data identifier to include.</p> <p>Amazon Macie uses these managed data identifiers in addition to managed data identifiers that are subsequently released and recommended for automated sensitive data discovery. To retrieve a list of valid values for the managed data identifiers that are currently available, use the ListManagedDataIdentifiers operation.</p> <para/>
3772
+ */
3773
+ managedDataIdentifierIds?: string[];
3774
+ }
3775
+ export interface GetSensitivityInspectionTemplateResponse {
3776
+ /**
3777
+ * <p>The custom description of the template.</p>
3778
+ */
3779
+ description?: string;
3780
+ /**
3781
+ * <p>The managed data identifiers that are explicitly excluded (not used) when analyzing data.</p>
3782
+ */
3783
+ excludes?: SensitivityInspectionTemplateExcludes;
3784
+ /**
3785
+ * <p>The allow lists, custom data identifiers, and managed data identifiers that are included (used) when analyzing data.</p>
3786
+ */
3787
+ includes?: SensitivityInspectionTemplateIncludes;
3788
+ /**
3789
+ * <p>The name of the template.</p>
3790
+ */
3791
+ name?: string;
3792
+ /**
3793
+ * <p>The unique identifier for the template.</p>
3794
+ */
3795
+ sensitivityInspectionTemplateId?: string;
3796
+ }
3445
3797
  export declare enum UsageStatisticsSortKey {
3446
3798
  accountId = "accountId",
3447
3799
  freeTrialStartDate = "freeTrialStartDate",
@@ -3493,7 +3845,7 @@ export interface GetUsageStatisticsResponse {
3493
3845
  */
3494
3846
  nextToken?: string;
3495
3847
  /**
3496
- * <p>An array of objects that contains the results of the query. Each object contains the data for an account that meets the filter criteria specified in the request.</p>
3848
+ * <p>An array of objects that contains the results of the query. Each object contains the data for an account that matches the filter criteria specified in the request.</p>
3497
3849
  */
3498
3850
  records?: UsageRecord[];
3499
3851
  /**
@@ -3589,7 +3941,7 @@ export interface ListClassificationJobsRequest {
3589
3941
  }
3590
3942
  export interface ListClassificationJobsResponse {
3591
3943
  /**
3592
- * <p>An array of objects, one for each job that meets the filter criteria specified in the request.</p>
3944
+ * <p>An array of objects, one for each job that matches the filter criteria specified in the request.</p>
3593
3945
  */
3594
3946
  items?: JobSummary[];
3595
3947
  /**
@@ -3597,6 +3949,26 @@ export interface ListClassificationJobsResponse {
3597
3949
  */
3598
3950
  nextToken?: string;
3599
3951
  }
3952
+ export interface ListClassificationScopesRequest {
3953
+ /**
3954
+ * <p>The name of the classification scope to retrieve the unique identifier for.</p>
3955
+ */
3956
+ name?: string;
3957
+ /**
3958
+ * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
3959
+ */
3960
+ nextToken?: string;
3961
+ }
3962
+ export interface ListClassificationScopesResponse {
3963
+ /**
3964
+ * <p>An array that specifies the unique identifier and name of the classification scope for the account.</p>
3965
+ */
3966
+ classificationScopes?: ClassificationScopeSummary[];
3967
+ /**
3968
+ * <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
3969
+ */
3970
+ nextToken?: string;
3971
+ }
3600
3972
  export interface ListCustomDataIdentifiersRequest {
3601
3973
  /**
3602
3974
  * <p>The maximum number of items to include in each page of the response.</p>
@@ -3637,7 +4009,7 @@ export interface ListFindingsRequest {
3637
4009
  }
3638
4010
  export interface ListFindingsResponse {
3639
4011
  /**
3640
- * <p>An array of strings, where each string is the unique identifier for a finding that meets the filter criteria specified in the request.</p>
4012
+ * <p>An array of strings, where each string is the unique identifier for a finding that matches the filter criteria specified in the request.</p>
3641
4013
  */
3642
4014
  findingIds?: string[];
3643
4015
  /**
@@ -3665,241 +4037,6 @@ export interface ListFindingsFiltersResponse {
3665
4037
  */
3666
4038
  nextToken?: string;
3667
4039
  }
3668
- export interface ListInvitationsRequest {
3669
- /**
3670
- * <p>The maximum number of items to include in each page of a paginated response.</p>
3671
- */
3672
- maxResults?: number;
3673
- /**
3674
- * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
3675
- */
3676
- nextToken?: string;
3677
- }
3678
- export interface ListInvitationsResponse {
3679
- /**
3680
- * <p>An array of objects, one for each invitation that was received by the account.</p>
3681
- */
3682
- invitations?: Invitation[];
3683
- /**
3684
- * <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
3685
- */
3686
- nextToken?: string;
3687
- }
3688
- export interface ListManagedDataIdentifiersRequest {
3689
- /**
3690
- * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
3691
- */
3692
- nextToken?: string;
3693
- }
3694
- export interface ListManagedDataIdentifiersResponse {
3695
- /**
3696
- * <p>An array of objects, one for each managed data identifier.</p>
3697
- */
3698
- items?: ManagedDataIdentifierSummary[];
3699
- /**
3700
- * <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
3701
- */
3702
- nextToken?: string;
3703
- }
3704
- export interface ListMembersRequest {
3705
- /**
3706
- * <p>The maximum number of items to include in each page of a paginated response.</p>
3707
- */
3708
- maxResults?: number;
3709
- /**
3710
- * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
3711
- */
3712
- nextToken?: string;
3713
- /**
3714
- * <p>Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.</p>
3715
- */
3716
- onlyAssociated?: string;
3717
- }
3718
- export interface ListMembersResponse {
3719
- /**
3720
- * <p>An array of objects, one for each account that's associated with the administrator account and meets the criteria specified in the request.</p>
3721
- */
3722
- members?: Member[];
3723
- /**
3724
- * <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
3725
- */
3726
- nextToken?: string;
3727
- }
3728
- export interface ListOrganizationAdminAccountsRequest {
3729
- /**
3730
- * <p>The maximum number of items to include in each page of a paginated response.</p>
3731
- */
3732
- maxResults?: number;
3733
- /**
3734
- * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
3735
- */
3736
- nextToken?: string;
3737
- }
3738
- export interface ListOrganizationAdminAccountsResponse {
3739
- /**
3740
- * <p>An array of objects, one for each delegated Amazon Macie administrator account for the organization. Only one of these accounts can have a status of ENABLED.</p>
3741
- */
3742
- adminAccounts?: AdminAccount[];
3743
- /**
3744
- * <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
3745
- */
3746
- nextToken?: string;
3747
- }
3748
- export interface ListTagsForResourceRequest {
3749
- /**
3750
- * <p>The Amazon Resource Name (ARN) of the resource.</p>
3751
- */
3752
- resourceArn: string | undefined;
3753
- }
3754
- export interface ListTagsForResourceResponse {
3755
- /**
3756
- * <p>A map of key-value pairs that specifies which tags (keys and values) are associated with the resource.</p>
3757
- */
3758
- tags?: Record<string, string>;
3759
- }
3760
- export interface PutClassificationExportConfigurationRequest {
3761
- /**
3762
- * <p>The location to store data classification results in, and the encryption settings to use when storing results in that location.</p>
3763
- */
3764
- configuration: ClassificationExportConfiguration | undefined;
3765
- }
3766
- export interface PutClassificationExportConfigurationResponse {
3767
- /**
3768
- * <p>The location where the data classification results are stored, and the encryption settings that are used when storing results in that location.</p>
3769
- */
3770
- configuration?: ClassificationExportConfiguration;
3771
- }
3772
- export interface PutFindingsPublicationConfigurationRequest {
3773
- /**
3774
- * <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
3775
- */
3776
- clientToken?: string;
3777
- /**
3778
- * <p>The configuration settings that determine which findings to publish to Security Hub.</p>
3779
- */
3780
- securityHubConfiguration?: SecurityHubConfiguration;
3781
- }
3782
- export interface PutFindingsPublicationConfigurationResponse {
3783
- }
3784
- /**
3785
- * <p>Specifies property- and tag-based conditions that define filter criteria for including or excluding Amazon Web Services resources from the query results.</p>
3786
- */
3787
- export interface SearchResourcesCriteriaBlock {
3788
- /**
3789
- * <p>An array of objects, one for each property- or tag-based condition that includes or excludes resources from the query results. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.</p>
3790
- */
3791
- and?: SearchResourcesCriteria[];
3792
- }
3793
- /**
3794
- * <p>Specifies property- and tag-based conditions that define filter criteria for including or excluding S3 buckets from the query results. Exclude conditions take precedence over include conditions.</p>
3795
- */
3796
- export interface SearchResourcesBucketCriteria {
3797
- /**
3798
- * <p>The property- and tag-based conditions that determine which buckets to exclude from the results.</p>
3799
- */
3800
- excludes?: SearchResourcesCriteriaBlock;
3801
- /**
3802
- * <p>The property- and tag-based conditions that determine which buckets to include in the results.</p>
3803
- */
3804
- includes?: SearchResourcesCriteriaBlock;
3805
- }
3806
- export declare enum SearchResourcesSortAttributeName {
3807
- ACCOUNT_ID = "ACCOUNT_ID",
3808
- RESOURCE_NAME = "RESOURCE_NAME",
3809
- S3_CLASSIFIABLE_OBJECT_COUNT = "S3_CLASSIFIABLE_OBJECT_COUNT",
3810
- S3_CLASSIFIABLE_SIZE_IN_BYTES = "S3_CLASSIFIABLE_SIZE_IN_BYTES"
3811
- }
3812
- /**
3813
- * <p>Specifies criteria for sorting the results of a query for information about Amazon Web Services resources that Amazon Macie monitors and analyzes.</p>
3814
- */
3815
- export interface SearchResourcesSortCriteria {
3816
- /**
3817
- * <p>The property to sort the results by.</p>
3818
- */
3819
- attributeName?: SearchResourcesSortAttributeName | string;
3820
- /**
3821
- * <p>The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.</p>
3822
- */
3823
- orderBy?: OrderBy | string;
3824
- }
3825
- export interface SearchResourcesRequest {
3826
- /**
3827
- * <p>The filter conditions that determine which S3 buckets to include or exclude from the query results.</p>
3828
- */
3829
- bucketCriteria?: SearchResourcesBucketCriteria;
3830
- /**
3831
- * <p>The maximum number of items to include in each page of the response. The default value is 50.</p>
3832
- */
3833
- maxResults?: number;
3834
- /**
3835
- * <p>The nextToken string that specifies which page of results to return in a paginated response.</p>
3836
- */
3837
- nextToken?: string;
3838
- /**
3839
- * <p>The criteria to use to sort the results.</p>
3840
- */
3841
- sortCriteria?: SearchResourcesSortCriteria;
3842
- }
3843
- export interface SearchResourcesResponse {
3844
- /**
3845
- * <p>An array of objects, one for each resource that meets the filter criteria specified in the request.</p>
3846
- */
3847
- matchingResources?: MatchingResource[];
3848
- /**
3849
- * <p>The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.</p>
3850
- */
3851
- nextToken?: string;
3852
- }
3853
- export interface TagResourceRequest {
3854
- /**
3855
- * <p>The Amazon Resource Name (ARN) of the resource.</p>
3856
- */
3857
- resourceArn: string | undefined;
3858
- /**
3859
- * <p>A map of key-value pairs that specifies the tags to associate with the resource.</p> <p>A resource can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</p>
3860
- */
3861
- tags: Record<string, string> | undefined;
3862
- }
3863
- export interface TagResourceResponse {
3864
- }
3865
- export interface TestCustomDataIdentifierRequest {
3866
- /**
3867
- * <p>An array that lists specific character sequences (<i>ignore words</i>) to exclude from the results. If the text matched by the regular expression contains any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4-90 UTF-8 characters. Ignore words are case sensitive.</p>
3868
- */
3869
- ignoreWords?: string[];
3870
- /**
3871
- * <p>An array that lists specific character sequences (<i>keywords</i>), one of which must precede and be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3-90 UTF-8 characters. Keywords aren't case sensitive.</p>
3872
- */
3873
- keywords?: string[];
3874
- /**
3875
- * <p>The maximum number of characters that can exist between the end of at least one complete character sequence specified by the keywords array and the end of the text that matches the regex pattern. If a complete keyword precedes all the text that matches the pattern and the keyword is within the specified distance, Amazon Macie includes the result. The distance can be 1-300 characters. The default value is 50.</p>
3876
- */
3877
- maximumMatchDistance?: number;
3878
- /**
3879
- * <p>The regular expression (<i>regex</i>) that defines the pattern to match. The expression can contain as many as 512 characters.</p>
3880
- */
3881
- regex: string | undefined;
3882
- /**
3883
- * <p>The sample text to inspect by using the custom data identifier. The text can contain as many as 1,000 characters.</p>
3884
- */
3885
- sampleText: string | undefined;
3886
- }
3887
- export interface TestCustomDataIdentifierResponse {
3888
- /**
3889
- * <p>The number of occurrences of sample text that matched the criteria specified by the custom data identifier.</p>
3890
- */
3891
- matchCount?: number;
3892
- }
3893
- export interface UntagResourceRequest {
3894
- /**
3895
- * <p>The Amazon Resource Name (ARN) of the resource.</p>
3896
- */
3897
- resourceArn: string | undefined;
3898
- /**
3899
- * <p>One or more tags (keys) to remove from the resource. In an HTTP request to remove multiple tags, append the tagKeys parameter and argument for each tag to remove, separated by an ampersand (&amp;).</p>
3900
- */
3901
- tagKeys: string[] | undefined;
3902
- }
3903
4040
  /**
3904
4041
  * @internal
3905
4042
  */
@@ -3968,6 +4105,10 @@ export declare const ObjectLevelStatisticsFilterSensitiveLog: (obj: ObjectLevelS
3968
4105
  * @internal
3969
4106
  */
3970
4107
  export declare const BucketMetadataFilterSensitiveLog: (obj: BucketMetadata) => any;
4108
+ /**
4109
+ * @internal
4110
+ */
4111
+ export declare const ClassificationScopeSummaryFilterSensitiveLog: (obj: ClassificationScopeSummary) => any;
3971
4112
  /**
3972
4113
  * @internal
3973
4114
  */
@@ -3992,6 +4133,10 @@ export declare const CustomDataIdentifierSummaryFilterSensitiveLog: (obj: Custom
3992
4133
  * @internal
3993
4134
  */
3994
4135
  export declare const DetectedDataDetailsFilterSensitiveLog: (obj: DetectedDataDetails) => any;
4136
+ /**
4137
+ * @internal
4138
+ */
4139
+ export declare const DetectionFilterSensitiveLog: (obj: Detection) => any;
3995
4140
  /**
3996
4141
  * @internal
3997
4142
  */
@@ -4220,6 +4365,10 @@ export declare const MatchingResourceFilterSensitiveLog: (obj: MatchingResource)
4220
4365
  * @internal
4221
4366
  */
4222
4367
  export declare const MemberFilterSensitiveLog: (obj: Member) => any;
4368
+ /**
4369
+ * @internal
4370
+ */
4371
+ export declare const ResourceProfileArtifactFilterSensitiveLog: (obj: ResourceProfileArtifact) => any;
4223
4372
  /**
4224
4373
  * @internal
4225
4374
  */
@@ -4236,6 +4385,14 @@ export declare const SearchResourcesTagCriterionFilterSensitiveLog: (obj: Search
4236
4385
  * @internal
4237
4386
  */
4238
4387
  export declare const SearchResourcesCriteriaFilterSensitiveLog: (obj: SearchResourcesCriteria) => any;
4388
+ /**
4389
+ * @internal
4390
+ */
4391
+ export declare const SensitivityInspectionTemplatesEntryFilterSensitiveLog: (obj: SensitivityInspectionTemplatesEntry) => any;
4392
+ /**
4393
+ * @internal
4394
+ */
4395
+ export declare const SuppressDataIdentifierFilterSensitiveLog: (obj: SuppressDataIdentifier) => any;
4239
4396
  /**
4240
4397
  * @internal
4241
4398
  */
@@ -4316,6 +4473,14 @@ export declare const BucketCriteriaAdditionalPropertiesFilterSensitiveLog: (obj:
4316
4473
  * @internal
4317
4474
  */
4318
4475
  export declare const BucketSortCriteriaFilterSensitiveLog: (obj: BucketSortCriteria) => any;
4476
+ /**
4477
+ * @internal
4478
+ */
4479
+ export declare const SensitivityAggregationsFilterSensitiveLog: (obj: SensitivityAggregations) => any;
4480
+ /**
4481
+ * @internal
4482
+ */
4483
+ export declare const BucketStatisticsBySensitivityFilterSensitiveLog: (obj: BucketStatisticsBySensitivity) => any;
4319
4484
  /**
4320
4485
  * @internal
4321
4486
  */
@@ -4572,6 +4737,14 @@ export declare const GetAllowListRequestFilterSensitiveLog: (obj: GetAllowListRe
4572
4737
  * @internal
4573
4738
  */
4574
4739
  export declare const GetAllowListResponseFilterSensitiveLog: (obj: GetAllowListResponse) => any;
4740
+ /**
4741
+ * @internal
4742
+ */
4743
+ export declare const GetAutomatedDiscoveryConfigurationRequestFilterSensitiveLog: (obj: GetAutomatedDiscoveryConfigurationRequest) => any;
4744
+ /**
4745
+ * @internal
4746
+ */
4747
+ export declare const GetAutomatedDiscoveryConfigurationResponseFilterSensitiveLog: (obj: GetAutomatedDiscoveryConfigurationResponse) => any;
4575
4748
  /**
4576
4749
  * @internal
4577
4750
  */
@@ -4588,6 +4761,22 @@ export declare const GetClassificationExportConfigurationRequestFilterSensitiveL
4588
4761
  * @internal
4589
4762
  */
4590
4763
  export declare const GetClassificationExportConfigurationResponseFilterSensitiveLog: (obj: GetClassificationExportConfigurationResponse) => any;
4764
+ /**
4765
+ * @internal
4766
+ */
4767
+ export declare const GetClassificationScopeRequestFilterSensitiveLog: (obj: GetClassificationScopeRequest) => any;
4768
+ /**
4769
+ * @internal
4770
+ */
4771
+ export declare const S3ClassificationScopeExclusionFilterSensitiveLog: (obj: S3ClassificationScopeExclusion) => any;
4772
+ /**
4773
+ * @internal
4774
+ */
4775
+ export declare const S3ClassificationScopeFilterSensitiveLog: (obj: S3ClassificationScope) => any;
4776
+ /**
4777
+ * @internal
4778
+ */
4779
+ export declare const GetClassificationScopeResponseFilterSensitiveLog: (obj: GetClassificationScopeResponse) => any;
4591
4780
  /**
4592
4781
  * @internal
4593
4782
  */
@@ -4671,192 +4860,132 @@ export declare const GetMemberResponseFilterSensitiveLog: (obj: GetMemberRespons
4671
4860
  /**
4672
4861
  * @internal
4673
4862
  */
4674
- export declare const GetRevealConfigurationRequestFilterSensitiveLog: (obj: GetRevealConfigurationRequest) => any;
4675
- /**
4676
- * @internal
4677
- */
4678
- export declare const RevealConfigurationFilterSensitiveLog: (obj: RevealConfiguration) => any;
4679
- /**
4680
- * @internal
4681
- */
4682
- export declare const GetRevealConfigurationResponseFilterSensitiveLog: (obj: GetRevealConfigurationResponse) => any;
4683
- /**
4684
- * @internal
4685
- */
4686
- export declare const GetSensitiveDataOccurrencesRequestFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesRequest) => any;
4687
- /**
4688
- * @internal
4689
- */
4690
- export declare const GetSensitiveDataOccurrencesResponseFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesResponse) => any;
4691
- /**
4692
- * @internal
4693
- */
4694
- export declare const GetSensitiveDataOccurrencesAvailabilityRequestFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesAvailabilityRequest) => any;
4695
- /**
4696
- * @internal
4697
- */
4698
- export declare const GetSensitiveDataOccurrencesAvailabilityResponseFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesAvailabilityResponse) => any;
4699
- /**
4700
- * @internal
4701
- */
4702
- export declare const UsageStatisticsSortByFilterSensitiveLog: (obj: UsageStatisticsSortBy) => any;
4703
- /**
4704
- * @internal
4705
- */
4706
- export declare const GetUsageStatisticsRequestFilterSensitiveLog: (obj: GetUsageStatisticsRequest) => any;
4707
- /**
4708
- * @internal
4709
- */
4710
- export declare const GetUsageStatisticsResponseFilterSensitiveLog: (obj: GetUsageStatisticsResponse) => any;
4711
- /**
4712
- * @internal
4713
- */
4714
- export declare const GetUsageTotalsRequestFilterSensitiveLog: (obj: GetUsageTotalsRequest) => any;
4715
- /**
4716
- * @internal
4717
- */
4718
- export declare const GetUsageTotalsResponseFilterSensitiveLog: (obj: GetUsageTotalsResponse) => any;
4719
- /**
4720
- * @internal
4721
- */
4722
- export declare const ListAllowListsRequestFilterSensitiveLog: (obj: ListAllowListsRequest) => any;
4723
- /**
4724
- * @internal
4725
- */
4726
- export declare const ListAllowListsResponseFilterSensitiveLog: (obj: ListAllowListsResponse) => any;
4727
- /**
4728
- * @internal
4729
- */
4730
- export declare const ListJobsFilterCriteriaFilterSensitiveLog: (obj: ListJobsFilterCriteria) => any;
4731
- /**
4732
- * @internal
4733
- */
4734
- export declare const ListJobsSortCriteriaFilterSensitiveLog: (obj: ListJobsSortCriteria) => any;
4863
+ export declare const GetResourceProfileRequestFilterSensitiveLog: (obj: GetResourceProfileRequest) => any;
4735
4864
  /**
4736
4865
  * @internal
4737
4866
  */
4738
- export declare const ListClassificationJobsRequestFilterSensitiveLog: (obj: ListClassificationJobsRequest) => any;
4867
+ export declare const ResourceStatisticsFilterSensitiveLog: (obj: ResourceStatistics) => any;
4739
4868
  /**
4740
4869
  * @internal
4741
4870
  */
4742
- export declare const ListClassificationJobsResponseFilterSensitiveLog: (obj: ListClassificationJobsResponse) => any;
4871
+ export declare const GetResourceProfileResponseFilterSensitiveLog: (obj: GetResourceProfileResponse) => any;
4743
4872
  /**
4744
4873
  * @internal
4745
4874
  */
4746
- export declare const ListCustomDataIdentifiersRequestFilterSensitiveLog: (obj: ListCustomDataIdentifiersRequest) => any;
4875
+ export declare const GetRevealConfigurationRequestFilterSensitiveLog: (obj: GetRevealConfigurationRequest) => any;
4747
4876
  /**
4748
4877
  * @internal
4749
4878
  */
4750
- export declare const ListCustomDataIdentifiersResponseFilterSensitiveLog: (obj: ListCustomDataIdentifiersResponse) => any;
4879
+ export declare const RevealConfigurationFilterSensitiveLog: (obj: RevealConfiguration) => any;
4751
4880
  /**
4752
4881
  * @internal
4753
4882
  */
4754
- export declare const ListFindingsRequestFilterSensitiveLog: (obj: ListFindingsRequest) => any;
4883
+ export declare const GetRevealConfigurationResponseFilterSensitiveLog: (obj: GetRevealConfigurationResponse) => any;
4755
4884
  /**
4756
4885
  * @internal
4757
4886
  */
4758
- export declare const ListFindingsResponseFilterSensitiveLog: (obj: ListFindingsResponse) => any;
4887
+ export declare const GetSensitiveDataOccurrencesRequestFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesRequest) => any;
4759
4888
  /**
4760
4889
  * @internal
4761
4890
  */
4762
- export declare const ListFindingsFiltersRequestFilterSensitiveLog: (obj: ListFindingsFiltersRequest) => any;
4891
+ export declare const GetSensitiveDataOccurrencesResponseFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesResponse) => any;
4763
4892
  /**
4764
4893
  * @internal
4765
4894
  */
4766
- export declare const ListFindingsFiltersResponseFilterSensitiveLog: (obj: ListFindingsFiltersResponse) => any;
4895
+ export declare const GetSensitiveDataOccurrencesAvailabilityRequestFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesAvailabilityRequest) => any;
4767
4896
  /**
4768
4897
  * @internal
4769
4898
  */
4770
- export declare const ListInvitationsRequestFilterSensitiveLog: (obj: ListInvitationsRequest) => any;
4899
+ export declare const GetSensitiveDataOccurrencesAvailabilityResponseFilterSensitiveLog: (obj: GetSensitiveDataOccurrencesAvailabilityResponse) => any;
4771
4900
  /**
4772
4901
  * @internal
4773
4902
  */
4774
- export declare const ListInvitationsResponseFilterSensitiveLog: (obj: ListInvitationsResponse) => any;
4903
+ export declare const GetSensitivityInspectionTemplateRequestFilterSensitiveLog: (obj: GetSensitivityInspectionTemplateRequest) => any;
4775
4904
  /**
4776
4905
  * @internal
4777
4906
  */
4778
- export declare const ListManagedDataIdentifiersRequestFilterSensitiveLog: (obj: ListManagedDataIdentifiersRequest) => any;
4907
+ export declare const SensitivityInspectionTemplateExcludesFilterSensitiveLog: (obj: SensitivityInspectionTemplateExcludes) => any;
4779
4908
  /**
4780
4909
  * @internal
4781
4910
  */
4782
- export declare const ListManagedDataIdentifiersResponseFilterSensitiveLog: (obj: ListManagedDataIdentifiersResponse) => any;
4911
+ export declare const SensitivityInspectionTemplateIncludesFilterSensitiveLog: (obj: SensitivityInspectionTemplateIncludes) => any;
4783
4912
  /**
4784
4913
  * @internal
4785
4914
  */
4786
- export declare const ListMembersRequestFilterSensitiveLog: (obj: ListMembersRequest) => any;
4915
+ export declare const GetSensitivityInspectionTemplateResponseFilterSensitiveLog: (obj: GetSensitivityInspectionTemplateResponse) => any;
4787
4916
  /**
4788
4917
  * @internal
4789
4918
  */
4790
- export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
4919
+ export declare const UsageStatisticsSortByFilterSensitiveLog: (obj: UsageStatisticsSortBy) => any;
4791
4920
  /**
4792
4921
  * @internal
4793
4922
  */
4794
- export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
4923
+ export declare const GetUsageStatisticsRequestFilterSensitiveLog: (obj: GetUsageStatisticsRequest) => any;
4795
4924
  /**
4796
4925
  * @internal
4797
4926
  */
4798
- export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
4927
+ export declare const GetUsageStatisticsResponseFilterSensitiveLog: (obj: GetUsageStatisticsResponse) => any;
4799
4928
  /**
4800
4929
  * @internal
4801
4930
  */
4802
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
4931
+ export declare const GetUsageTotalsRequestFilterSensitiveLog: (obj: GetUsageTotalsRequest) => any;
4803
4932
  /**
4804
4933
  * @internal
4805
4934
  */
4806
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
4935
+ export declare const GetUsageTotalsResponseFilterSensitiveLog: (obj: GetUsageTotalsResponse) => any;
4807
4936
  /**
4808
4937
  * @internal
4809
4938
  */
4810
- export declare const PutClassificationExportConfigurationRequestFilterSensitiveLog: (obj: PutClassificationExportConfigurationRequest) => any;
4939
+ export declare const ListAllowListsRequestFilterSensitiveLog: (obj: ListAllowListsRequest) => any;
4811
4940
  /**
4812
4941
  * @internal
4813
4942
  */
4814
- export declare const PutClassificationExportConfigurationResponseFilterSensitiveLog: (obj: PutClassificationExportConfigurationResponse) => any;
4943
+ export declare const ListAllowListsResponseFilterSensitiveLog: (obj: ListAllowListsResponse) => any;
4815
4944
  /**
4816
4945
  * @internal
4817
4946
  */
4818
- export declare const PutFindingsPublicationConfigurationRequestFilterSensitiveLog: (obj: PutFindingsPublicationConfigurationRequest) => any;
4947
+ export declare const ListJobsFilterCriteriaFilterSensitiveLog: (obj: ListJobsFilterCriteria) => any;
4819
4948
  /**
4820
4949
  * @internal
4821
4950
  */
4822
- export declare const PutFindingsPublicationConfigurationResponseFilterSensitiveLog: (obj: PutFindingsPublicationConfigurationResponse) => any;
4951
+ export declare const ListJobsSortCriteriaFilterSensitiveLog: (obj: ListJobsSortCriteria) => any;
4823
4952
  /**
4824
4953
  * @internal
4825
4954
  */
4826
- export declare const SearchResourcesCriteriaBlockFilterSensitiveLog: (obj: SearchResourcesCriteriaBlock) => any;
4955
+ export declare const ListClassificationJobsRequestFilterSensitiveLog: (obj: ListClassificationJobsRequest) => any;
4827
4956
  /**
4828
4957
  * @internal
4829
4958
  */
4830
- export declare const SearchResourcesBucketCriteriaFilterSensitiveLog: (obj: SearchResourcesBucketCriteria) => any;
4959
+ export declare const ListClassificationJobsResponseFilterSensitiveLog: (obj: ListClassificationJobsResponse) => any;
4831
4960
  /**
4832
4961
  * @internal
4833
4962
  */
4834
- export declare const SearchResourcesSortCriteriaFilterSensitiveLog: (obj: SearchResourcesSortCriteria) => any;
4963
+ export declare const ListClassificationScopesRequestFilterSensitiveLog: (obj: ListClassificationScopesRequest) => any;
4835
4964
  /**
4836
4965
  * @internal
4837
4966
  */
4838
- export declare const SearchResourcesRequestFilterSensitiveLog: (obj: SearchResourcesRequest) => any;
4967
+ export declare const ListClassificationScopesResponseFilterSensitiveLog: (obj: ListClassificationScopesResponse) => any;
4839
4968
  /**
4840
4969
  * @internal
4841
4970
  */
4842
- export declare const SearchResourcesResponseFilterSensitiveLog: (obj: SearchResourcesResponse) => any;
4971
+ export declare const ListCustomDataIdentifiersRequestFilterSensitiveLog: (obj: ListCustomDataIdentifiersRequest) => any;
4843
4972
  /**
4844
4973
  * @internal
4845
4974
  */
4846
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
4975
+ export declare const ListCustomDataIdentifiersResponseFilterSensitiveLog: (obj: ListCustomDataIdentifiersResponse) => any;
4847
4976
  /**
4848
4977
  * @internal
4849
4978
  */
4850
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
4979
+ export declare const ListFindingsRequestFilterSensitiveLog: (obj: ListFindingsRequest) => any;
4851
4980
  /**
4852
4981
  * @internal
4853
4982
  */
4854
- export declare const TestCustomDataIdentifierRequestFilterSensitiveLog: (obj: TestCustomDataIdentifierRequest) => any;
4983
+ export declare const ListFindingsResponseFilterSensitiveLog: (obj: ListFindingsResponse) => any;
4855
4984
  /**
4856
4985
  * @internal
4857
4986
  */
4858
- export declare const TestCustomDataIdentifierResponseFilterSensitiveLog: (obj: TestCustomDataIdentifierResponse) => any;
4987
+ export declare const ListFindingsFiltersRequestFilterSensitiveLog: (obj: ListFindingsFiltersRequest) => any;
4859
4988
  /**
4860
4989
  * @internal
4861
4990
  */
4862
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
4991
+ export declare const ListFindingsFiltersResponseFilterSensitiveLog: (obj: ListFindingsFiltersResponse) => any;