@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
|
@@ -33,6 +33,8 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse,
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new AcceptInvitationCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param AcceptInvitationCommandInput - {@link AcceptInvitationCommandInput}
|
|
@@ -62,6 +64,8 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse,
|
|
|
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 AcceptInvitationCommand extends $Command<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -33,6 +33,22 @@ export interface BatchGetCustomDataIdentifiersCommandOutput extends BatchGetCust
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new BatchGetCustomDataIdentifiersCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // BatchGetCustomDataIdentifiersResponse
|
|
37
|
+
* // customDataIdentifiers: [ // __listOfBatchGetCustomDataIdentifierSummary
|
|
38
|
+
* // { // BatchGetCustomDataIdentifierSummary
|
|
39
|
+
* // arn: "STRING_VALUE",
|
|
40
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
41
|
+
* // deleted: true || false,
|
|
42
|
+
* // description: "STRING_VALUE",
|
|
43
|
+
* // id: "STRING_VALUE",
|
|
44
|
+
* // name: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // ],
|
|
47
|
+
* // notFoundIdentifierIds: [ // __listOf__string
|
|
48
|
+
* // "STRING_VALUE",
|
|
49
|
+
* // ],
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
36
52
|
* ```
|
|
37
53
|
*
|
|
38
54
|
* @param BatchGetCustomDataIdentifiersCommandInput - {@link BatchGetCustomDataIdentifiersCommandInput}
|
|
@@ -62,6 +78,8 @@ export interface BatchGetCustomDataIdentifiersCommandOutput extends BatchGetCust
|
|
|
62
78
|
* @throws {@link ValidationException} (client fault)
|
|
63
79
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
64
80
|
*
|
|
81
|
+
* @throws {@link Macie2ServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
65
83
|
*
|
|
66
84
|
*/
|
|
67
85
|
export declare class BatchGetCustomDataIdentifiersCommand extends $Command<BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -43,6 +43,11 @@ export interface CreateAllowListCommandOutput extends CreateAllowListResponse, _
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new CreateAllowListCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // CreateAllowListResponse
|
|
47
|
+
* // arn: "STRING_VALUE",
|
|
48
|
+
* // id: "STRING_VALUE",
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
46
51
|
* ```
|
|
47
52
|
*
|
|
48
53
|
* @param CreateAllowListCommandInput - {@link CreateAllowListCommandInput}
|
|
@@ -72,6 +77,8 @@ export interface CreateAllowListCommandOutput extends CreateAllowListResponse, _
|
|
|
72
77
|
* @throws {@link ValidationException} (client fault)
|
|
73
78
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
74
79
|
*
|
|
80
|
+
* @throws {@link Macie2ServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
75
82
|
*
|
|
76
83
|
*/
|
|
77
84
|
export declare class CreateAllowListCommand extends $Command<CreateAllowListCommandInput, CreateAllowListCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -158,6 +158,11 @@ export interface CreateClassificationJobCommandOutput extends CreateClassificati
|
|
|
158
158
|
* };
|
|
159
159
|
* const command = new CreateClassificationJobCommand(input);
|
|
160
160
|
* const response = await client.send(command);
|
|
161
|
+
* // { // CreateClassificationJobResponse
|
|
162
|
+
* // jobArn: "STRING_VALUE",
|
|
163
|
+
* // jobId: "STRING_VALUE",
|
|
164
|
+
* // };
|
|
165
|
+
*
|
|
161
166
|
* ```
|
|
162
167
|
*
|
|
163
168
|
* @param CreateClassificationJobCommandInput - {@link CreateClassificationJobCommandInput}
|
|
@@ -187,6 +192,8 @@ export interface CreateClassificationJobCommandOutput extends CreateClassificati
|
|
|
187
192
|
* @throws {@link ValidationException} (client fault)
|
|
188
193
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
189
194
|
*
|
|
195
|
+
* @throws {@link Macie2ServiceException}
|
|
196
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
190
197
|
*
|
|
191
198
|
*/
|
|
192
199
|
export declare class CreateClassificationJobCommand extends $Command<CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -50,6 +50,10 @@ export interface CreateCustomDataIdentifierCommandOutput extends CreateCustomDat
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new CreateCustomDataIdentifierCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // { // CreateCustomDataIdentifierResponse
|
|
54
|
+
* // customDataIdentifierId: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
53
57
|
* ```
|
|
54
58
|
*
|
|
55
59
|
* @param CreateCustomDataIdentifierCommandInput - {@link CreateCustomDataIdentifierCommandInput}
|
|
@@ -79,6 +83,8 @@ export interface CreateCustomDataIdentifierCommandOutput extends CreateCustomDat
|
|
|
79
83
|
* @throws {@link ValidationException} (client fault)
|
|
80
84
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
81
85
|
*
|
|
86
|
+
* @throws {@link Macie2ServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
82
88
|
*
|
|
83
89
|
*/
|
|
84
90
|
export declare class CreateCustomDataIdentifierCommand extends $Command<CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -57,6 +57,11 @@ export interface CreateFindingsFilterCommandOutput extends CreateFindingsFilterR
|
|
|
57
57
|
* };
|
|
58
58
|
* const command = new CreateFindingsFilterCommand(input);
|
|
59
59
|
* const response = await client.send(command);
|
|
60
|
+
* // { // CreateFindingsFilterResponse
|
|
61
|
+
* // arn: "STRING_VALUE",
|
|
62
|
+
* // id: "STRING_VALUE",
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
60
65
|
* ```
|
|
61
66
|
*
|
|
62
67
|
* @param CreateFindingsFilterCommandInput - {@link CreateFindingsFilterCommandInput}
|
|
@@ -86,6 +91,8 @@ export interface CreateFindingsFilterCommandOutput extends CreateFindingsFilterR
|
|
|
86
91
|
* @throws {@link ValidationException} (client fault)
|
|
87
92
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
88
93
|
*
|
|
94
|
+
* @throws {@link Macie2ServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
89
96
|
*
|
|
90
97
|
*/
|
|
91
98
|
export declare class CreateFindingsFilterCommand extends $Command<CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -35,6 +35,16 @@ export interface CreateInvitationsCommandOutput extends CreateInvitationsRespons
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new CreateInvitationsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // CreateInvitationsResponse
|
|
39
|
+
* // unprocessedAccounts: [ // __listOfUnprocessedAccount
|
|
40
|
+
* // { // UnprocessedAccount
|
|
41
|
+
* // accountId: "STRING_VALUE",
|
|
42
|
+
* // errorCode: "ClientError" || "InternalError",
|
|
43
|
+
* // errorMessage: "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // ],
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
38
48
|
* ```
|
|
39
49
|
*
|
|
40
50
|
* @param CreateInvitationsCommandInput - {@link CreateInvitationsCommandInput}
|
|
@@ -64,6 +74,8 @@ export interface CreateInvitationsCommandOutput extends CreateInvitationsRespons
|
|
|
64
74
|
* @throws {@link ValidationException} (client fault)
|
|
65
75
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
66
76
|
*
|
|
77
|
+
* @throws {@link Macie2ServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
67
79
|
*
|
|
68
80
|
*/
|
|
69
81
|
export declare class CreateInvitationsCommand extends $Command<CreateInvitationsCommandInput, CreateInvitationsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -37,6 +37,10 @@ export interface CreateMemberCommandOutput extends CreateMemberResponse, __Metad
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new CreateMemberCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // CreateMemberResponse
|
|
41
|
+
* // arn: "STRING_VALUE",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
40
44
|
* ```
|
|
41
45
|
*
|
|
42
46
|
* @param CreateMemberCommandInput - {@link CreateMemberCommandInput}
|
|
@@ -66,6 +70,8 @@ export interface CreateMemberCommandOutput extends CreateMemberResponse, __Metad
|
|
|
66
70
|
* @throws {@link ValidationException} (client fault)
|
|
67
71
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
68
72
|
*
|
|
73
|
+
* @throws {@link Macie2ServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
69
75
|
*
|
|
70
76
|
*/
|
|
71
77
|
export declare class CreateMemberCommand extends $Command<CreateMemberCommandInput, CreateMemberCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsR
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new CreateSampleFindingsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param CreateSampleFindingsCommandInput - {@link CreateSampleFindingsCommandInput}
|
|
@@ -62,6 +64,8 @@ export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsR
|
|
|
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 CreateSampleFindingsCommand extends $Command<CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -33,6 +33,16 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeclineInvitationsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeclineInvitationsResponse
|
|
37
|
+
* // unprocessedAccounts: [ // __listOfUnprocessedAccount
|
|
38
|
+
* // { // UnprocessedAccount
|
|
39
|
+
* // accountId: "STRING_VALUE",
|
|
40
|
+
* // errorCode: "ClientError" || "InternalError",
|
|
41
|
+
* // errorMessage: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // ],
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
36
46
|
* ```
|
|
37
47
|
*
|
|
38
48
|
* @param DeclineInvitationsCommandInput - {@link DeclineInvitationsCommandInput}
|
|
@@ -62,6 +72,8 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
|
|
|
62
72
|
* @throws {@link ValidationException} (client fault)
|
|
63
73
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
64
74
|
*
|
|
75
|
+
* @throws {@link Macie2ServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
65
77
|
*
|
|
66
78
|
*/
|
|
67
79
|
export declare class DeclineInvitationsCommand extends $Command<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface DeleteAllowListCommandOutput extends DeleteAllowListResponse, _
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteAllowListCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeleteAllowListCommandInput - {@link DeleteAllowListCommandInput}
|
|
@@ -55,6 +57,8 @@ export interface DeleteAllowListCommandOutput extends DeleteAllowListResponse, _
|
|
|
55
57
|
* @throws {@link ValidationException} (client fault)
|
|
56
58
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
57
59
|
*
|
|
60
|
+
* @throws {@link Macie2ServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
58
62
|
*
|
|
59
63
|
*/
|
|
60
64
|
export declare class DeleteAllowListCommand extends $Command<DeleteAllowListCommandInput, DeleteAllowListCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteCustomDataIdentifierCommandOutput extends DeleteCustomDat
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteCustomDataIdentifierCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteCustomDataIdentifierCommandInput - {@link DeleteCustomDataIdentifierCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface DeleteCustomDataIdentifierCommandOutput extends DeleteCustomDat
|
|
|
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 DeleteCustomDataIdentifierCommand extends $Command<DeleteCustomDataIdentifierCommandInput, DeleteCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteFindingsFilterCommandOutput extends DeleteFindingsFilterR
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteFindingsFilterCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteFindingsFilterCommandInput - {@link DeleteFindingsFilterCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface DeleteFindingsFilterCommandOutput extends DeleteFindingsFilterR
|
|
|
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 DeleteFindingsFilterCommand extends $Command<DeleteFindingsFilterCommandInput, DeleteFindingsFilterCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -33,6 +33,16 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteInvitationsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteInvitationsResponse
|
|
37
|
+
* // unprocessedAccounts: [ // __listOfUnprocessedAccount
|
|
38
|
+
* // { // UnprocessedAccount
|
|
39
|
+
* // accountId: "STRING_VALUE",
|
|
40
|
+
* // errorCode: "ClientError" || "InternalError",
|
|
41
|
+
* // errorMessage: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // ],
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
36
46
|
* ```
|
|
37
47
|
*
|
|
38
48
|
* @param DeleteInvitationsCommandInput - {@link DeleteInvitationsCommandInput}
|
|
@@ -62,6 +72,8 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
|
|
|
62
72
|
* @throws {@link ValidationException} (client fault)
|
|
63
73
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
64
74
|
*
|
|
75
|
+
* @throws {@link Macie2ServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
65
77
|
*
|
|
66
78
|
*/
|
|
67
79
|
export declare class DeleteInvitationsCommand extends $Command<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteMemberCommandOutput extends DeleteMemberResponse, __Metad
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteMemberCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteMemberCommandInput - {@link DeleteMemberCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface DeleteMemberCommandOutput extends DeleteMemberResponse, __Metad
|
|
|
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 DeleteMemberCommand extends $Command<DeleteMemberCommandInput, DeleteMemberCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -51,6 +51,101 @@ export interface DescribeBucketsCommandOutput extends DescribeBucketsResponse, _
|
|
|
51
51
|
* };
|
|
52
52
|
* const command = new DescribeBucketsCommand(input);
|
|
53
53
|
* const response = await client.send(command);
|
|
54
|
+
* // { // DescribeBucketsResponse
|
|
55
|
+
* // buckets: [ // __listOfBucketMetadata
|
|
56
|
+
* // { // BucketMetadata
|
|
57
|
+
* // accountId: "STRING_VALUE",
|
|
58
|
+
* // allowsUnencryptedObjectUploads: "TRUE" || "FALSE" || "UNKNOWN",
|
|
59
|
+
* // bucketArn: "STRING_VALUE",
|
|
60
|
+
* // bucketCreatedAt: new Date("TIMESTAMP"),
|
|
61
|
+
* // bucketName: "STRING_VALUE",
|
|
62
|
+
* // classifiableObjectCount: Number("long"),
|
|
63
|
+
* // classifiableSizeInBytes: Number("long"),
|
|
64
|
+
* // errorCode: "ACCESS_DENIED",
|
|
65
|
+
* // errorMessage: "STRING_VALUE",
|
|
66
|
+
* // jobDetails: { // JobDetails
|
|
67
|
+
* // isDefinedInJob: "TRUE" || "FALSE" || "UNKNOWN",
|
|
68
|
+
* // isMonitoredByJob: "TRUE" || "FALSE" || "UNKNOWN",
|
|
69
|
+
* // lastJobId: "STRING_VALUE",
|
|
70
|
+
* // lastJobRunTime: new Date("TIMESTAMP"),
|
|
71
|
+
* // },
|
|
72
|
+
* // lastAutomatedDiscoveryTime: new Date("TIMESTAMP"),
|
|
73
|
+
* // lastUpdated: new Date("TIMESTAMP"),
|
|
74
|
+
* // objectCount: Number("long"),
|
|
75
|
+
* // objectCountByEncryptionType: { // ObjectCountByEncryptionType
|
|
76
|
+
* // customerManaged: Number("long"),
|
|
77
|
+
* // kmsManaged: Number("long"),
|
|
78
|
+
* // s3Managed: Number("long"),
|
|
79
|
+
* // unencrypted: Number("long"),
|
|
80
|
+
* // unknown: Number("long"),
|
|
81
|
+
* // },
|
|
82
|
+
* // publicAccess: { // BucketPublicAccess
|
|
83
|
+
* // effectivePermission: "PUBLIC" || "NOT_PUBLIC" || "UNKNOWN",
|
|
84
|
+
* // permissionConfiguration: { // BucketPermissionConfiguration
|
|
85
|
+
* // accountLevelPermissions: { // AccountLevelPermissions
|
|
86
|
+
* // blockPublicAccess: { // BlockPublicAccess
|
|
87
|
+
* // blockPublicAcls: true || false,
|
|
88
|
+
* // blockPublicPolicy: true || false,
|
|
89
|
+
* // ignorePublicAcls: true || false,
|
|
90
|
+
* // restrictPublicBuckets: true || false,
|
|
91
|
+
* // },
|
|
92
|
+
* // },
|
|
93
|
+
* // bucketLevelPermissions: { // BucketLevelPermissions
|
|
94
|
+
* // accessControlList: { // AccessControlList
|
|
95
|
+
* // allowsPublicReadAccess: true || false,
|
|
96
|
+
* // allowsPublicWriteAccess: true || false,
|
|
97
|
+
* // },
|
|
98
|
+
* // blockPublicAccess: {
|
|
99
|
+
* // blockPublicAcls: true || false,
|
|
100
|
+
* // blockPublicPolicy: true || false,
|
|
101
|
+
* // ignorePublicAcls: true || false,
|
|
102
|
+
* // restrictPublicBuckets: true || false,
|
|
103
|
+
* // },
|
|
104
|
+
* // bucketPolicy: { // BucketPolicy
|
|
105
|
+
* // allowsPublicReadAccess: true || false,
|
|
106
|
+
* // allowsPublicWriteAccess: true || false,
|
|
107
|
+
* // },
|
|
108
|
+
* // },
|
|
109
|
+
* // },
|
|
110
|
+
* // },
|
|
111
|
+
* // region: "STRING_VALUE",
|
|
112
|
+
* // replicationDetails: { // ReplicationDetails
|
|
113
|
+
* // replicated: true || false,
|
|
114
|
+
* // replicatedExternally: true || false,
|
|
115
|
+
* // replicationAccounts: [ // __listOf__string
|
|
116
|
+
* // "STRING_VALUE",
|
|
117
|
+
* // ],
|
|
118
|
+
* // },
|
|
119
|
+
* // sensitivityScore: Number("int"),
|
|
120
|
+
* // serverSideEncryption: { // BucketServerSideEncryption
|
|
121
|
+
* // kmsMasterKeyId: "STRING_VALUE",
|
|
122
|
+
* // type: "NONE" || "AES256" || "aws:kms",
|
|
123
|
+
* // },
|
|
124
|
+
* // sharedAccess: "EXTERNAL" || "INTERNAL" || "NOT_SHARED" || "UNKNOWN",
|
|
125
|
+
* // sizeInBytes: Number("long"),
|
|
126
|
+
* // sizeInBytesCompressed: Number("long"),
|
|
127
|
+
* // tags: [ // __listOfKeyValuePair
|
|
128
|
+
* // { // KeyValuePair
|
|
129
|
+
* // key: "STRING_VALUE",
|
|
130
|
+
* // value: "STRING_VALUE",
|
|
131
|
+
* // },
|
|
132
|
+
* // ],
|
|
133
|
+
* // unclassifiableObjectCount: { // ObjectLevelStatistics
|
|
134
|
+
* // fileType: Number("long"),
|
|
135
|
+
* // storageClass: Number("long"),
|
|
136
|
+
* // total: Number("long"),
|
|
137
|
+
* // },
|
|
138
|
+
* // unclassifiableObjectSizeInBytes: {
|
|
139
|
+
* // fileType: Number("long"),
|
|
140
|
+
* // storageClass: Number("long"),
|
|
141
|
+
* // total: Number("long"),
|
|
142
|
+
* // },
|
|
143
|
+
* // versioning: true || false,
|
|
144
|
+
* // },
|
|
145
|
+
* // ],
|
|
146
|
+
* // nextToken: "STRING_VALUE",
|
|
147
|
+
* // };
|
|
148
|
+
*
|
|
54
149
|
* ```
|
|
55
150
|
*
|
|
56
151
|
* @param DescribeBucketsCommandInput - {@link DescribeBucketsCommandInput}
|
|
@@ -80,6 +175,8 @@ export interface DescribeBucketsCommandOutput extends DescribeBucketsResponse, _
|
|
|
80
175
|
* @throws {@link ValidationException} (client fault)
|
|
81
176
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
82
177
|
*
|
|
178
|
+
* @throws {@link Macie2ServiceException}
|
|
179
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
83
180
|
*
|
|
84
181
|
*/
|
|
85
182
|
export declare class DescribeBucketsCommand extends $Command<DescribeBucketsCommandInput, DescribeBucketsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -31,6 +31,154 @@ export interface DescribeClassificationJobCommandOutput extends DescribeClassifi
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeClassificationJobCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribeClassificationJobResponse
|
|
35
|
+
* // allowListIds: [ // __listOf__string
|
|
36
|
+
* // "STRING_VALUE",
|
|
37
|
+
* // ],
|
|
38
|
+
* // clientToken: "STRING_VALUE",
|
|
39
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
40
|
+
* // customDataIdentifierIds: [
|
|
41
|
+
* // "STRING_VALUE",
|
|
42
|
+
* // ],
|
|
43
|
+
* // description: "STRING_VALUE",
|
|
44
|
+
* // initialRun: true || false,
|
|
45
|
+
* // jobArn: "STRING_VALUE",
|
|
46
|
+
* // jobId: "STRING_VALUE",
|
|
47
|
+
* // jobStatus: "RUNNING" || "PAUSED" || "CANCELLED" || "COMPLETE" || "IDLE" || "USER_PAUSED",
|
|
48
|
+
* // jobType: "ONE_TIME" || "SCHEDULED",
|
|
49
|
+
* // lastRunErrorStatus: { // LastRunErrorStatus
|
|
50
|
+
* // code: "NONE" || "ERROR",
|
|
51
|
+
* // },
|
|
52
|
+
* // lastRunTime: new Date("TIMESTAMP"),
|
|
53
|
+
* // managedDataIdentifierIds: [
|
|
54
|
+
* // "STRING_VALUE",
|
|
55
|
+
* // ],
|
|
56
|
+
* // managedDataIdentifierSelector: "ALL" || "EXCLUDE" || "INCLUDE" || "NONE",
|
|
57
|
+
* // name: "STRING_VALUE",
|
|
58
|
+
* // s3JobDefinition: { // S3JobDefinition
|
|
59
|
+
* // bucketCriteria: { // S3BucketCriteriaForJob
|
|
60
|
+
* // excludes: { // CriteriaBlockForJob
|
|
61
|
+
* // and: [ // __listOfCriteriaForJob
|
|
62
|
+
* // { // CriteriaForJob
|
|
63
|
+
* // simpleCriterion: { // SimpleCriterionForJob
|
|
64
|
+
* // comparator: "EQ" || "GT" || "GTE" || "LT" || "LTE" || "NE" || "CONTAINS" || "STARTS_WITH",
|
|
65
|
+
* // key: "ACCOUNT_ID" || "S3_BUCKET_NAME" || "S3_BUCKET_EFFECTIVE_PERMISSION" || "S3_BUCKET_SHARED_ACCESS",
|
|
66
|
+
* // values: [
|
|
67
|
+
* // "STRING_VALUE",
|
|
68
|
+
* // ],
|
|
69
|
+
* // },
|
|
70
|
+
* // tagCriterion: { // TagCriterionForJob
|
|
71
|
+
* // comparator: "EQ" || "GT" || "GTE" || "LT" || "LTE" || "NE" || "CONTAINS" || "STARTS_WITH",
|
|
72
|
+
* // tagValues: [ // __listOfTagCriterionPairForJob
|
|
73
|
+
* // { // TagCriterionPairForJob
|
|
74
|
+
* // key: "STRING_VALUE",
|
|
75
|
+
* // value: "STRING_VALUE",
|
|
76
|
+
* // },
|
|
77
|
+
* // ],
|
|
78
|
+
* // },
|
|
79
|
+
* // },
|
|
80
|
+
* // ],
|
|
81
|
+
* // },
|
|
82
|
+
* // includes: {
|
|
83
|
+
* // and: [
|
|
84
|
+
* // {
|
|
85
|
+
* // simpleCriterion: {
|
|
86
|
+
* // comparator: "EQ" || "GT" || "GTE" || "LT" || "LTE" || "NE" || "CONTAINS" || "STARTS_WITH",
|
|
87
|
+
* // key: "ACCOUNT_ID" || "S3_BUCKET_NAME" || "S3_BUCKET_EFFECTIVE_PERMISSION" || "S3_BUCKET_SHARED_ACCESS",
|
|
88
|
+
* // values: [
|
|
89
|
+
* // "STRING_VALUE",
|
|
90
|
+
* // ],
|
|
91
|
+
* // },
|
|
92
|
+
* // tagCriterion: {
|
|
93
|
+
* // comparator: "EQ" || "GT" || "GTE" || "LT" || "LTE" || "NE" || "CONTAINS" || "STARTS_WITH",
|
|
94
|
+
* // tagValues: [
|
|
95
|
+
* // {
|
|
96
|
+
* // key: "STRING_VALUE",
|
|
97
|
+
* // value: "STRING_VALUE",
|
|
98
|
+
* // },
|
|
99
|
+
* // ],
|
|
100
|
+
* // },
|
|
101
|
+
* // },
|
|
102
|
+
* // ],
|
|
103
|
+
* // },
|
|
104
|
+
* // },
|
|
105
|
+
* // bucketDefinitions: [ // __listOfS3BucketDefinitionForJob
|
|
106
|
+
* // { // S3BucketDefinitionForJob
|
|
107
|
+
* // accountId: "STRING_VALUE", // required
|
|
108
|
+
* // buckets: "<__listOf__string>", // required
|
|
109
|
+
* // },
|
|
110
|
+
* // ],
|
|
111
|
+
* // scoping: { // Scoping
|
|
112
|
+
* // excludes: { // JobScopingBlock
|
|
113
|
+
* // and: [ // __listOfJobScopeTerm
|
|
114
|
+
* // { // JobScopeTerm
|
|
115
|
+
* // simpleScopeTerm: { // SimpleScopeTerm
|
|
116
|
+
* // comparator: "EQ" || "GT" || "GTE" || "LT" || "LTE" || "NE" || "CONTAINS" || "STARTS_WITH",
|
|
117
|
+
* // key: "OBJECT_EXTENSION" || "OBJECT_LAST_MODIFIED_DATE" || "OBJECT_SIZE" || "OBJECT_KEY",
|
|
118
|
+
* // values: "<__listOf__string>",
|
|
119
|
+
* // },
|
|
120
|
+
* // tagScopeTerm: { // TagScopeTerm
|
|
121
|
+
* // comparator: "EQ" || "GT" || "GTE" || "LT" || "LTE" || "NE" || "CONTAINS" || "STARTS_WITH",
|
|
122
|
+
* // key: "STRING_VALUE",
|
|
123
|
+
* // tagValues: [ // __listOfTagValuePair
|
|
124
|
+
* // { // TagValuePair
|
|
125
|
+
* // key: "STRING_VALUE",
|
|
126
|
+
* // value: "STRING_VALUE",
|
|
127
|
+
* // },
|
|
128
|
+
* // ],
|
|
129
|
+
* // target: "S3_OBJECT",
|
|
130
|
+
* // },
|
|
131
|
+
* // },
|
|
132
|
+
* // ],
|
|
133
|
+
* // },
|
|
134
|
+
* // includes: {
|
|
135
|
+
* // and: [
|
|
136
|
+
* // {
|
|
137
|
+
* // simpleScopeTerm: {
|
|
138
|
+
* // comparator: "EQ" || "GT" || "GTE" || "LT" || "LTE" || "NE" || "CONTAINS" || "STARTS_WITH",
|
|
139
|
+
* // key: "OBJECT_EXTENSION" || "OBJECT_LAST_MODIFIED_DATE" || "OBJECT_SIZE" || "OBJECT_KEY",
|
|
140
|
+
* // values: "<__listOf__string>",
|
|
141
|
+
* // },
|
|
142
|
+
* // tagScopeTerm: {
|
|
143
|
+
* // comparator: "EQ" || "GT" || "GTE" || "LT" || "LTE" || "NE" || "CONTAINS" || "STARTS_WITH",
|
|
144
|
+
* // key: "STRING_VALUE",
|
|
145
|
+
* // tagValues: [
|
|
146
|
+
* // {
|
|
147
|
+
* // key: "STRING_VALUE",
|
|
148
|
+
* // value: "STRING_VALUE",
|
|
149
|
+
* // },
|
|
150
|
+
* // ],
|
|
151
|
+
* // target: "S3_OBJECT",
|
|
152
|
+
* // },
|
|
153
|
+
* // },
|
|
154
|
+
* // ],
|
|
155
|
+
* // },
|
|
156
|
+
* // },
|
|
157
|
+
* // },
|
|
158
|
+
* // samplingPercentage: Number("int"),
|
|
159
|
+
* // scheduleFrequency: { // JobScheduleFrequency
|
|
160
|
+
* // dailySchedule: {},
|
|
161
|
+
* // monthlySchedule: { // MonthlySchedule
|
|
162
|
+
* // dayOfMonth: Number("int"),
|
|
163
|
+
* // },
|
|
164
|
+
* // weeklySchedule: { // WeeklySchedule
|
|
165
|
+
* // dayOfWeek: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
166
|
+
* // },
|
|
167
|
+
* // },
|
|
168
|
+
* // statistics: { // Statistics
|
|
169
|
+
* // approximateNumberOfObjectsToProcess: Number("double"),
|
|
170
|
+
* // numberOfRuns: Number("double"),
|
|
171
|
+
* // },
|
|
172
|
+
* // tags: { // TagMap
|
|
173
|
+
* // "<keys>": "STRING_VALUE",
|
|
174
|
+
* // },
|
|
175
|
+
* // userPausedDetails: { // UserPausedDetails
|
|
176
|
+
* // jobExpiresAt: new Date("TIMESTAMP"),
|
|
177
|
+
* // jobImminentExpirationHealthEventArn: "STRING_VALUE",
|
|
178
|
+
* // jobPausedAt: new Date("TIMESTAMP"),
|
|
179
|
+
* // },
|
|
180
|
+
* // };
|
|
181
|
+
*
|
|
34
182
|
* ```
|
|
35
183
|
*
|
|
36
184
|
* @param DescribeClassificationJobCommandInput - {@link DescribeClassificationJobCommandInput}
|
|
@@ -60,6 +208,8 @@ export interface DescribeClassificationJobCommandOutput extends DescribeClassifi
|
|
|
60
208
|
* @throws {@link ValidationException} (client fault)
|
|
61
209
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
62
210
|
*
|
|
211
|
+
* @throws {@link Macie2ServiceException}
|
|
212
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
63
213
|
*
|
|
64
214
|
*/
|
|
65
215
|
export declare class DescribeClassificationJobCommand extends $Command<DescribeClassificationJobCommandInput, DescribeClassificationJobCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -29,6 +29,11 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
|
|
|
29
29
|
* const input = {};
|
|
30
30
|
* const command = new DescribeOrganizationConfigurationCommand(input);
|
|
31
31
|
* const response = await client.send(command);
|
|
32
|
+
* // { // DescribeOrganizationConfigurationResponse
|
|
33
|
+
* // autoEnable: true || false,
|
|
34
|
+
* // maxAccountLimitReached: true || false,
|
|
35
|
+
* // };
|
|
36
|
+
*
|
|
32
37
|
* ```
|
|
33
38
|
*
|
|
34
39
|
* @param DescribeOrganizationConfigurationCommandInput - {@link DescribeOrganizationConfigurationCommandInput}
|
|
@@ -58,6 +63,8 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
|
|
|
58
63
|
* @throws {@link ValidationException} (client fault)
|
|
59
64
|
* <p>Provides information about an error that occurred due to a syntax error in a request.</p>
|
|
60
65
|
*
|
|
66
|
+
* @throws {@link Macie2ServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from Macie2 service.</p>
|
|
61
68
|
*
|
|
62
69
|
*/
|
|
63
70
|
export declare class DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -29,6 +29,8 @@ export interface DisableMacieCommandOutput extends DisableMacieResponse, __Metad
|
|
|
29
29
|
* const input = {};
|
|
30
30
|
* const command = new DisableMacieCommand(input);
|
|
31
31
|
* const response = await client.send(command);
|
|
32
|
+
* // {};
|
|
33
|
+
*
|
|
32
34
|
* ```
|
|
33
35
|
*
|
|
34
36
|
* @param DisableMacieCommandInput - {@link DisableMacieCommandInput}
|
|
@@ -58,6 +60,8 @@ export interface DisableMacieCommandOutput extends DisableMacieResponse, __Metad
|
|
|
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 DisableMacieCommand extends $Command<DisableMacieCommandInput, DisableMacieCommandOutput, Macie2ClientResolvedConfig> {
|