cdk-docker-image-deployment 0.0.172 → 0.0.174

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 (40) hide show
  1. package/.jsii +4 -4
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/@types/aws-lambda/README.md +1 -1
  6. package/node_modules/@types/aws-lambda/package.json +2 -2
  7. package/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +32 -1
  8. package/node_modules/aws-sdk/CHANGELOG.md +16 -1
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +3 -0
  11. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +3 -0
  12. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +209 -182
  13. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +143 -116
  14. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +328 -18
  15. package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +277 -88
  17. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.paginators.json +5 -0
  18. package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +24 -22
  19. package/node_modules/aws-sdk/clients/appflow.d.ts +4 -0
  20. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1 -0
  21. package/node_modules/aws-sdk/clients/cloudfront.d.ts +17 -17
  22. package/node_modules/aws-sdk/clients/ecs.d.ts +64 -39
  23. package/node_modules/aws-sdk/clients/grafana.d.ts +11 -11
  24. package/node_modules/aws-sdk/clients/guardduty.d.ts +34 -34
  25. package/node_modules/aws-sdk/clients/iotwireless.d.ts +21 -9
  26. package/node_modules/aws-sdk/clients/location.d.ts +336 -55
  27. package/node_modules/aws-sdk/clients/macie2.d.ts +40 -40
  28. package/node_modules/aws-sdk/clients/opensearch.d.ts +223 -5
  29. package/node_modules/aws-sdk/clients/rum.d.ts +25 -11
  30. package/node_modules/aws-sdk/clients/ssm.d.ts +17 -17
  31. package/node_modules/aws-sdk/clients/wafv2.d.ts +49 -49
  32. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  33. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +59 -45
  34. package/node_modules/aws-sdk/dist/aws-sdk.js +547 -204
  35. package/node_modules/aws-sdk/dist/aws-sdk.min.js +59 -59
  36. package/node_modules/aws-sdk/dist/xml2js.js +24 -17
  37. package/node_modules/aws-sdk/lib/core.js +1 -1
  38. package/node_modules/aws-sdk/lib/maintenance_mode_message.js +1 -1
  39. package/node_modules/aws-sdk/package.json +1 -1
  40. package/package.json +5 -5
@@ -911,19 +911,19 @@ declare namespace Macie2 {
911
911
  }
912
912
  export interface BucketCountBySharedAccessType {
913
913
  /**
914
- * The total number of buckets that are shared with an Amazon Web Services account that isn't part of the same Amazon Macie organization.
914
+ * The total number of buckets that are shared with one or more of the following or any combination of the following: an Amazon Web Services account that isn't in the same Amazon Macie organization, an Amazon CloudFront OAI, or a CloudFront OAC.
915
915
  */
916
916
  external?: __long;
917
917
  /**
918
- * The total number of buckets that are shared with an Amazon Web Services account that's part of the same Amazon Macie organization.
918
+ * The total number of buckets that are shared with one or more Amazon Web Services accounts in the same Amazon Macie organization. These buckets aren't shared with Amazon CloudFront OAIs or OACs.
919
919
  */
920
920
  internal?: __long;
921
921
  /**
922
- * The total number of buckets that aren't shared with other Amazon Web Services accounts.
922
+ * The total number of buckets that aren't shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.
923
923
  */
924
924
  notShared?: __long;
925
925
  /**
926
- * The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie can't determine whether these buckets are shared with other Amazon Web Services accounts.
926
+ * The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie can't determine whether these buckets are shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.
927
927
  */
928
928
  unknown?: __long;
929
929
  }
