@aws-sdk/client-macie2 3.325.0 → 3.327.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/dist-types/commands/AcceptInvitationCommand.d.ts +4 -0
- package/dist-types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +18 -0
- package/dist-types/commands/CreateAllowListCommand.d.ts +7 -0
- package/dist-types/commands/CreateClassificationJobCommand.d.ts +7 -0
- package/dist-types/commands/CreateCustomDataIdentifierCommand.d.ts +6 -0
- package/dist-types/commands/CreateFindingsFilterCommand.d.ts +7 -0
- package/dist-types/commands/CreateInvitationsCommand.d.ts +12 -0
- package/dist-types/commands/CreateMemberCommand.d.ts +6 -0
- package/dist-types/commands/CreateSampleFindingsCommand.d.ts +4 -0
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +12 -0
- package/dist-types/commands/DeleteAllowListCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCustomDataIdentifierCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFindingsFilterCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +12 -0
- package/dist-types/commands/DeleteMemberCommand.d.ts +4 -0
- package/dist-types/commands/DescribeBucketsCommand.d.ts +97 -0
- package/dist-types/commands/DescribeClassificationJobCommand.d.ts +150 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/DisableMacieCommand.d.ts +4 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateMemberCommand.d.ts +4 -0
- package/dist-types/commands/EnableMacieCommand.d.ts +4 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +4 -0
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +11 -0
- package/dist-types/commands/GetAllowListCommand.d.ts +25 -0
- package/dist-types/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketStatisticsCommand.d.ts +71 -0
- package/dist-types/commands/GetClassificationExportConfigurationCommand.d.ts +12 -0
- package/dist-types/commands/GetClassificationScopeCommand.d.ts +14 -0
- package/dist-types/commands/GetCustomDataIdentifierCommand.d.ts +28 -0
- package/dist-types/commands/GetFindingStatisticsCommand.d.ts +11 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +310 -0
- package/dist-types/commands/GetFindingsFilterCommand.d.ts +33 -0
- package/dist-types/commands/GetFindingsPublicationConfigurationCommand.d.ts +9 -0
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +6 -0
- package/dist-types/commands/GetMacieSessionCommand.d.ts +10 -0
- package/dist-types/commands/GetMasterAccountCommand.d.ts +11 -0
- package/dist-types/commands/GetMemberCommand.d.ts +16 -0
- package/dist-types/commands/GetResourceProfileCommand.d.ts +19 -0
- package/dist-types/commands/GetRevealConfigurationCommand.d.ts +9 -0
- package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +9 -0
- package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +14 -0
- package/dist-types/commands/GetSensitivityInspectionTemplateCommand.d.ts +24 -0
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +26 -0
- package/dist-types/commands/GetUsageTotalsCommand.d.ts +13 -0
- package/dist-types/commands/ListAllowListsCommand.d.ts +16 -0
- package/dist-types/commands/ListClassificationJobsCommand.d.ts +77 -0
- package/dist-types/commands/ListClassificationScopesCommand.d.ts +12 -0
- package/dist-types/commands/ListCustomDataIdentifiersCommand.d.ts +15 -0
- package/dist-types/commands/ListFindingsCommand.d.ts +9 -0
- package/dist-types/commands/ListFindingsFiltersCommand.d.ts +17 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +14 -0
- package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +12 -0
- package/dist-types/commands/ListMembersCommand.d.ts +21 -0
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +12 -0
- package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +13 -0
- package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +16 -0
- package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +12 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +12 -0
- package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/SearchResourcesCommand.d.ts +46 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAllowListCommand.d.ts +7 -0
- package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateClassificationJobCommand.d.ts +4 -0
- package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +7 -0
- package/dist-types/commands/UpdateMacieSessionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateMemberSessionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateResourceProfileCommand.d.ts +4 -0
- package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +9 -0
- package/dist-types/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +4 -0
- package/package.json +7 -7
|
@@ -31,6 +31,8 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DisableOrganizationAdminAccountCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DisableOrganizationAdminAccountCommandInput - {@link DisableOrganizationAdminAccountCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
|
|
|
60
62
|
* @throws {@link ValidationException} (client fault)
|
|
61
63
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
62
64
|
*
|
|
65
|
+
* @throws {@link Macie2ServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
63
67
|
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class DisableOrganizationAdminAccountCommand extends $Command<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -29,6 +29,8 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
|
|
|
29
29
|
* const input = {};
|
|
30
30
|
* const command = new DisassociateFromAdministratorAccountCommand(input);
|
|
31
31
|
* const response = await client.send(command);
|
|
32
|
+
* // {};
|
|
33
|
+
*
|
|
32
34
|
* ```
|
|
33
35
|
*
|
|
34
36
|
* @param DisassociateFromAdministratorAccountCommandInput - {@link DisassociateFromAdministratorAccountCommandInput}
|
|
@@ -58,6 +60,8 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
|
|
|
58
60
|
* @throws {@link ValidationException} (client fault)
|
|
59
61
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
60
62
|
*
|
|
63
|
+
* @throws {@link Macie2ServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
61
65
|
*
|
|
62
66
|
*/
|
|
63
67
|
export declare class DisassociateFromAdministratorAccountCommand extends $Command<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -29,6 +29,8 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
|
|
|
29
29
|
* const input = {};
|
|
30
30
|
* const command = new DisassociateFromMasterAccountCommand(input);
|
|
31
31
|
* const response = await client.send(command);
|
|
32
|
+
* // {};
|
|
33
|
+
*
|
|
32
34
|
* ```
|
|
33
35
|
*
|
|
34
36
|
* @param DisassociateFromMasterAccountCommandInput - {@link DisassociateFromMasterAccountCommandInput}
|
|
@@ -58,6 +60,8 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
|
|
|
58
60
|
* @throws {@link ValidationException} (client fault)
|
|
59
61
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
60
62
|
*
|
|
63
|
+
* @throws {@link Macie2ServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
61
65
|
*
|
|
62
66
|
*/
|
|
63
67
|
export declare class DisassociateFromMasterAccountCommand extends $Command<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DisassociateMemberCommandOutput extends DisassociateMemberRespo
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DisassociateMemberCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DisassociateMemberCommandInput - {@link DisassociateMemberCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface DisassociateMemberCommandOutput extends DisassociateMemberRespo
|
|
|
60
62
|
* @throws {@link ValidationException} (client fault)
|
|
61
63
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
62
64
|
*
|
|
65
|
+
* @throws {@link Macie2ServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
63
67
|
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class DisassociateMemberCommand extends $Command<DisassociateMemberCommandInput, DisassociateMemberCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface EnableMacieCommandOutput extends EnableMacieResponse, __Metadat
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new EnableMacieCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param EnableMacieCommandInput - {@link EnableMacieCommandInput}
|
|
@@ -62,6 +64,8 @@ export interface EnableMacieCommandOutput extends EnableMacieResponse, __Metadat
|
|
|
62
64
|
* @throws {@link ValidationException} (client fault)
|
|
63
65
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
64
66
|
*
|
|
67
|
+
* @throws {@link Macie2ServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
65
69
|
*
|
|
66
70
|
*/
|
|
67
71
|
export declare class EnableMacieCommand extends $Command<EnableMacieCommandInput, EnableMacieCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new EnableOrganizationAdminAccountCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param EnableOrganizationAdminAccountCommandInput - {@link EnableOrganizationAdminAccountCommandInput}
|
|
@@ -61,6 +63,8 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
|
|
|
61
63
|
* @throws {@link ValidationException} (client fault)
|
|
62
64
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
63
65
|
*
|
|
66
|
+
* @throws {@link Macie2ServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
64
68
|
*
|
|
65
69
|
*/
|
|
66
70
|
export declare class EnableOrganizationAdminAccountCommand extends $Command<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -29,6 +29,15 @@ export interface GetAdministratorAccountCommandOutput extends GetAdministratorAc
|
|
|
29
29
|
* const input = {};
|
|
30
30
|
* const command = new GetAdministratorAccountCommand(input);
|
|
31
31
|
* const response = await client.send(command);
|
|
32
|
+
* // { // GetAdministratorAccountResponse
|
|
33
|
+
* // administrator: { // Invitation
|
|
34
|
+
* // accountId: "STRING_VALUE",
|
|
35
|
+
* // invitationId: "STRING_VALUE",
|
|
36
|
+
* // invitedAt: new Date("TIMESTAMP"),
|
|
37
|
+
* // relationshipStatus: "Enabled" || "Paused" || "Invited" || "Created" || "Removed" || "Resigned" || "EmailVerificationInProgress" || "EmailVerificationFailed" || "RegionDisabled" || "AccountSuspended",
|
|
38
|
+
* // },
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
32
41
|
* ```
|
|
33
42
|
*
|
|
34
43
|
* @param GetAdministratorAccountCommandInput - {@link GetAdministratorAccountCommandInput}
|
|
@@ -58,6 +67,8 @@ export interface GetAdministratorAccountCommandOutput extends GetAdministratorAc
|
|
|
58
67
|
* @throws {@link ValidationException} (client fault)
|
|
59
68
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
60
69
|
*
|
|
70
|
+
* @throws {@link Macie2ServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
61
72
|
*
|
|
62
73
|
*/
|
|
63
74
|
export declare class GetAdministratorAccountCommand extends $Command<GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -31,6 +31,29 @@ export interface GetAllowListCommandOutput extends GetAllowListResponse, __Metad
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetAllowListCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetAllowListResponse
|
|
35
|
+
* // arn: "STRING_VALUE",
|
|
36
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
37
|
+
* // criteria: { // AllowListCriteria
|
|
38
|
+
* // regex: "STRING_VALUE",
|
|
39
|
+
* // s3WordsList: { // S3WordsList
|
|
40
|
+
* // bucketName: "STRING_VALUE", // required
|
|
41
|
+
* // objectKey: "STRING_VALUE", // required
|
|
42
|
+
* // },
|
|
43
|
+
* // },
|
|
44
|
+
* // description: "STRING_VALUE",
|
|
45
|
+
* // id: "STRING_VALUE",
|
|
46
|
+
* // name: "STRING_VALUE",
|
|
47
|
+
* // status: { // AllowListStatus
|
|
48
|
+
* // code: "OK" || "S3_OBJECT_NOT_FOUND" || "S3_USER_ACCESS_DENIED" || "S3_OBJECT_ACCESS_DENIED" || "S3_THROTTLED" || "S3_OBJECT_OVERSIZE" || "S3_OBJECT_EMPTY" || "UNKNOWN_ERROR", // required
|
|
49
|
+
* // description: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // tags: { // TagMap
|
|
52
|
+
* // "<keys>": "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // updatedAt: new Date("TIMESTAMP"),
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
34
57
|
* ```
|
|
35
58
|
*
|
|
36
59
|
* @param GetAllowListCommandInput - {@link GetAllowListCommandInput}
|
|
@@ -54,6 +77,8 @@ export interface GetAllowListCommandOutput extends GetAllowListResponse, __Metad
|
|
|
54
77
|
* @throws {@link ValidationException} (client fault)
|
|
55
78
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
56
79
|
*
|
|
80
|
+
* @throws {@link Macie2ServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
57
82
|
*
|
|
58
83
|
*/
|
|
59
84
|
export declare class GetAllowListCommand extends $Command<GetAllowListCommandInput, GetAllowListCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -29,6 +29,15 @@ export interface GetAutomatedDiscoveryConfigurationCommandOutput extends GetAuto
|
|
|
29
29
|
* const input = {};
|
|
30
30
|
* const command = new GetAutomatedDiscoveryConfigurationCommand(input);
|
|
31
31
|
* const response = await client.send(command);
|
|
32
|
+
* // { // GetAutomatedDiscoveryConfigurationResponse
|
|
33
|
+
* // classificationScopeId: "STRING_VALUE",
|
|
34
|
+
* // disabledAt: new Date("TIMESTAMP"),
|
|
35
|
+
* // firstEnabledAt: new Date("TIMESTAMP"),
|
|
36
|
+
* // lastUpdatedAt: new Date("TIMESTAMP"),
|
|
37
|
+
* // sensitivityInspectionTemplateId: "STRING_VALUE",
|
|
38
|
+
* // status: "ENABLED" || "DISABLED",
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
32
41
|
* ```
|
|
33
42
|
*
|
|
34
43
|
* @param GetAutomatedDiscoveryConfigurationCommandInput - {@link GetAutomatedDiscoveryConfigurationCommandInput}
|
|
@@ -49,6 +58,8 @@ export interface GetAutomatedDiscoveryConfigurationCommandOutput extends GetAuto
|
|
|
49
58
|
* @throws {@link ValidationException} (client fault)
|
|
50
59
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
51
60
|
*
|
|
61
|
+
* @throws {@link Macie2ServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
52
63
|
*
|
|
53
64
|
*/
|
|
54
65
|
export declare class GetAutomatedDiscoveryConfigurationCommand extends $Command<GetAutomatedDiscoveryConfigurationCommandInput, GetAutomatedDiscoveryConfigurationCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -31,6 +31,75 @@ export interface GetBucketStatisticsCommandOutput extends GetBucketStatisticsRes
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetBucketStatisticsCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetBucketStatisticsResponse
|
|
35
|
+
* // bucketCount: Number("long"),
|
|
36
|
+
* // bucketCountByEffectivePermission: { // BucketCountByEffectivePermission
|
|
37
|
+
* // publiclyAccessible: Number("long"),
|
|
38
|
+
* // publiclyReadable: Number("long"),
|
|
39
|
+
* // publiclyWritable: Number("long"),
|
|
40
|
+
* // unknown: Number("long"),
|
|
41
|
+
* // },
|
|
42
|
+
* // bucketCountByEncryptionType: { // BucketCountByEncryptionType
|
|
43
|
+
* // kmsManaged: Number("long"),
|
|
44
|
+
* // s3Managed: Number("long"),
|
|
45
|
+
* // unencrypted: Number("long"),
|
|
46
|
+
* // unknown: Number("long"),
|
|
47
|
+
* // },
|
|
48
|
+
* // bucketCountByObjectEncryptionRequirement: { // BucketCountPolicyAllowsUnencryptedObjectUploads
|
|
49
|
+
* // allowsUnencryptedObjectUploads: Number("long"),
|
|
50
|
+
* // deniesUnencryptedObjectUploads: Number("long"),
|
|
51
|
+
* // unknown: Number("long"),
|
|
52
|
+
* // },
|
|
53
|
+
* // bucketCountBySharedAccessType: { // BucketCountBySharedAccessType
|
|
54
|
+
* // external: Number("long"),
|
|
55
|
+
* // internal: Number("long"),
|
|
56
|
+
* // notShared: Number("long"),
|
|
57
|
+
* // unknown: Number("long"),
|
|
58
|
+
* // },
|
|
59
|
+
* // bucketStatisticsBySensitivity: { // BucketStatisticsBySensitivity
|
|
60
|
+
* // classificationError: { // SensitivityAggregations
|
|
61
|
+
* // classifiableSizeInBytes: Number("long"),
|
|
62
|
+
* // publiclyAccessibleCount: Number("long"),
|
|
63
|
+
* // totalCount: Number("long"),
|
|
64
|
+
* // totalSizeInBytes: Number("long"),
|
|
65
|
+
* // },
|
|
66
|
+
* // notClassified: {
|
|
67
|
+
* // classifiableSizeInBytes: Number("long"),
|
|
68
|
+
* // publiclyAccessibleCount: Number("long"),
|
|
69
|
+
* // totalCount: Number("long"),
|
|
70
|
+
* // totalSizeInBytes: Number("long"),
|
|
71
|
+
* // },
|
|
72
|
+
* // notSensitive: {
|
|
73
|
+
* // classifiableSizeInBytes: Number("long"),
|
|
74
|
+
* // publiclyAccessibleCount: Number("long"),
|
|
75
|
+
* // totalCount: Number("long"),
|
|
76
|
+
* // totalSizeInBytes: Number("long"),
|
|
77
|
+
* // },
|
|
78
|
+
* // sensitive: {
|
|
79
|
+
* // classifiableSizeInBytes: Number("long"),
|
|
80
|
+
* // publiclyAccessibleCount: Number("long"),
|
|
81
|
+
* // totalCount: Number("long"),
|
|
82
|
+
* // totalSizeInBytes: Number("long"),
|
|
83
|
+
* // },
|
|
84
|
+
* // },
|
|
85
|
+
* // classifiableObjectCount: Number("long"),
|
|
86
|
+
* // classifiableSizeInBytes: Number("long"),
|
|
87
|
+
* // lastUpdated: new Date("TIMESTAMP"),
|
|
88
|
+
* // objectCount: Number("long"),
|
|
89
|
+
* // sizeInBytes: Number("long"),
|
|
90
|
+
* // sizeInBytesCompressed: Number("long"),
|
|
91
|
+
* // unclassifiableObjectCount: { // ObjectLevelStatistics
|
|
92
|
+
* // fileType: Number("long"),
|
|
93
|
+
* // storageClass: Number("long"),
|
|
94
|
+
* // total: Number("long"),
|
|
95
|
+
* // },
|
|
96
|
+
* // unclassifiableObjectSizeInBytes: {
|
|
97
|
+
* // fileType: Number("long"),
|
|
98
|
+
* // storageClass: Number("long"),
|
|
99
|
+
* // total: Number("long"),
|
|
100
|
+
* // },
|
|
101
|
+
* // };
|
|
102
|
+
*
|
|
34
103
|
* ```
|
|
35
104
|
*
|
|
36
105
|
* @param GetBucketStatisticsCommandInput - {@link GetBucketStatisticsCommandInput}
|
|
@@ -60,6 +129,8 @@ export interface GetBucketStatisticsCommandOutput extends GetBucketStatisticsRes
|
|
|
60
129
|
* @throws {@link ValidationException} (client fault)
|
|
61
130
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
62
131
|
*
|
|
132
|
+
* @throws {@link Macie2ServiceException}
|
|
133
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
63
134
|
*
|
|
64
135
|
*/
|
|
65
136
|
export declare class GetBucketStatisticsCommand extends $Command<GetBucketStatisticsCommandInput, GetBucketStatisticsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -29,6 +29,16 @@ export interface GetClassificationExportConfigurationCommandOutput extends GetCl
|
|
|
29
29
|
* const input = {};
|
|
30
30
|
* const command = new GetClassificationExportConfigurationCommand(input);
|
|
31
31
|
* const response = await client.send(command);
|
|
32
|
+
* // { // GetClassificationExportConfigurationResponse
|
|
33
|
+
* // configuration: { // ClassificationExportConfiguration
|
|
34
|
+
* // s3Destination: { // S3Destination
|
|
35
|
+
* // bucketName: "STRING_VALUE", // required
|
|
36
|
+
* // keyPrefix: "STRING_VALUE",
|
|
37
|
+
* // kmsKeyArn: "STRING_VALUE", // required
|
|
38
|
+
* // },
|
|
39
|
+
* // },
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
32
42
|
* ```
|
|
33
43
|
*
|
|
34
44
|
* @param GetClassificationExportConfigurationCommandInput - {@link GetClassificationExportConfigurationCommandInput}
|
|
@@ -58,6 +68,8 @@ export interface GetClassificationExportConfigurationCommandOutput extends GetCl
|
|
|
58
68
|
* @throws {@link ValidationException} (client fault)
|
|
59
69
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
60
70
|
*
|
|
71
|
+
* @throws {@link Macie2ServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
61
73
|
*
|
|
62
74
|
*/
|
|
63
75
|
export declare class GetClassificationExportConfigurationCommand extends $Command<GetClassificationExportConfigurationCommandInput, GetClassificationExportConfigurationCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -31,6 +31,18 @@ export interface GetClassificationScopeCommandOutput extends GetClassificationSc
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetClassificationScopeCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetClassificationScopeResponse
|
|
35
|
+
* // id: "STRING_VALUE",
|
|
36
|
+
* // name: "STRING_VALUE",
|
|
37
|
+
* // s3: { // S3ClassificationScope
|
|
38
|
+
* // excludes: { // S3ClassificationScopeExclusion
|
|
39
|
+
* // bucketNames: [ // __listOfS3BucketName // required
|
|
40
|
+
* // "STRING_VALUE",
|
|
41
|
+
* // ],
|
|
42
|
+
* // },
|
|
43
|
+
* // },
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
34
46
|
* ```
|
|
35
47
|
*
|
|
36
48
|
* @param GetClassificationScopeCommandInput - {@link GetClassificationScopeCommandInput}
|
|
@@ -54,6 +66,8 @@ export interface GetClassificationScopeCommandOutput extends GetClassificationSc
|
|
|
54
66
|
* @throws {@link ValidationException} (client fault)
|
|
55
67
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
56
68
|
*
|
|
69
|
+
* @throws {@link Macie2ServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
57
71
|
*
|
|
58
72
|
*/
|
|
59
73
|
export declare class GetClassificationScopeCommand extends $Command<GetClassificationScopeCommandInput, GetClassificationScopeCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -31,6 +31,32 @@ export interface GetCustomDataIdentifierCommandOutput extends GetCustomDataIdent
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetCustomDataIdentifierCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetCustomDataIdentifierResponse
|
|
35
|
+
* // arn: "STRING_VALUE",
|
|
36
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
37
|
+
* // deleted: true || false,
|
|
38
|
+
* // description: "STRING_VALUE",
|
|
39
|
+
* // id: "STRING_VALUE",
|
|
40
|
+
* // ignoreWords: [ // __listOf__string
|
|
41
|
+
* // "STRING_VALUE",
|
|
42
|
+
* // ],
|
|
43
|
+
* // keywords: [
|
|
44
|
+
* // "STRING_VALUE",
|
|
45
|
+
* // ],
|
|
46
|
+
* // maximumMatchDistance: Number("int"),
|
|
47
|
+
* // name: "STRING_VALUE",
|
|
48
|
+
* // regex: "STRING_VALUE",
|
|
49
|
+
* // severityLevels: [ // SeverityLevelList
|
|
50
|
+
* // { // SeverityLevel
|
|
51
|
+
* // occurrencesThreshold: Number("long"), // required
|
|
52
|
+
* // severity: "LOW" || "MEDIUM" || "HIGH", // required
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // tags: { // TagMap
|
|
56
|
+
* // "<keys>": "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
34
60
|
* ```
|
|
35
61
|
*
|
|
36
62
|
* @param GetCustomDataIdentifierCommandInput - {@link GetCustomDataIdentifierCommandInput}
|
|
@@ -60,6 +86,8 @@ export interface GetCustomDataIdentifierCommandOutput extends GetCustomDataIdent
|
|
|
60
86
|
* @throws {@link ValidationException} (client fault)
|
|
61
87
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
62
88
|
*
|
|
89
|
+
* @throws {@link Macie2ServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
63
91
|
*
|
|
64
92
|
*/
|
|
65
93
|
export declare class GetCustomDataIdentifierCommand extends $Command<GetCustomDataIdentifierCommandInput, GetCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -55,6 +55,15 @@ export interface GetFindingStatisticsCommandOutput extends GetFindingStatisticsR
|
|
|
55
55
|
* };
|
|
56
56
|
* const command = new GetFindingStatisticsCommand(input);
|
|
57
57
|
* const response = await client.send(command);
|
|
58
|
+
* // { // GetFindingStatisticsResponse
|
|
59
|
+
* // countsByGroup: [ // __listOfGroupCount
|
|
60
|
+
* // { // GroupCount
|
|
61
|
+
* // count: Number("long"),
|
|
62
|
+
* // groupKey: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
58
67
|
* ```
|
|
59
68
|
*
|
|
60
69
|
* @param GetFindingStatisticsCommandInput - {@link GetFindingStatisticsCommandInput}
|
|
@@ -84,6 +93,8 @@ export interface GetFindingStatisticsCommandOutput extends GetFindingStatisticsR
|
|
|
84
93
|
* @throws {@link ValidationException} (client fault)
|
|
85
94
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
86
95
|
*
|
|
96
|
+
* @throws {@link Macie2ServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
87
98
|
*
|
|
88
99
|
*/
|
|
89
100
|
export declare class GetFindingStatisticsCommand extends $Command<GetFindingStatisticsCommandInput, GetFindingStatisticsCommandOutput, Macie2ClientResolvedConfig> {
|