@aws-sdk/client-macie2 3.495.0 → 3.499.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 +73 -70
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -8936,18 +8936,15 @@ var SearchResourcesSortAttributeName = {
|
|
|
8936
8936
|
// src/index.ts
|
|
8937
8937
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
8938
8938
|
// Annotate the CommonJS export names for ESM import in node:
|
|
8939
|
+
|
|
8939
8940
|
0 && (module.exports = {
|
|
8941
|
+
Macie2ServiceException,
|
|
8942
|
+
__Client,
|
|
8943
|
+
Macie2Client,
|
|
8944
|
+
Macie2,
|
|
8945
|
+
$Command,
|
|
8940
8946
|
AcceptInvitationCommand,
|
|
8941
|
-
AccessDeniedException,
|
|
8942
|
-
AdminStatus,
|
|
8943
|
-
AllowListStatusCode,
|
|
8944
|
-
AllowsUnencryptedObjectUploads,
|
|
8945
|
-
AutomatedDiscoveryStatus,
|
|
8946
|
-
AvailabilityCode,
|
|
8947
8947
|
BatchGetCustomDataIdentifiersCommand,
|
|
8948
|
-
BucketMetadataErrorCode,
|
|
8949
|
-
ClassificationScopeUpdateOperation,
|
|
8950
|
-
ConflictException,
|
|
8951
8948
|
CreateAllowListCommand,
|
|
8952
8949
|
CreateClassificationJobCommand,
|
|
8953
8950
|
CreateCustomDataIdentifierCommand,
|
|
@@ -8955,10 +8952,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8955
8952
|
CreateInvitationsCommand,
|
|
8956
8953
|
CreateMemberCommand,
|
|
8957
8954
|
CreateSampleFindingsCommand,
|
|
8958
|
-
Currency,
|
|
8959
|
-
DataIdentifierSeverity,
|
|
8960
|
-
DataIdentifierType,
|
|
8961
|
-
DayOfWeek,
|
|
8962
8955
|
DeclineInvitationsCommand,
|
|
8963
8956
|
DeleteAllowListCommand,
|
|
8964
8957
|
DeleteCustomDataIdentifierCommand,
|
|
@@ -8973,17 +8966,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8973
8966
|
DisassociateFromAdministratorAccountCommand,
|
|
8974
8967
|
DisassociateFromMasterAccountCommand,
|
|
8975
8968
|
DisassociateMemberCommand,
|
|
8976
|
-
EffectivePermission,
|
|
8977
8969
|
EnableMacieCommand,
|
|
8978
8970
|
EnableOrganizationAdminAccountCommand,
|
|
8979
|
-
EncryptionType,
|
|
8980
|
-
ErrorCode,
|
|
8981
|
-
FindingActionType,
|
|
8982
|
-
FindingCategory,
|
|
8983
|
-
FindingPublishingFrequency,
|
|
8984
|
-
FindingStatisticsSortAttributeName,
|
|
8985
|
-
FindingType,
|
|
8986
|
-
FindingsFilterAction,
|
|
8987
8971
|
GetAdministratorAccountCommand,
|
|
8988
8972
|
GetAllowListCommand,
|
|
8989
8973
|
GetAutomatedDiscoveryConfigurationCommand,
|
|
@@ -9006,14 +8990,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9006
8990
|
GetSensitivityInspectionTemplateCommand,
|
|
9007
8991
|
GetUsageStatisticsCommand,
|
|
9008
8992
|
GetUsageTotalsCommand,
|
|
9009
|
-
GroupBy,
|
|
9010
|
-
InternalServerException,
|
|
9011
|
-
IsDefinedInJob,
|
|
9012
|
-
IsMonitoredByJob,
|
|
9013
|
-
JobComparator,
|
|
9014
|
-
JobStatus,
|
|
9015
|
-
JobType,
|
|
9016
|
-
LastRunErrorStatusCode,
|
|
9017
8993
|
ListAllowListsCommand,
|
|
9018
8994
|
ListClassificationJobsCommand,
|
|
9019
8995
|
ListClassificationScopesCommand,
|
|
@@ -9021,8 +8997,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9021
8997
|
ListFindingsCommand,
|
|
9022
8998
|
ListFindingsFiltersCommand,
|
|
9023
8999
|
ListInvitationsCommand,
|
|
9024
|
-
ListJobsFilterKey,
|
|
9025
|
-
ListJobsSortAttributeName,
|
|
9026
9000
|
ListManagedDataIdentifiersCommand,
|
|
9027
9001
|
ListMembersCommand,
|
|
9028
9002
|
ListOrganizationAdminAccountsCommand,
|
|
@@ -9030,40 +9004,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9030
9004
|
ListResourceProfileDetectionsCommand,
|
|
9031
9005
|
ListSensitivityInspectionTemplatesCommand,
|
|
9032
9006
|
ListTagsForResourceCommand,
|
|
9033
|
-
Macie2,
|
|
9034
|
-
Macie2Client,
|
|
9035
|
-
Macie2ServiceException,
|
|
9036
|
-
MacieStatus,
|
|
9037
|
-
ManagedDataIdentifierSelector,
|
|
9038
|
-
OrderBy,
|
|
9039
|
-
OriginType,
|
|
9040
9007
|
PutClassificationExportConfigurationCommand,
|
|
9041
9008
|
PutFindingsPublicationConfigurationCommand,
|
|
9042
|
-
RelationshipStatus,
|
|
9043
|
-
ResourceNotFoundException,
|
|
9044
|
-
RetrievalMode,
|
|
9045
|
-
RevealRequestStatus,
|
|
9046
|
-
RevealStatus,
|
|
9047
|
-
ScopeFilterKey,
|
|
9048
9009
|
SearchResourcesCommand,
|
|
9049
|
-
SearchResourcesComparator,
|
|
9050
|
-
SearchResourcesSimpleCriterionKey,
|
|
9051
|
-
SearchResourcesSortAttributeName,
|
|
9052
|
-
SensitiveDataItemCategory,
|
|
9053
|
-
ServiceQuotaExceededException,
|
|
9054
|
-
SeverityDescription,
|
|
9055
|
-
SharedAccess,
|
|
9056
|
-
SimpleCriterionKeyForJob,
|
|
9057
|
-
StorageClass,
|
|
9058
9010
|
TagResourceCommand,
|
|
9059
|
-
TagTarget,
|
|
9060
9011
|
TestCustomDataIdentifierCommand,
|
|
9061
|
-
ThrottlingException,
|
|
9062
|
-
TimeRange,
|
|
9063
|
-
Type,
|
|
9064
|
-
UnavailabilityReasonCode,
|
|
9065
|
-
Unit,
|
|
9066
|
-
UnprocessableEntityException,
|
|
9067
9012
|
UntagResourceCommand,
|
|
9068
9013
|
UpdateAllowListCommand,
|
|
9069
9014
|
UpdateAutomatedDiscoveryConfigurationCommand,
|
|
@@ -9077,21 +9022,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9077
9022
|
UpdateResourceProfileDetectionsCommand,
|
|
9078
9023
|
UpdateRevealConfigurationCommand,
|
|
9079
9024
|
UpdateSensitivityInspectionTemplateCommand,
|
|
9080
|
-
UsageStatisticsFilterComparator,
|
|
9081
|
-
UsageStatisticsFilterKey,
|
|
9082
|
-
UsageStatisticsSortKey,
|
|
9083
|
-
UsageType,
|
|
9084
|
-
UserIdentityType,
|
|
9085
|
-
ValidationException,
|
|
9086
|
-
__Client,
|
|
9087
9025
|
paginateDescribeBuckets,
|
|
9088
9026
|
paginateGetUsageStatistics,
|
|
9089
9027
|
paginateListAllowLists,
|
|
9090
9028
|
paginateListClassificationJobs,
|
|
9091
9029
|
paginateListClassificationScopes,
|
|
9092
9030
|
paginateListCustomDataIdentifiers,
|
|
9093
|
-
paginateListFindings,
|
|
9094
9031
|
paginateListFindingsFilters,
|
|
9032
|
+
paginateListFindings,
|
|
9095
9033
|
paginateListInvitations,
|
|
9096
9034
|
paginateListManagedDataIdentifiers,
|
|
9097
9035
|
paginateListMembers,
|
|
@@ -9101,5 +9039,70 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9101
9039
|
paginateListSensitivityInspectionTemplates,
|
|
9102
9040
|
paginateSearchResources,
|
|
9103
9041
|
waitForFindingRevealed,
|
|
9104
|
-
waitUntilFindingRevealed
|
|
9042
|
+
waitUntilFindingRevealed,
|
|
9043
|
+
AdminStatus,
|
|
9044
|
+
AllowsUnencryptedObjectUploads,
|
|
9045
|
+
BucketMetadataErrorCode,
|
|
9046
|
+
IsDefinedInJob,
|
|
9047
|
+
IsMonitoredByJob,
|
|
9048
|
+
EffectivePermission,
|
|
9049
|
+
Type,
|
|
9050
|
+
SharedAccess,
|
|
9051
|
+
JobComparator,
|
|
9052
|
+
SimpleCriterionKeyForJob,
|
|
9053
|
+
DataIdentifierType,
|
|
9054
|
+
FindingCategory,
|
|
9055
|
+
OriginType,
|
|
9056
|
+
SensitiveDataItemCategory,
|
|
9057
|
+
FindingActionType,
|
|
9058
|
+
UserIdentityType,
|
|
9059
|
+
EncryptionType,
|
|
9060
|
+
StorageClass,
|
|
9061
|
+
SeverityDescription,
|
|
9062
|
+
FindingType,
|
|
9063
|
+
FindingsFilterAction,
|
|
9064
|
+
RelationshipStatus,
|
|
9065
|
+
ScopeFilterKey,
|
|
9066
|
+
TagTarget,
|
|
9067
|
+
JobStatus,
|
|
9068
|
+
JobType,
|
|
9069
|
+
LastRunErrorStatusCode,
|
|
9070
|
+
ListJobsFilterKey,
|
|
9071
|
+
SearchResourcesComparator,
|
|
9072
|
+
SearchResourcesSimpleCriterionKey,
|
|
9073
|
+
UnavailabilityReasonCode,
|
|
9074
|
+
ErrorCode,
|
|
9075
|
+
Currency,
|
|
9076
|
+
Unit,
|
|
9077
|
+
UsageType,
|
|
9078
|
+
UsageStatisticsFilterComparator,
|
|
9079
|
+
UsageStatisticsFilterKey,
|
|
9080
|
+
AccessDeniedException,
|
|
9081
|
+
ConflictException,
|
|
9082
|
+
InternalServerException,
|
|
9083
|
+
ResourceNotFoundException,
|
|
9084
|
+
ServiceQuotaExceededException,
|
|
9085
|
+
ThrottlingException,
|
|
9086
|
+
ValidationException,
|
|
9087
|
+
AllowListStatusCode,
|
|
9088
|
+
AutomatedDiscoveryStatus,
|
|
9089
|
+
AvailabilityCode,
|
|
9090
|
+
OrderBy,
|
|
9091
|
+
ClassificationScopeUpdateOperation,
|
|
9092
|
+
ManagedDataIdentifierSelector,
|
|
9093
|
+
DayOfWeek,
|
|
9094
|
+
DataIdentifierSeverity,
|
|
9095
|
+
FindingPublishingFrequency,
|
|
9096
|
+
MacieStatus,
|
|
9097
|
+
FindingStatisticsSortAttributeName,
|
|
9098
|
+
GroupBy,
|
|
9099
|
+
RevealStatus,
|
|
9100
|
+
RetrievalMode,
|
|
9101
|
+
RevealRequestStatus,
|
|
9102
|
+
UnprocessableEntityException,
|
|
9103
|
+
UsageStatisticsSortKey,
|
|
9104
|
+
TimeRange,
|
|
9105
|
+
ListJobsSortAttributeName,
|
|
9106
|
+
SearchResourcesSortAttributeName
|
|
9105
9107
|
});
|
|
9108
|
+
|
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.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-macie2",
|
|
@@ -20,49 +20,49 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
60
|
-
"@smithy/util-waiter": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
|
+
"@smithy/util-waiter": "^2.1.1",
|
|
61
61
|
"tslib": "^2.5.0",
|
|
62
62
|
"uuid": "^8.3.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
65
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
66
66
|
"@tsconfig/node14": "1.0.3",
|
|
67
67
|
"@types/node": "^14.14.31",
|
|
68
68
|
"@types/uuid": "^8.3.0",
|