@@ -1000,7 +1000,7 @@ declare namespace Macie2 {
1000
1000
  */
1001
1001
  bucketArn?: __string;
1002
1002
  /**
1003
- * 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.
1003
+ * The date and time, in UTC and extended ISO 8601 format, when the bucket was created. This value can also indicate when changes such as edits to the bucket's policy were most recently made to the bucket.
1004
1004
  */
1005
1005
  bucketCreatedAt?: __timestampIso8601;
1006
1006
  /**
@@ -1016,7 +1016,7 @@ declare namespace Macie2 {
1016
1016
  */
1017
1017
  classifiableSizeInBytes?: __long;
1018
1018
  /**
1019
- * Specifies the error code for an error that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects. If this value is ACCESS_DENIED, Macie doesn't have permission to retrieve the information. For example, the bucket has a restrictive bucket policy and Amazon S3 denied the request. If this value is null, Macie was able to retrieve and process the information.
1019
+ * The error code for an error that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects. If this value is ACCESS_DENIED, Macie doesn't have permission to retrieve the information. For example, the bucket has a restrictive bucket policy and Amazon S3 denied the request. If this value is null, Macie was able to retrieve and process the information.
1020
1020
  */
1021
1021
  errorCode?: BucketMetadataErrorCode;
1022
1022
  /**
@@ -1028,11 +1028,11 @@ declare namespace Macie2 {
1028
1028
  */
1029
1029
  jobDetails?: JobDetails;
1030
1030
  /**
1031
- * 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.
1031
+ * The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently analyzed data in the bucket while performing automated sensitive data discovery for your account. This value is null if automated sensitive data discovery is currently disabled for your account.
1032
1032
  */
1033
1033
  lastAutomatedDiscoveryTime?: __timestampIso8601;
1034
1034
  /**
1035
- * 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.
1035
+ * The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently retrieved bucket or object metadata from Amazon S3 for the bucket.
1036
1036
  */
1037
1037
  lastUpdated?: __timestampIso8601;
1038
1038
  /**
@@ -1040,7 +1040,7 @@ declare namespace Macie2 {
1040
1040
  */
1041
1041
  objectCount?: __long;
1042
1042
  /**
1043
- * 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.
1043
+ * 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.
1044
1044
  */
1045
1045
  objectCountByEncryptionType?: ObjectCountByEncryptionType;
1046
1046
  /**
@@ -1056,7 +1056,7 @@ declare namespace Macie2 {
1056
1056
  */
1057
1057
  replicationDetails?: ReplicationDetails;
1058
1058
  /**
1059
- * 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.
1059
+ * The sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive). This value is null if automated sensitive data discovery is currently disabled for your account.
1060
1060
  */
1061
1061
  sensitivityScore?: __integer;
1062
1062
  /**
@@ -1064,7 +1064,7 @@ declare namespace Macie2 {
1064
1064
  */
1065
1065
  serverSideEncryption?: BucketServerSideEncryption;
1066
1066
  /**
1067
- * Specifies whether the bucket is shared with another Amazon Web Services account. Possible values are: EXTERNAL - The bucket is shared with an Amazon Web Services account that isn't part of the same Amazon Macie organization. INTERNAL - The bucket is shared with an Amazon Web Services account that's part of the same Amazon Macie organization. NOT_SHARED - The bucket isn't shared with other Amazon Web Services accounts. UNKNOWN - Amazon Macie wasn't able to evaluate the shared access settings for the bucket.
1067
+ * Specifies whether the bucket is shared with another Amazon Web Services account, an Amazon CloudFront origin access identity (OAI), or a CloudFront origin access control (OAC). Possible values are: EXTERNAL - The bucket is shared with one or more of the following or any combination of the following: an Amazon Web Services account that isn't part of your Amazon Macie organization, a CloudFront OAI, or a CloudFront OAC. INTERNAL - The bucket is shared with one or more Amazon Web Services accounts that are part of your Amazon Macie organization. It isn't shared with a CloudFront OAI or OAC. NOT_SHARED - The bucket isn't shared with another Amazon Web Services account, a CloudFront OAI, or a CloudFront OAC. UNKNOWN - Amazon Macie wasn't able to evaluate the shared access settings for the bucket. An Amazon Macie organization is a set of Macie accounts that are centrally managed as a group of related accounts through Organizations or by Macie invitation.
1068
1068
  */
1069
1069
  sharedAccess?: SharedAccess;
1070
1070
  /**
@@ -1153,7 +1153,7 @@ declare namespace Macie2 {
1153
1153
  */
1154
1154
  notClassified?: SensitivityAggregations;
1155
1155
  /**
1156
- * The aggregated statistical data for all buckets that have a sensitivity score of 0-49.
1156
+ * The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
1157
1157
  */
1158
1158
  notSensitive?: SensitivityAggregations;
1159
1159
  /**
@@ -1240,7 +1240,7 @@ declare namespace Macie2 {
1240
1240
  */
1241
1241
  code?: __string;
1242
1242
  /**
1243
- * A brief description of the status of the finding. This value is null if the status (code) of the finding is COMPLETE. Amazon Macie uses this value to notify you of any errors, warnings, or considerations that might impact your analysis of the finding and the affected S3 object. Possible values are: ARCHIVE_CONTAINS_UNPROCESSED_FILES - The object is an archive file and Macie extracted and analyzed only some or none of the files in the archive. To determine which files Macie analyzed, if any, you can refer to the corresponding sensitive data discovery result for the finding (ClassificationDetails.detailedResultsLocation). ARCHIVE_EXCEEDS_SIZE_LIMIT - The object is an archive file whose total storage size exceeds the size quota for this type of archive. ARCHIVE_NESTING_LEVEL_OVER_LIMIT - The object is an archive file whose nested depth exceeds the quota for the maximum number of nested levels that Macie analyzes for this type of archive. ARCHIVE_TOTAL_BYTES_EXTRACTED_OVER_LIMIT - The object is an archive file that exceeds the quota for the maximum amount of data that Macie extracts and analyzes for this type of archive. ARCHIVE_TOTAL_DOCUMENTS_PROCESSED_OVER_LIMIT - The object is an archive file that contains more than the maximum number of files that Macie extracts and analyzes for this type of archive. FILE_EXCEEDS_SIZE_LIMIT - The storage size of the object exceeds the size quota for this type of file. INVALID_ENCRYPTION - The object is encrypted using server-side encryption but Macie isnt allowed to use the key. Macie cant decrypt and analyze the object. INVALID_KMS_KEY - The object is encrypted with an KMS key that was disabled or is being deleted. Macie cant decrypt and analyze the object. INVALID_OBJECT_STATE - The object doesnt use a supported Amazon S3 storage class. For more information, see Discovering sensitive data in the Amazon Macie User Guide. JSON_NESTING_LEVEL_OVER_LIMIT - The object contains JSON data and the nested depth of the data exceeds the quota for the number of nested levels that Macie analyzes for this type of file. MALFORMED_FILE - The object is a malformed or corrupted file. An error occurred when Macie attempted to detect the files type or extract data from the file. OBJECT_VERSION_MISMATCH - The object was changed while Macie was analyzing it. NO_SUCH_BUCKET_AVAILABLE - The object was in a bucket that was deleted shortly before or when Macie attempted to analyze the object. MALFORMED_OR_FILE_SIZE_EXCEEDS_LIMIT - The object is a Microsoft Office file that is malformed or exceeds the size quota for this type of file. If the file is malformed, an error occurred when Macie attempted to extract data from the file. OOXML_UNCOMPRESSED_SIZE_EXCEEDS_LIMIT - The object is an Office Open XML file that exceeds the size quota for this type of file. OOXML_UNCOMPRESSED_RATIO_EXCEEDS_LIMIT - The object is an Office Open XML file whose compression ratio exceeds the compression quota for this type of file. PERMISSION_DENIED - Macie isnt allowed to access the object. The objects permissions settings prevent Macie from analyzing the object. SOURCE_OBJECT_NO_LONGER_AVAILABLE - The object was deleted shortly before or when Macie attempted to analyze it. UNABLE_TO_PARSE_FILE - The object is a file that contains structured data and an error occurred when Macie attempted to parse the data. UNSUPPORTED_FILE_TYPE_EXCEPTION - The object is a file that uses an unsupported file or storage format. For more information, see Supported file and storage formats in the Amazon Macie User Guide. For information about sensitive data discovery quotas for files, see Amazon Macie quotas in the Amazon Macie User Guide.
1243
+ * A brief description of the status of the finding. This value is null if the status (code) of the finding is COMPLETE. Amazon Macie uses this value to notify you of any errors, warnings, or considerations that might impact your analysis of the finding and the affected S3 object. Possible values are: ARCHIVE_CONTAINS_UNPROCESSED_FILES - The object is an archive file and Macie extracted and analyzed only some or none of the files in the archive. To determine which files Macie analyzed, if any, refer to the corresponding sensitive data discovery result for the finding (ClassificationDetails.detailedResultsLocation). ARCHIVE_EXCEEDS_SIZE_LIMIT - The object is an archive file whose total storage size exceeds the size quota for this type of archive. ARCHIVE_NESTING_LEVEL_OVER_LIMIT - The object is an archive file whose nested depth exceeds the quota for the maximum number of nested levels that Macie analyzes for this type of archive. ARCHIVE_TOTAL_BYTES_EXTRACTED_OVER_LIMIT - The object is an archive file that exceeds the quota for the maximum amount of data that Macie extracts and analyzes for this type of archive. ARCHIVE_TOTAL_DOCUMENTS_PROCESSED_OVER_LIMIT - The object is an archive file that contains more than the maximum number of files that Macie extracts and analyzes for this type of archive. FILE_EXCEEDS_SIZE_LIMIT - The storage size of the object exceeds the size quota for this type of file. INVALID_ENCRYPTION - The object is encrypted using server-side encryption but Macie isn't allowed to use the key. Macie can't decrypt and analyze the object. INVALID_KMS_KEY - The object is encrypted with an KMS key that was disabled or is being deleted. Macie can't decrypt and analyze the object. INVALID_OBJECT_STATE - The object doesn't use a supported Amazon S3 storage class. JSON_NESTING_LEVEL_OVER_LIMIT - The object contains JSON data and the nested depth of the data exceeds the quota for the number of nested levels that Macie analyzes for this type of file. MALFORMED_FILE - The object is a malformed or corrupted file. An error occurred when Macie attempted to detect the file's type or extract data from the file. MALFORMED_OR_FILE_SIZE_EXCEEDS_LIMIT - The object is a Microsoft Office file that is malformed or exceeds the size quota for this type of file. If the file is malformed, an error occurred when Macie attempted to extract data from the file. NO_SUCH_BUCKET_AVAILABLE - The object was in a bucket that was deleted shortly before or when Macie attempted to analyze the object. OBJECT_VERSION_MISMATCH - The object was changed while Macie was analyzing it. OOXML_UNCOMPRESSED_RATIO_EXCEEDS_LIMIT - The object is an Office Open XML file whose compression ratio exceeds the compression quota for this type of file. OOXML_UNCOMPRESSED_SIZE_EXCEEDS_LIMIT - The object is an Office Open XML file that exceeds the size quota for this type of file. PERMISSION_DENIED - Macie isn't allowed to access the object. The object's permissions settings prevent Macie from analyzing the object. SOURCE_OBJECT_NO_LONGER_AVAILABLE - The object was deleted shortly before or when Macie attempted to analyze it. TIME_CUT_OFF_REACHED - Macie started analyzing the object but additional analysis would exceed the time quota for analyzing an object. UNABLE_TO_PARSE_FILE - The object is a file that contains structured data and an error occurred when Macie attempted to parse the data. UNSUPPORTED_FILE_TYPE_EXCEPTION - The object is a file that uses an unsupported file or storage format. For information about quotas, supported storage classes, and supported file and storage formats, see Quotas and Supported storage classes and formats in the Amazon Macie User Guide.
1244
1244
  */
1245
1245
  reason?: __string;
1246
1246
  }
