@aws-sdk/client-macie2 3.39.0 → 3.43.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.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/endpoints.js +118 -17
- package/dist-cjs/models/models_0.js +15 -3
- package/dist-cjs/protocols/Aws_restJson1.js +41 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +118 -17
- package/dist-es/models/models_0.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +39 -2
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/Macie2.d.ts +9 -9
- package/dist-types/Macie2Client.d.ts +8 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/commands/CreateClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/CreateFindingsFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/CreateMemberCommand.d.ts +1 -1
- package/dist-types/commands/CreateSampleFindingsCommand.d.ts +1 -1
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFindingsFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMemberCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBucketsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/DisableMacieCommand.d.ts +2 -2
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMemberCommand.d.ts +1 -1
- package/dist-types/commands/EnableMacieCommand.d.ts +1 -1
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +2 -2
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketStatisticsCommand.d.ts +2 -2
- package/dist-types/commands/GetClassificationExportConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsFilterCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsPublicationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/commands/GetMacieSessionCommand.d.ts +1 -1
- package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetMemberCommand.d.ts +1 -1
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetUsageTotalsCommand.d.ts +1 -1
- package/dist-types/commands/ListClassificationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SearchResourcesCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMacieSessionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateMemberSessionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +72 -40
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/Macie2Client.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +20 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -4,7 +4,7 @@ export declare enum AdminStatus {
|
|
|
4
4
|
ENABLED = "ENABLED"
|
|
5
5
|
}
|
|
6
6
|
/**
|
|
7
|
-
* <p>Provides information about the delegated Amazon Macie administrator account for an
|
|
7
|
+
* <p>Provides information about the delegated Amazon Macie administrator account for an organization in Organizations.</p>
|
|
8
8
|
*/
|
|
9
9
|
export interface AdminAccount {
|
|
10
10
|
/**
|
|
@@ -12,7 +12,7 @@ export interface AdminAccount {
|
|
|
12
12
|
*/
|
|
13
13
|
accountId?: string;
|
|
14
14
|
/**
|
|
15
|
-
* <p>The current status of the account as the delegated
|
|
15
|
+
* <p>The current status of the account as the delegated Amazon Macie administrator account for the organization.</p>
|
|
16
16
|
*/
|
|
17
17
|
status?: AdminStatus | string;
|
|
18
18
|
}
|
|
@@ -375,7 +375,7 @@ export declare namespace ObjectLevelStatistics {
|
|
|
375
375
|
const filterSensitiveLog: (obj: ObjectLevelStatistics) => any;
|
|
376
376
|
}
|
|
377
377
|
/**
|
|
378
|
-
* <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
|
|
378
|
+
* <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>
|
|
379
379
|
*/
|
|
380
380
|
export interface BucketMetadata {
|
|
381
381
|
/**
|
|
@@ -815,7 +815,7 @@ export declare namespace DefaultDetection {
|
|
|
815
815
|
*/
|
|
816
816
|
export interface SensitiveDataItem {
|
|
817
817
|
/**
|
|
818
|
-
* <p>The category of sensitive data that was detected. For example: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.</p>
|
|
818
|
+
* <p>The category of sensitive data that was detected. For example: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.</p>
|
|
819
819
|
*/
|
|
820
820
|
category?: SensitiveDataItemCategory | string;
|
|
821
821
|
/**
|
|
@@ -838,11 +838,11 @@ export declare namespace SensitiveDataItem {
|
|
|
838
838
|
*/
|
|
839
839
|
export interface ClassificationResultStatus {
|
|
840
840
|
/**
|
|
841
|
-
* <p>The status of the finding. Possible values are:</p> <ul><li><p>COMPLETE - Amazon Macie successfully completed its analysis of the S3 object that the finding applies to.</p></li> <li><p>PARTIAL - Macie analyzed only a subset of the data in the S3 object that the finding applies to. 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 S3 object that the finding applies to. For example, the object is a file
|
|
841
|
+
* <p>The status of the finding. Possible values are:</p> <ul><li><p>COMPLETE - Amazon Macie successfully completed its analysis of the S3 object that the finding applies to.</p></li> <li><p>PARTIAL - Macie analyzed only a subset of the data in the S3 object that the finding applies to. 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 S3 object that the finding applies to. For example, the object is a file that uses an unsupported format.</p></li></ul>
|
|
842
842
|
*/
|
|
843
843
|
code?: string;
|
|
844
844
|
/**
|
|
845
|
-
* <p>A brief description of the status of the finding. Amazon Macie uses this value to notify you of any errors, warnings, or considerations that might impact your analysis of the finding.</p>
|
|
845
|
+
* <p>A brief description of the status of the finding. This value is null if the status (code) of the finding is COMPLETE.</p> <p>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:</p> <ul><li><p>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).</p></li> <li><p>ARCHIVE_EXCEEDS_SIZE_LIMIT - The object is an archive file whose total storage size exceeds the size quota for this type of archive.</p></li> <li><p>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.</p></li> <li><p>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.</p></li> <li><p>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.</p></li> <li><p>FILE_EXCEEDS_SIZE_LIMIT - The storage size of the object exceeds the size quota for this type of file.</p></li> <li><p>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.</p></li> <li><p>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.</p></li> <li><p>INVALID_OBJECT_STATE - The object doesn’t use a supported Amazon S3 storage class. For more information, see <a href="https://docs.aws.amazon.com/macie/latest/user/data-classification.html">Discovering sensitive data</a> in the <i>Amazon Macie User Guide</i>.</p></li> <li><p>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.</p></li> <li><p>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.</p></li> <li><p>OBJECT_VERSION_MISMATCH - The object was changed while Macie was analyzing it.</p></li> <li><p>NO_SUCH_BUCKET_AVAILABLE - The object was in a bucket that was deleted shortly before or when Macie attempted to analyze the object.</p></li> <li><p>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.</p></li> <li><p>OOXML_UNCOMPRESSED_SIZE_EXCEEDS_LIMIT - The object is an Office Open XML file that exceeds the size quota for this type of file.</p></li> <li><p>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.</p></li> <li><p>PERMISSION_DENIED - Macie isn’t allowed to access the object. The object’s permissions settings prevent Macie from analyzing the object.</p></li> <li><p>SOURCE_OBJECT_NO_LONGER_AVAILABLE - The object was deleted shortly before or when Macie attempted to analyze it.</p></li> <li><p>UNABLE_TO_PARSE_FILE - The object is a file that contains structured data and an error occurred when Macie attempted to parse the data.</p></li> <li><p>UNSUPPORTED_FILE_TYPE_EXCEPTION - The object is a file that uses an unsupported file or storage format. For more information, see <a href="https://docs.aws.amazon.com/macie/latest/user/discovery-supported-formats.html">Supported file and storage formats</a> in the <i>Amazon Macie User Guide</i>.</p></li></ul> <p>For information about sensitive data discovery quotas for files, see <a href="https://docs.aws.amazon.com/macie/latest/user/macie-quotas.html">Amazon Macie quotas</a> in the <i>Amazon Macie User Guide</i>.</p>
|
|
846
846
|
*/
|
|
847
847
|
reason?: string;
|
|
848
848
|
}
|
|
@@ -1755,7 +1755,7 @@ export declare enum RelationshipStatus {
|
|
|
1755
1755
|
Resigned = "Resigned"
|
|
1756
1756
|
}
|
|
1757
1757
|
/**
|
|
1758
|
-
* <p>Provides information about an Amazon Macie membership invitation
|
|
1758
|
+
* <p>Provides information about an Amazon Macie membership invitation.</p>
|
|
1759
1759
|
*/
|
|
1760
1760
|
export interface Invitation {
|
|
1761
1761
|
/**
|
|
@@ -1763,7 +1763,7 @@ export interface Invitation {
|
|
|
1763
1763
|
*/
|
|
1764
1764
|
accountId?: string;
|
|
1765
1765
|
/**
|
|
1766
|
-
* <p>The unique identifier for the invitation
|
|
1766
|
+
* <p>The unique identifier for the invitation.</p>
|
|
1767
1767
|
*/
|
|
1768
1768
|
invitationId?: string;
|
|
1769
1769
|
/**
|
|
@@ -1771,7 +1771,7 @@ export interface Invitation {
|
|
|
1771
1771
|
*/
|
|
1772
1772
|
invitedAt?: Date;
|
|
1773
1773
|
/**
|
|
1774
|
-
* <p>The status of the relationship between the account that sent the invitation
|
|
1774
|
+
* <p>The status of the relationship between the account that sent the invitation and the account that received the invitation.</p>
|
|
1775
1775
|
*/
|
|
1776
1776
|
relationshipStatus?: RelationshipStatus | string;
|
|
1777
1777
|
}
|
|
@@ -2066,7 +2066,7 @@ export declare namespace ListJobsFilterTerm {
|
|
|
2066
2066
|
*/
|
|
2067
2067
|
export interface ManagedDataIdentifierSummary {
|
|
2068
2068
|
/**
|
|
2069
|
-
* <p>The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.</p>
|
|
2069
|
+
* <p>The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.</p>
|
|
2070
2070
|
*/
|
|
2071
2071
|
category?: SensitiveDataItemCategory | string;
|
|
2072
2072
|
/**
|
|
@@ -2179,7 +2179,7 @@ export interface Member {
|
|
|
2179
2179
|
*/
|
|
2180
2180
|
email?: string;
|
|
2181
2181
|
/**
|
|
2182
|
-
* <p>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
|
|
2182
|
+
* <p>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.</p>
|
|
2183
2183
|
*/
|
|
2184
2184
|
invitedAt?: Date;
|
|
2185
2185
|
/**
|
|
@@ -3076,35 +3076,63 @@ export declare namespace CreateClassificationJobResponse {
|
|
|
3076
3076
|
*/
|
|
3077
3077
|
const filterSensitiveLog: (obj: CreateClassificationJobResponse) => any;
|
|
3078
3078
|
}
|
|
3079
|
+
export declare enum DataIdentifierSeverity {
|
|
3080
|
+
HIGH = "HIGH",
|
|
3081
|
+
LOW = "LOW",
|
|
3082
|
+
MEDIUM = "MEDIUM"
|
|
3083
|
+
}
|
|
3084
|
+
/**
|
|
3085
|
+
* <p>Specifies a severity level for findings that a custom data identifier produces. A severity level determines which severity is assigned to the findings, based on the number of occurrences of text that matches the custom data identifier's detection criteria.</p>
|
|
3086
|
+
*/
|
|
3087
|
+
export interface SeverityLevel {
|
|
3088
|
+
/**
|
|
3089
|
+
* <p>The minimum number of occurrences of text that must match the custom data identifier's detection criteria in order to produce a finding with the specified severity (severity).</p>
|
|
3090
|
+
*/
|
|
3091
|
+
occurrencesThreshold: number | undefined;
|
|
3092
|
+
/**
|
|
3093
|
+
* <p>The severity to assign to a finding: if the number of occurrences is greater than or equal to the specified threshold (occurrencesThreshold); and, if applicable, the number of occurrences is less than the threshold for the next consecutive severity level for the custom data identifier, moving from LOW to HIGH.</p>
|
|
3094
|
+
*/
|
|
3095
|
+
severity: DataIdentifierSeverity | string | undefined;
|
|
3096
|
+
}
|
|
3097
|
+
export declare namespace SeverityLevel {
|
|
3098
|
+
/**
|
|
3099
|
+
* @internal
|
|
3100
|
+
*/
|
|
3101
|
+
const filterSensitiveLog: (obj: SeverityLevel) => any;
|
|
3102
|
+
}
|
|
3079
3103
|
export interface CreateCustomDataIdentifierRequest {
|
|
3080
3104
|
/**
|
|
3081
3105
|
* <p>A unique, case-sensitive token that you provide to ensure the idempotency of the request.</p>
|
|
3082
3106
|
*/
|
|
3083
3107
|
clientToken?: string;
|
|
3084
3108
|
/**
|
|
3085
|
-
* <p>A custom description of the custom data identifier. The description can contain as many as 512 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the description of a custom data identifier. Other users of your account might be able to see
|
|
3109
|
+
* <p>A custom description of the custom data identifier. The description can contain as many as 512 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the description of a custom data identifier. 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.</p>
|
|
3086
3110
|
*/
|
|
3087
3111
|
description?: string;
|
|
3088
3112
|
/**
|
|
3089
|
-
* <p>An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression
|
|
3113
|
+
* <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>
|
|
3090
3114
|
*/
|
|
3091
3115
|
ignoreWords?: string[];
|
|
3092
3116
|
/**
|
|
3093
|
-
* <p>An array that lists specific character sequences (keywords), one of which must 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>
|
|
3117
|
+
* <p>An array that lists specific character sequences (<i>keywords</i>), one of which must 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>
|
|
3094
3118
|
*/
|
|
3095
3119
|
keywords?: string[];
|
|
3096
3120
|
/**
|
|
3097
|
-
* <p>The maximum number of characters that can exist between text that matches the
|
|
3121
|
+
* <p>The maximum number of characters that can exist between text that matches the regular expression and the character sequences specified by the keywords array. Amazon Macie includes or excludes a result based on the proximity of a keyword to text that matches the regular expression. The distance can be 1-300 characters. The default value is 50.</p>
|
|
3098
3122
|
*/
|
|
3099
3123
|
maximumMatchDistance?: number;
|
|
3100
3124
|
/**
|
|
3101
|
-
* <p>A custom name for the custom data identifier. The name can contain as many as 128 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the name of a custom data identifier. Other users of your account might be able to see
|
|
3125
|
+
* <p>A custom name for the custom data identifier. The name can contain as many as 128 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the name of a custom data identifier. 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.</p>
|
|
3102
3126
|
*/
|
|
3103
3127
|
name?: string;
|
|
3104
3128
|
/**
|
|
3105
3129
|
* <p>The regular expression (<i>regex</i>) that defines the pattern to match. The expression can contain as many as 512 characters.</p>
|
|
3106
3130
|
*/
|
|
3107
3131
|
regex?: string;
|
|
3132
|
+
/**
|
|
3133
|
+
* <p>The severity to assign to findings that the custom data identifier produces, based on the number of occurrences of text that matches the custom data identifier's detection criteria. You can specify as many as three SeverityLevel objects in this array, one for each severity: LOW, MEDIUM, or HIGH. If you specify more than one, the occurrences thresholds must be in ascending order by severity, moving from LOW to HIGH. For example, 1 for LOW, 50 for MEDIUM, and 100 for HIGH. If an S3 object contains fewer occurrences than the lowest specified threshold, Amazon Macie doesn't create a finding.</p> <p>If you don't specify any values for this array, Macie creates findings for S3 objects that contain at least one occurrence of text that matches the detection criteria, and Macie assigns the MEDIUM severity to those findings.</p>
|
|
3134
|
+
*/
|
|
3135
|
+
severityLevels?: SeverityLevel[];
|
|
3108
3136
|
/**
|
|
3109
3137
|
* <p>A map of key-value pairs that specifies the tags to associate with the custom data identifier.</p> <p>A custom data identifier 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>
|
|
3110
3138
|
*/
|
|
@@ -3196,7 +3224,7 @@ export interface CreateFindingsFilterRequest {
|
|
|
3196
3224
|
*/
|
|
3197
3225
|
clientToken?: string;
|
|
3198
3226
|
/**
|
|
3199
|
-
* <p>A custom description of the filter. The description can contain as many as 512 characters.</p> <p>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
|
|
3227
|
+
* <p>A custom description of the filter. The description can contain as many as 512 characters.</p> <p>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.</p>
|
|
3200
3228
|
*/
|
|
3201
3229
|
description?: string;
|
|
3202
3230
|
/**
|
|
@@ -3204,7 +3232,7 @@ export interface CreateFindingsFilterRequest {
|
|
|
3204
3232
|
*/
|
|
3205
3233
|
findingCriteria: FindingCriteria | undefined;
|
|
3206
3234
|
/**
|
|
3207
|
-
* <p>A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.</p> <p>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
|
|
3235
|
+
* <p>A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.</p> <p>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.</p>
|
|
3208
3236
|
*/
|
|
3209
3237
|
name: string | undefined;
|
|
3210
3238
|
/**
|
|
@@ -3246,11 +3274,11 @@ export interface CreateInvitationsRequest {
|
|
|
3246
3274
|
*/
|
|
3247
3275
|
accountIds: string[] | undefined;
|
|
3248
3276
|
/**
|
|
3249
|
-
* <p>Specifies whether to send an email
|
|
3277
|
+
* <p>Specifies whether to send the invitation as an email message. If this value is false, Amazon Macie sends the invitation (as an email message) to the email address that you specified for the recipient's account when you associated the account with your account. The default value is false.</p>
|
|
3250
3278
|
*/
|
|
3251
3279
|
disableEmailNotification?: boolean;
|
|
3252
3280
|
/**
|
|
3253
|
-
* <p>
|
|
3281
|
+
* <p>Custom text to include in the email message that contains the invitation. The text can contain as many as 80 alphanumeric characters.</p>
|
|
3254
3282
|
*/
|
|
3255
3283
|
message?: string;
|
|
3256
3284
|
}
|
|
@@ -3304,7 +3332,7 @@ export declare namespace CreateMemberResponse {
|
|
|
3304
3332
|
}
|
|
3305
3333
|
export interface CreateSampleFindingsRequest {
|
|
3306
3334
|
/**
|
|
3307
|
-
* <p>An array
|
|
3335
|
+
* <p>An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.</p>
|
|
3308
3336
|
*/
|
|
3309
3337
|
findingTypes?: (FindingType | string)[];
|
|
3310
3338
|
}
|
|
@@ -3603,11 +3631,11 @@ export declare namespace DescribeOrganizationConfigurationRequest {
|
|
|
3603
3631
|
}
|
|
3604
3632
|
export interface DescribeOrganizationConfigurationResponse {
|
|
3605
3633
|
/**
|
|
3606
|
-
* <p>Specifies whether Amazon Macie is enabled automatically for accounts that are added to the
|
|
3634
|
+
* <p>Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.</p>
|
|
3607
3635
|
*/
|
|
3608
3636
|
autoEnable?: boolean;
|
|
3609
3637
|
/**
|
|
3610
|
-
* <p>Specifies whether the maximum number of Amazon Macie member accounts are part of the
|
|
3638
|
+
* <p>Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.</p>
|
|
3611
3639
|
*/
|
|
3612
3640
|
maxAccountLimitReached?: boolean;
|
|
3613
3641
|
}
|
|
@@ -3799,7 +3827,7 @@ export declare namespace GetAdministratorAccountRequest {
|
|
|
3799
3827
|
}
|
|
3800
3828
|
export interface GetAdministratorAccountResponse {
|
|
3801
3829
|
/**
|
|
3802
|
-
* <p>The Amazon Web Services account ID for the administrator account. If the accounts are associated by
|
|
3830
|
+
* <p>The Amazon Web Services account ID for the administrator account. If the accounts are associated by an Amazon Macie membership invitation, this object also provides details about the invitation that was sent to establish the relationship between the accounts.</p>
|
|
3803
3831
|
*/
|
|
3804
3832
|
administrator?: Invitation;
|
|
3805
3833
|
}
|
|
@@ -3935,15 +3963,15 @@ export interface GetCustomDataIdentifierResponse {
|
|
|
3935
3963
|
*/
|
|
3936
3964
|
id?: string;
|
|
3937
3965
|
/**
|
|
3938
|
-
* <p>An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression
|
|
3966
|
+
* <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. Ignore words are case sensitive.</p>
|
|
3939
3967
|
*/
|
|
3940
3968
|
ignoreWords?: string[];
|
|
3941
3969
|
/**
|
|
3942
|
-
* <p>An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. Keywords aren't case sensitive.</p>
|
|
3970
|
+
* <p>An array that lists specific character sequences (<i>keywords</i>), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. Keywords aren't case sensitive.</p>
|
|
3943
3971
|
*/
|
|
3944
3972
|
keywords?: string[];
|
|
3945
3973
|
/**
|
|
3946
|
-
* <p>The maximum number of characters that can exist between text that matches the
|
|
3974
|
+
* <p>The maximum number of characters that can exist between text that matches the regular expression and the character sequences specified by the keywords array. Amazon Macie includes or excludes a result based on the proximity of a keyword to text that matches the regular expression.</p>
|
|
3947
3975
|
*/
|
|
3948
3976
|
maximumMatchDistance?: number;
|
|
3949
3977
|
/**
|
|
@@ -3954,6 +3982,10 @@ export interface GetCustomDataIdentifierResponse {
|
|
|
3954
3982
|
* <p>The regular expression (<i>regex</i>) that defines the pattern to match.</p>
|
|
3955
3983
|
*/
|
|
3956
3984
|
regex?: string;
|
|
3985
|
+
/**
|
|
3986
|
+
* <p>Specifies the severity that's assigned to findings that the custom data identifier produces, based on the number of occurrences of text that matches the custom data identifier's detection criteria. By default, Amazon Macie creates findings for S3 objects that contain at least one occurrence of text that matches the detection criteria, and Macie assigns the MEDIUM severity to those findings.</p>
|
|
3987
|
+
*/
|
|
3988
|
+
severityLevels?: SeverityLevel[];
|
|
3957
3989
|
/**
|
|
3958
3990
|
* <p>A map of key-value pairs that identifies the tags (keys and values) that are associated with the custom data identifier.</p>
|
|
3959
3991
|
*/
|
|
@@ -4183,19 +4215,19 @@ export interface GetMacieSessionResponse {
|
|
|
4183
4215
|
*/
|
|
4184
4216
|
createdAt?: Date;
|
|
4185
4217
|
/**
|
|
4186
|
-
* <p>The frequency with which Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events).</p>
|
|
4218
|
+
* <p>The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events).</p>
|
|
4187
4219
|
*/
|
|
4188
4220
|
findingPublishingFrequency?: FindingPublishingFrequency | string;
|
|
4189
4221
|
/**
|
|
4190
|
-
* <p>The Amazon Resource Name (ARN) of the service-linked role that allows Macie to monitor and analyze data in Amazon Web Services resources for the account.</p>
|
|
4222
|
+
* <p>The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.</p>
|
|
4191
4223
|
*/
|
|
4192
4224
|
serviceRole?: string;
|
|
4193
4225
|
/**
|
|
4194
|
-
* <p>The current status of the Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.</p>
|
|
4226
|
+
* <p>The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.</p>
|
|
4195
4227
|
*/
|
|
4196
4228
|
status?: MacieStatus | string;
|
|
4197
4229
|
/**
|
|
4198
|
-
* <p>The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the Macie account.</p>
|
|
4230
|
+
* <p>The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the Amazon Macie account.</p>
|
|
4199
4231
|
*/
|
|
4200
4232
|
updatedAt?: Date;
|
|
4201
4233
|
}
|
|
@@ -4255,7 +4287,7 @@ export interface GetMemberResponse {
|
|
|
4255
4287
|
*/
|
|
4256
4288
|
email?: string;
|
|
4257
4289
|
/**
|
|
4258
|
-
* <p>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
|
|
4290
|
+
* <p>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.</p>
|
|
4259
4291
|
*/
|
|
4260
4292
|
invitedAt?: Date;
|
|
4261
4293
|
/**
|
|
@@ -4658,7 +4690,7 @@ export declare namespace ListMembersRequest {
|
|
|
4658
4690
|
}
|
|
4659
4691
|
export interface ListMembersResponse {
|
|
4660
4692
|
/**
|
|
4661
|
-
* <p>An array of objects, one for each account that's associated with the administrator account and meets the criteria specified
|
|
4693
|
+
* <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>
|
|
4662
4694
|
*/
|
|
4663
4695
|
members?: Member[];
|
|
4664
4696
|
/**
|
|
@@ -4905,15 +4937,15 @@ export declare namespace TagResourceResponse {
|
|
|
4905
4937
|
}
|
|
4906
4938
|
export interface TestCustomDataIdentifierRequest {
|
|
4907
4939
|
/**
|
|
4908
|
-
* <p>An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression
|
|
4940
|
+
* <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>
|
|
4909
4941
|
*/
|
|
4910
4942
|
ignoreWords?: string[];
|
|
4911
4943
|
/**
|
|
4912
|
-
* <p>An array that lists specific character sequences (keywords), one of which must 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>
|
|
4944
|
+
* <p>An array that lists specific character sequences (<i>keywords</i>), one of which must 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>
|
|
4913
4945
|
*/
|
|
4914
4946
|
keywords?: string[];
|
|
4915
4947
|
/**
|
|
4916
|
-
* <p>The maximum number of characters that can exist between text that matches the
|
|
4948
|
+
* <p>The maximum number of characters that can exist between text that matches the regular expression and the character sequences specified by the keywords array. Amazon Macie includes or excludes a result based on the proximity of a keyword to text that matches the regular expression. The distance can be 1-300 characters. The default value is 50.</p>
|
|
4917
4949
|
*/
|
|
4918
4950
|
maximumMatchDistance?: number;
|
|
4919
4951
|
/**
|
|
@@ -4933,7 +4965,7 @@ export declare namespace TestCustomDataIdentifierRequest {
|
|
|
4933
4965
|
}
|
|
4934
4966
|
export interface TestCustomDataIdentifierResponse {
|
|
4935
4967
|
/**
|
|
4936
|
-
* <p>The number of
|
|
4968
|
+
* <p>The number of occurrences of sample text that matched the criteria specified by the custom data identifier.</p>
|
|
4937
4969
|
*/
|
|
4938
4970
|
matchCount?: number;
|
|
4939
4971
|
}
|
|
@@ -4997,7 +5029,7 @@ export interface UpdateFindingsFilterRequest {
|
|
|
4997
5029
|
*/
|
|
4998
5030
|
action?: FindingsFilterAction | string;
|
|
4999
5031
|
/**
|
|
5000
|
-
* <p>A custom description of the filter. The description can contain as many as 512 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users might be able to see
|
|
5032
|
+
* <p>A custom description of the filter. The description can contain as many as 512 characters.</p> <p>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.</p>
|
|
5001
5033
|
*/
|
|
5002
5034
|
description?: string;
|
|
5003
5035
|
/**
|
|
@@ -5009,7 +5041,7 @@ export interface UpdateFindingsFilterRequest {
|
|
|
5009
5041
|
*/
|
|
5010
5042
|
id: string | undefined;
|
|
5011
5043
|
/**
|
|
5012
|
-
* <p>A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.</p> <p>We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users might be able to see
|
|
5044
|
+
* <p>A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.</p> <p>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.</p>
|
|
5013
5045
|
*/
|
|
5014
5046
|
name?: string;
|
|
5015
5047
|
/**
|
|
@@ -5093,7 +5125,7 @@ export declare namespace UpdateMemberSessionResponse {
|
|
|
5093
5125
|
}
|
|
5094
5126
|
export interface UpdateOrganizationConfigurationRequest {
|
|
5095
5127
|
/**
|
|
5096
|
-
* <p>Specifies whether to enable Amazon Macie automatically for
|
|
5128
|
+
* <p>Specifies whether to enable Amazon Macie automatically for an account when the account is added to the organization in Organizations.</p>
|
|
5097
5129
|
*/
|
|
5098
5130
|
autoEnable: boolean | undefined;
|
|
5099
5131
|
}
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: Macie2ClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: Macie2ClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: Macie2ClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -95,6 +95,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
95
95
|
|
|
96
96
|
logger?: __Logger;
|
|
97
97
|
|
|
98
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
99
|
+
|
|
100
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
101
|
+
|
|
98
102
|
serviceId?: string;
|
|
99
103
|
|
|
100
104
|
region?: string | __Provider<string>;
|
|
@@ -1832,6 +1832,22 @@ export declare namespace CreateClassificationJobResponse {
|
|
|
1832
1832
|
|
|
1833
1833
|
const filterSensitiveLog: (obj: CreateClassificationJobResponse) => any;
|
|
1834
1834
|
}
|
|
1835
|
+
export declare enum DataIdentifierSeverity {
|
|
1836
|
+
HIGH = "HIGH",
|
|
1837
|
+
LOW = "LOW",
|
|
1838
|
+
MEDIUM = "MEDIUM"
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
export interface SeverityLevel {
|
|
1842
|
+
|
|
1843
|
+
occurrencesThreshold: number | undefined;
|
|
1844
|
+
|
|
1845
|
+
severity: DataIdentifierSeverity | string | undefined;
|
|
1846
|
+
}
|
|
1847
|
+
export declare namespace SeverityLevel {
|
|
1848
|
+
|
|
1849
|
+
const filterSensitiveLog: (obj: SeverityLevel) => any;
|
|
1850
|
+
}
|
|
1835
1851
|
export interface CreateCustomDataIdentifierRequest {
|
|
1836
1852
|
|
|
1837
1853
|
clientToken?: string;
|
|
@@ -1848,6 +1864,8 @@ export interface CreateCustomDataIdentifierRequest {
|
|
|
1848
1864
|
|
|
1849
1865
|
regex?: string;
|
|
1850
1866
|
|
|
1867
|
+
severityLevels?: SeverityLevel[];
|
|
1868
|
+
|
|
1851
1869
|
tags?: {
|
|
1852
1870
|
[key: string]: string;
|
|
1853
1871
|
};
|
|
@@ -2385,6 +2403,8 @@ export interface GetCustomDataIdentifierResponse {
|
|
|
2385
2403
|
|
|
2386
2404
|
regex?: string;
|
|
2387
2405
|
|
|
2406
|
+
severityLevels?: SeverityLevel[];
|
|
2407
|
+
|
|
2388
2408
|
tags?: {
|
|
2389
2409
|
[key: string]: string;
|
|
2390
2410
|
};
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: Macie2ClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: Macie2ClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: Macie2ClientConfig) => {
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-macie2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Macie2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.43.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,32 +21,32 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.43.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.40.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.40.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.40.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
|
+
"@aws-sdk/types": "3.40.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.40.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.40.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0",
|