@aws-sdk/client-macie2 3.934.0 → 3.936.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-cjs/index.js +354 -354
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +342 -0
- package/dist-es/models/errors.js +97 -0
- package/dist-es/models/models_0.js +1 -427
- package/dist-es/models/models_1.js +1 -12
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListClassificationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListClassificationScopesCommand.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 +1 -1
- package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +1 -1
- 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/UpdateAllowListCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMacieSessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMemberSessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +1 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +822 -0
- package/dist-types/models/errors.d.ts +98 -0
- package/dist-types/models/models_0.d.ts +946 -904
- package/dist-types/models/models_1.d.ts +1 -962
- package/dist-types/ts3.4/commands/ListClassificationJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClassificationScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingsFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceProfileArtifactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceProfileDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSensitivityInspectionTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAllowListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClassificationScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateResourceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateResourceProfileDetectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +441 -0
- package/dist-types/ts3.4/models/errors.d.ts +56 -0
- package/dist-types/ts3.4/models/models_0.d.ts +304 -481
- package/dist-types/ts3.4/models/models_1.d.ts +1 -287
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListClassificationScopesRequest,
|
|
10
10
|
ListClassificationScopesResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListClassificationScopesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListCustomDataIdentifiersRequest,
|
|
10
10
|
ListCustomDataIdentifiersResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListCustomDataIdentifiersCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../Macie2Client";
|
|
8
|
-
import { ListFindingsRequest, ListFindingsResponse } from "../models/
|
|
8
|
+
import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListFindingsCommandInput extends ListFindingsRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListInvitationsRequest,
|
|
10
10
|
ListInvitationsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListInvitationsCommandInput extends ListInvitationsRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListManagedDataIdentifiersRequest,
|
|
10
10
|
ListManagedDataIdentifiersResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListManagedDataIdentifiersCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../Macie2Client";
|
|
8
|
-
import { ListMembersRequest, ListMembersResponse } from "../models/
|
|
8
|
+
import { ListMembersRequest, ListMembersResponse } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListMembersCommandInput extends ListMembersRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListOrganizationAdminAccountsRequest,
|
|
10
10
|
ListOrganizationAdminAccountsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListOrganizationAdminAccountsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListResourceProfileArtifactsRequest,
|
|
10
10
|
ListResourceProfileArtifactsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListResourceProfileArtifactsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListResourceProfileDetectionsRequest,
|
|
10
10
|
ListResourceProfileDetectionsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListResourceProfileDetectionsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListSensitivityInspectionTemplatesRequest,
|
|
10
10
|
ListSensitivityInspectionTemplatesResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListSensitivityInspectionTemplatesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
PutClassificationExportConfigurationRequest,
|
|
10
10
|
PutClassificationExportConfigurationResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface PutClassificationExportConfigurationCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
PutFindingsPublicationConfigurationRequest,
|
|
10
10
|
PutFindingsPublicationConfigurationResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface PutFindingsPublicationConfigurationCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
SearchResourcesRequest,
|
|
10
10
|
SearchResourcesResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface SearchResourcesCommandInput extends SearchResourcesRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../Macie2Client";
|
|
8
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/
|
|
8
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
TestCustomDataIdentifierRequest,
|
|
10
10
|
TestCustomDataIdentifierResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface TestCustomDataIdentifierCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateAllowListRequest,
|
|
10
10
|
UpdateAllowListResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateAllowListCommandInput extends UpdateAllowListRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateAutomatedDiscoveryConfigurationRequest,
|
|
10
10
|
UpdateAutomatedDiscoveryConfigurationResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateAutomatedDiscoveryConfigurationCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateClassificationJobRequest,
|
|
10
10
|
UpdateClassificationJobResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateClassificationJobCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateClassificationScopeRequest,
|
|
10
10
|
UpdateClassificationScopeResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateClassificationScopeCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateOrganizationConfigurationRequest,
|
|
10
10
|
UpdateOrganizationConfigurationResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateOrganizationConfigurationCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateResourceProfileDetectionsRequest,
|
|
10
10
|
UpdateResourceProfileDetectionsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateResourceProfileDetectionsCommandInput
|
|
@@ -6,5 +6,8 @@ export { Macie2ExtensionConfiguration } from "./extensionConfiguration";
|
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
8
|
export * from "./waiters";
|
|
9
|
-
export * from "./models";
|
|
9
|
+
export * from "./models/enums";
|
|
10
|
+
export * from "./models/errors";
|
|
11
|
+
export * from "./models/models_0";
|
|
12
|
+
export * from "./models/models_1";
|
|
10
13
|
export { Macie2ServiceException } from "./models/Macie2ServiceException";
|