@@ -1252,7 +1252,7 @@ declare namespace Macie2 {
1252
1252
  */
1253
1253
  id?: ClassificationScopeId;
1254
1254
  /**
1255
- * The name of the classification scope.
1255
+ * The name of the classification scope: automated-sensitive-data-discovery.
1256
1256
  */
1257
1257
  name?: ClassificationScopeName;
1258
1258
  }
@@ -1563,7 +1563,7 @@ declare namespace Macie2 {
1563
1563
  }
1564
1564
  export interface CustomDetection {
1565
1565
  /**
1566
- * The Amazon Resource Name (ARN) of the custom data identifier.
1566
+ * The unique identifier for the custom data identifier.
1567
1567
  */
1568
1568
  arn?: __string;
1569
1569
  /**
@@ -2029,7 +2029,7 @@ declare namespace Macie2 {
2029
2029
  */
2030
2030
  orderBy?: OrderBy;
2031
2031
  }
2032
- export type FindingType = "SensitiveData:S3Object/Multiple"|"SensitiveData:S3Object/Financial"|"SensitiveData:S3Object/Personal"|"SensitiveData:S3Object/Credentials"|"SensitiveData:S3Object/CustomIdentifier"|"Policy:IAMUser/S3BucketPublic"|"Policy:IAMUser/S3BucketSharedExternally"|"Policy:IAMUser/S3BucketReplicatedExternally"|"Policy:IAMUser/S3BucketEncryptionDisabled"|"Policy:IAMUser/S3BlockPublicAccessDisabled"|string;
2032
+ export type FindingType = "SensitiveData:S3Object/Multiple"|"SensitiveData:S3Object/Financial"|"SensitiveData:S3Object/Personal"|"SensitiveData:S3Object/Credentials"|"SensitiveData:S3Object/CustomIdentifier"|"Policy:IAMUser/S3BucketPublic"|"Policy:IAMUser/S3BucketSharedExternally"|"Policy:IAMUser/S3BucketReplicatedExternally"|"Policy:IAMUser/S3BucketEncryptionDisabled"|"Policy:IAMUser/S3BlockPublicAccessDisabled"|"Policy:IAMUser/S3BucketSharedWithCloudFront"|string;
2033
2033
  export type FindingsFilterAction = "ARCHIVE"|"NOOP"|string;
