@aws-sdk/client-macie2 3.299.0 → 3.300.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 +5 -0
- package/dist-types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +5 -0
- package/dist-types/commands/CreateAllowListCommand.d.ts +15 -0
- package/dist-types/commands/CreateClassificationJobCommand.d.ts +136 -0
- package/dist-types/commands/CreateCustomDataIdentifierCommand.d.ts +22 -0
- package/dist-types/commands/CreateFindingsFilterCommand.d.ts +29 -0
- package/dist-types/commands/CreateInvitationsCommand.d.ts +7 -0
- package/dist-types/commands/CreateMemberCommand.d.ts +9 -0
- package/dist-types/commands/CreateSampleFindingsCommand.d.ts +5 -0
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +5 -0
- package/dist-types/commands/DeleteAllowListCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCustomDataIdentifierCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFindingsFilterCommand.d.ts +3 -0
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +5 -0
- package/dist-types/commands/DeleteMemberCommand.d.ts +3 -0
- package/dist-types/commands/DescribeBucketsCommand.d.ts +23 -0
- package/dist-types/commands/DescribeClassificationJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DisableMacieCommand.d.ts +1 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateMemberCommand.d.ts +3 -0
- package/dist-types/commands/EnableMacieCommand.d.ts +5 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +4 -0
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetAllowListCommand.d.ts +3 -0
- package/dist-types/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketStatisticsCommand.d.ts +3 -0
- package/dist-types/commands/GetClassificationExportConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetClassificationScopeCommand.d.ts +3 -0
- package/dist-types/commands/GetCustomDataIdentifierCommand.d.ts +3 -0
- package/dist-types/commands/GetFindingStatisticsCommand.d.ts +27 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +9 -0
- package/dist-types/commands/GetFindingsFilterCommand.d.ts +3 -0
- package/dist-types/commands/GetFindingsPublicationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -0
- package/dist-types/commands/GetMacieSessionCommand.d.ts +1 -0
- package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetMemberCommand.d.ts +3 -0
- package/dist-types/commands/GetResourceProfileCommand.d.ts +3 -0
- package/dist-types/commands/GetRevealConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +3 -0
- package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +3 -0
- package/dist-types/commands/GetSensitivityInspectionTemplateCommand.d.ts +3 -0
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +18 -0
- package/dist-types/commands/GetUsageTotalsCommand.d.ts +3 -0
- package/dist-types/commands/ListAllowListsCommand.d.ts +4 -0
- package/dist-types/commands/ListClassificationJobsCommand.d.ts +28 -0
- package/dist-types/commands/ListClassificationScopesCommand.d.ts +4 -0
- package/dist-types/commands/ListCustomDataIdentifiersCommand.d.ts +4 -0
- package/dist-types/commands/ListFindingsCommand.d.ts +27 -0
- package/dist-types/commands/ListFindingsFiltersCommand.d.ts +4 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +4 -0
- package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +3 -0
- package/dist-types/commands/ListMembersCommand.d.ts +5 -0
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +4 -0
- package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +4 -0
- package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +5 -0
- package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +9 -0
- package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/SearchResourcesCommand.d.ts +54 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAllowListCommand.d.ts +12 -0
- package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateClassificationJobCommand.d.ts +4 -0
- package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +27 -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 +3 -0
- package/dist-types/commands/UpdateResourceProfileCommand.d.ts +4 -0
- package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +9 -0
- package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +20 -0
- package/package.json +8 -8
|
@@ -26,6 +26,10 @@ export interface UpdateResourceProfileCommandOutput extends UpdateResourceProfil
|
|
|
26
26
|
* import { Macie2Client, UpdateResourceProfileCommand } from "@aws-sdk/client-macie2"; // ES Modules import
|
|
27
27
|
* // const { Macie2Client, UpdateResourceProfileCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
|
|
28
28
|
* const client = new Macie2Client(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* resourceArn: "STRING_VALUE", // required
|
|
31
|
+
* sensitivityScoreOverride: Number("int"),
|
|
32
|
+
* };
|
|
29
33
|
* const command = new UpdateResourceProfileCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,15 @@ export interface UpdateResourceProfileDetectionsCommandOutput extends UpdateReso
|
|
|
26
26
|
* import { Macie2Client, UpdateResourceProfileDetectionsCommand } from "@aws-sdk/client-macie2"; // ES Modules import
|
|
27
27
|
* // const { Macie2Client, UpdateResourceProfileDetectionsCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
|
|
28
28
|
* const client = new Macie2Client(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* resourceArn: "STRING_VALUE", // required
|
|
31
|
+
* suppressDataIdentifiers: [
|
|
32
|
+
* {
|
|
33
|
+
* id: "STRING_VALUE",
|
|
34
|
+
* type: "CUSTOM" || "MANAGED",
|
|
35
|
+
* },
|
|
36
|
+
* ],
|
|
37
|
+
* };
|
|
29
38
|
* const command = new UpdateResourceProfileDetectionsCommand(input);
|
|
30
39
|
* const response = await client.send(command);
|
|
31
40
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface UpdateRevealConfigurationCommandOutput extends UpdateRevealConf
|
|
|
26
26
|
* import { Macie2Client, UpdateRevealConfigurationCommand } from "@aws-sdk/client-macie2"; // ES Modules import
|
|
27
27
|
* // const { Macie2Client, UpdateRevealConfigurationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
|
|
28
28
|
* const client = new Macie2Client(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* configuration: {
|
|
31
|
+
* kmsKeyId: "STRING_VALUE",
|
|
32
|
+
* status: "ENABLED" || "DISABLED", // required
|
|
33
|
+
* },
|
|
34
|
+
* };
|
|
29
35
|
* const command = new UpdateRevealConfigurationCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -26,6 +26,26 @@ export interface UpdateSensitivityInspectionTemplateCommandOutput extends Update
|
|
|
26
26
|
* import { Macie2Client, UpdateSensitivityInspectionTemplateCommand } from "@aws-sdk/client-macie2"; // ES Modules import
|
|
27
27
|
* // const { Macie2Client, UpdateSensitivityInspectionTemplateCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
|
|
28
28
|
* const client = new Macie2Client(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* description: "STRING_VALUE",
|
|
31
|
+
* excludes: {
|
|
32
|
+
* managedDataIdentifierIds: [
|
|
33
|
+
* "STRING_VALUE",
|
|
34
|
+
* ],
|
|
35
|
+
* },
|
|
36
|
+
* id: "STRING_VALUE", // required
|
|
37
|
+
* includes: {
|
|
38
|
+
* allowListIds: [
|
|
39
|
+
* "STRING_VALUE",
|
|
40
|
+
* ],
|
|
41
|
+
* customDataIdentifierIds: [
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* managedDataIdentifierIds: [
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* },
|
|
48
|
+
* };
|
|
29
49
|
* const command = new UpdateSensitivityInspectionTemplateCommand(input);
|
|
30
50
|
* const response = await client.send(command);
|
|
31
51
|
* ```
|
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.300.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.300.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.300.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.300.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.299.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.300.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.296.0",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.300.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.300.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
56
56
|
"@aws-sdk/util-waiter": "3.296.0",
|
|
57
57
|
"tslib": "^2.5.0",
|