2034
2034
  export interface FindingsFilterListItem {
2035
2035
  /**
@@ -2145,7 +2145,7 @@ declare namespace Macie2 {
2145
2145
  */
2146
2146
  bucketCount?: __long;
2147
2147
  /**
2148
- * The total number of buckets that are publicly accessible based on a combination of permissions settings for each bucket.
2148
+ * The total number of buckets that are publicly accessible due to a combination of permissions settings for each bucket.
2149
2149
  */
2150
2150
  bucketCountByEffectivePermission?: BucketCountByEffectivePermission;
2151
2151
  /**
@@ -2157,7 +2157,7 @@ declare namespace Macie2 {
2157
2157
  */
2158
2158
  bucketCountByObjectEncryptionRequirement?: BucketCountPolicyAllowsUnencryptedObjectUploads;
2159
2159
  /**
2160
- * The total number of buckets that are or aren't shared with another Amazon Web Services account.
2160
+ * The total number of buckets that are or aren't shared with other Amazon Web Services accounts, Amazon CloudFront origin access identities (OAIs), or CloudFront origin access controls (OACs).
2161
2161
  */
2162
2162
  bucketCountBySharedAccessType?: BucketCountBySharedAccessType;
2163
2163
  /**
@@ -2173,7 +2173,7 @@ declare namespace Macie2 {
2173
2173
  */
2174
2174
  classifiableSizeInBytes?: __long;
2175
2175
  /**
2176
- * 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 buckets.
2176
+ * The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently retrieved bucket or object metadata from Amazon S3 for the buckets.
2177
2177
  */
2178
2178
  lastUpdated?: __timestampIso8601;
2179
2179
  /**
@@ -2217,7 +2217,7 @@ declare namespace Macie2 {
2217
2217
  */
2218
2218
  id?: ClassificationScopeId;
2219
2219
  /**
2220
- * The name of the classification scope.
2220
+ * The name of the classification scope: automated-sensitive-data-discovery.
2221
2221
  */
2222
2222
  name?: ClassificationScopeName;
2223
2223
  /**
@@ -2429,11 +2429,11 @@ declare namespace Macie2 {
2429
2429
  */
2430
2430
  arn?: __string;
2431
2431
  /**
2432
- * The email address for the account.
2432
+ * The email address for the account. This value is null if the account is associated with the administrator account through Organizations.
2433
2433
  */
2434
2434
  email?: __string;
2435
2435
  /**
2436
- * The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if an invitation hasn't been sent to the account.
2436
+ * The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if a Macie membership invitation hasn't been sent to the account.
2437
2437
  */
2438
2438
  invitedAt?: __timestampIso8601;
2439
2439
  /**
@@ -2465,7 +2465,7 @@ declare namespace Macie2 {
2465
2465
  */
2466
2466
  profileUpdatedAt?: __timestampIso8601;
2467
2467
  /**
2468
- * 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.
2468
+ * The current sensitivity score for the bucket, ranging from -1 (classification 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.
2469
2469
  */
2470
2470
  sensitivityScore?: __integer;
2471
2471
  /**
@@ -2541,7 +2541,7 @@ declare namespace Macie2 {
2541
2541
  */
2542
2542
  includes?: SensitivityInspectionTemplateIncludes;
2543
2543
  /**
2544
- * The name of the template.
2544
+ * The name of the template: automated-sensitive-data-discovery.
2545
2545
  */
2546
2546
  name?: __string;
2547
2547
  /**
@@ -3087,7 +3087,7 @@ declare namespace Macie2 {
3087
3087
  }
3088
3088
  export interface ListResourceProfileArtifactsResponse {
3089
3089
  /**
3090
- * An array of objects, one for each S3 object that Amazon Macie selected for analysis.
3090
+ * An array of objects, one for each of 1-100 S3 objects that Amazon Macie selected for analysis. If Macie has analyzed more than 100 objects in the bucket, Macie populates the array based on the value for the ResourceProfileArtifact.sensitive field for an object: true (sensitive), followed by false (not sensitive). Macie then populates any remaining items in the array with information about objects where the value for the ResourceProfileArtifact.classificationResultStatus field is SKIPPED.
3091
3091
  */
3092
3092
  artifacts?: __listOfResourceProfileArtifact;
3093
3093
  /**
@@ -3181,7 +3181,7 @@ declare namespace Macie2 {
3181
3181
  */
3182
3182
  classifiableSizeInBytes?: __long;
3183
3183
  /**
3184
- * Specifies the error code for an error that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects. If this value is ACCESS_DENIED, Macie doesn't have permission to retrieve the information. For example, the bucket has a restrictive bucket policy and Amazon S3 denied the request. If this value is null, Macie was able to retrieve and process the information.
3184
+ * The error code for an error that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects. If this value is ACCESS_DENIED, Macie doesn't have permission to retrieve the information. For example, the bucket has a restrictive bucket policy and Amazon S3 denied the request. If this value is null, Macie was able to retrieve and process the information.
3185
3185
  */
3186
3186
  errorCode?: BucketMetadataErrorCode;
3187
3187
  /**
@@ -3193,7 +3193,7 @@ declare namespace Macie2 {
3193
3193
  */
3194
3194
  jobDetails?: JobDetails;
3195
3195
  /**
3196
- * 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.
3196
+ * The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently analyzed data in the bucket while performing automated sensitive data discovery for your account. This value is null if automated sensitive data discovery is currently disabled for your account.
3197
3197
  */
3198
3198
  lastAutomatedDiscoveryTime?: __timestampIso8601;
3199
3199
  /**
@@ -3205,7 +3205,7 @@ declare namespace Macie2 {
3205
3205
  */
3206
3206
  objectCountByEncryptionType?: ObjectCountByEncryptionType;
3207
3207
  /**
3208
- * 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.
3208
+ * The current sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive). This value is null if automated sensitive data discovery is currently disabled for your account.
3209
3209
  */
3210
3210
  sensitivityScore?: __integer;
3211
3211
  /**
@@ -3246,11 +3246,11 @@ declare namespace Macie2 {
3246
3246
  */
3247
3247
  arn?: __string;
3248
3248
  /**
3249
- * The email address for the account.
3249
+ * The email address for the account. This value is null if the account is associated with the administrator account through Organizations.
3250
3250
  */
3251
3251
  email?: __string;
3252
3252
  /**
3253
- * The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if an invitation hasn't been sent to the account.
3253
+ * The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if a Macie membership invitation hasn't been sent to the account.
3254
3254
  */
3255
3255
  invitedAt?: __timestampIso8601;
3256
3256
  /**
@@ -3319,7 +3319,7 @@ declare namespace Macie2 {
3319
3319
  */
3320
3320
  cells?: Cells;
3321
3321
  /**
3322
- * An array of objects, one for each occurrence of sensitive data in a non-binary text file, such as an HTML, TXT, or XML file. Each Range object specifies a line or inclusive range of lines that contains the sensitive data, and the position of the data on the specified line or lines. This value is often null for file types that are supported by Cell, Page, or Record objects. Exceptions are the location of sensitive data in: unstructured sections of an otherwise structured file, such as a comment in a file; a malformed file that Amazon Macie analyzes as plain text; and, a CSV or TSV file that has any column names that contain sensitive data.
3322
+ * An array of objects, one for each occurrence of sensitive data in an email message or a non-binary text file such as an HTML, TXT, or XML file. Each Range object specifies a line or inclusive range of lines that contains the sensitive data, and the position of the data on the specified line or lines. This value is often null for file types that are supported by Cell, Page, or Record objects. Exceptions are the location of sensitive data in: unstructured sections of an otherwise structured file, such as a comment in a file; a malformed file that Amazon Macie analyzes as plain text; and, a CSV or TSV file that has any column names that contain sensitive data.
3323
3323
  */
3324
3324
  lineRanges?: Ranges;
3325
3325
  /**
@@ -3419,11 +3419,11 @@ declare namespace Macie2 {
3419
3419
  */
3420
3420
  replicated?: __boolean;
3421
3421
  /**
3422
- * Specifies whether the bucket is configured to replicate one or more objects to an Amazon Web Services account that isn't part of the same Amazon Macie organization.
3422
+ * Specifies whether the bucket is configured to replicate one or more objects to a bucket for an Amazon Web Services account that isn't part of your Amazon Macie organization. An Amazon Macie organization is a set of Macie accounts that are centrally managed as a group of related accounts through Organizations or by Macie invitation.
3423
3423
  */
3424
3424
  replicatedExternally?: __boolean;
3425
3425
  /**
3426
- * An array of Amazon Web Services account IDs, one for each Amazon Web Services account that the bucket is configured to replicate one or more objects to.
3426
+ * An array of Amazon Web Services account IDs, one for each Amazon Web Services account that owns a bucket that the bucket is configured to replicate one or more objects to.
3427
3427
  */
3428
3428
  replicationAccounts?: __listOf__string;
3429
3429
  }
@@ -3511,7 +3511,7 @@ declare namespace Macie2 {
3511
3511
  */
3512
3512
  arn?: __string;
3513
3513
  /**
3514
- * The date and time, in UTC and extended ISO 8601 format, when the bucket was created.
3514
+ * The date and time, in UTC and extended ISO 8601 format, when the bucket was created. This value can also indicate when changes such as edits to the bucket's policy were most recently made to the bucket, relative to when the finding was created or last updated.
3515
3515
  */
3516
3516
  createdAt?: __timestampIso8601;
3517
3517
  /**
@@ -3827,7 +3827,7 @@ declare namespace Macie2 {
3827
3827
  */
3828
3828
  classifiableSizeInBytes?: __long;
3829
3829
  /**
3830
- * The total number of buckets that are publicly accessible based on a combination of permissions settings for each bucket.
3830
+ * The total number of buckets that are publicly accessible due to a combination of permissions settings for each bucket.
3831
3831
  */
3832
3832
  publiclyAccessibleCount?: __long;
3833
3833
  /**
@@ -3866,7 +3866,7 @@ declare namespace Macie2 {
3866
3866
  */
3867
3867
  id?: __string;
3868
3868
  /**
3869
- * The name of the sensitivity inspection template for the account.
3869
+ * The name of the sensitivity inspection template for the account: automated-sensitive-data-discovery.
3870
3870
  */
3871
3871
  name?: __string;
3872
3872
  }
@@ -3920,7 +3920,7 @@ declare namespace Macie2 {
3920
3920
  */
3921
3921
  accountId?: __string;
3922
3922
  /**
3923
- * The Amazon Resource Name (ARN) of the source account, IAM user, or role that was used to get the credentials.
3923
+ * The Amazon Resource Name (ARN) of the source account, Identity and Access Management (IAM) user, or role that was used to get the credentials.
3924
3924
  */
3925
3925
  arn?: __string;
3926
3926
  /**
@@ -4210,7 +4210,7 @@ declare namespace Macie2 {
4210
4210
  */
4211
4211
  clientToken?: __string;
4212
4212
  /**
4213
- * A custom description of the filter. The description can contain as many as 512 characters. We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.
4213
+ * A custom description of the filter. The description can contain as many as 512 characters. We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see this description, depending on the actions that they're allowed to perform in Amazon Macie.
4214
4214
  */
4215
4215
  description?: __string;
4216
4216
  /**
@@ -4222,7 +4222,7 @@ declare namespace Macie2 {
4222
4222
  */
4223
4223
  id: __string;
4224
4224
  /**
4225
- * A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters. We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.
4225
+ * A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters. We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see this name, depending on the actions that they're allowed to perform in Amazon Macie.
4226
4226
  */
4227
4227
  name?: __string;
4228
4228
  /**
@@ -4310,7 +4310,7 @@ declare namespace Macie2 {
4310
4310
  }
4311
4311
  export interface UpdateSensitivityInspectionTemplateRequest {
4312
4312
  /**
4313
- * A custom description of the template.
4313
+ * A custom description of the template. The description can contain as many as 200 characters.
4314
4314
  */
4315
4315
  description?: __string;
4316
4316
  /**