@aws-sdk/client-macie2 3.39.0 → 3.43.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/CHANGELOG.md +42 -0
- package/dist-cjs/endpoints.js +118 -17
- package/dist-cjs/models/models_0.js +15 -3
- package/dist-cjs/protocols/Aws_restJson1.js +41 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +118 -17
- package/dist-es/models/models_0.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +39 -2
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/Macie2.d.ts +9 -9
- package/dist-types/Macie2Client.d.ts +8 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/commands/CreateClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/CreateFindingsFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/CreateMemberCommand.d.ts +1 -1
- package/dist-types/commands/CreateSampleFindingsCommand.d.ts +1 -1
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFindingsFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMemberCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBucketsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/DisableMacieCommand.d.ts +2 -2
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMemberCommand.d.ts +1 -1
- package/dist-types/commands/EnableMacieCommand.d.ts +1 -1
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +2 -2
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketStatisticsCommand.d.ts +2 -2
- package/dist-types/commands/GetClassificationExportConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsFilterCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsPublicationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/commands/GetMacieSessionCommand.d.ts +1 -1
- package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetMemberCommand.d.ts +1 -1
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetUsageTotalsCommand.d.ts +1 -1
- package/dist-types/commands/ListClassificationJobsCommand.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 +2 -2
- 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/UpdateClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMacieSessionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateMemberSessionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +72 -40
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/Macie2Client.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +20 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -105,12 +105,15 @@ export var serializeAws_restJson1CreateCustomDataIdentifierCommand = function (i
|
|
|
105
105
|
"content-type": "application/json",
|
|
106
106
|
};
|
|
107
107
|
resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/custom-data-identifiers";
|
|
108
|
-
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign({ clientToken: (_c = input.clientToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.description !== undefined && input.description !== null && { description: input.description })), (input.ignoreWords !== undefined &&
|
|
108
|
+
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({ clientToken: (_c = input.clientToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.description !== undefined && input.description !== null && { description: input.description })), (input.ignoreWords !== undefined &&
|
|
109
109
|
input.ignoreWords !== null && {
|
|
110
110
|
ignoreWords: serializeAws_restJson1__listOf__string(input.ignoreWords, context),
|
|
111
111
|
})), (input.keywords !== undefined &&
|
|
112
112
|
input.keywords !== null && { keywords: serializeAws_restJson1__listOf__string(input.keywords, context) })), (input.maximumMatchDistance !== undefined &&
|
|
113
|
-
input.maximumMatchDistance !== null && { maximumMatchDistance: input.maximumMatchDistance })), (input.name !== undefined && input.name !== null && { name: input.name })), (input.regex !== undefined && input.regex !== null && { regex: input.regex })), (input.
|
|
113
|
+
input.maximumMatchDistance !== null && { maximumMatchDistance: input.maximumMatchDistance })), (input.name !== undefined && input.name !== null && { name: input.name })), (input.regex !== undefined && input.regex !== null && { regex: input.regex })), (input.severityLevels !== undefined &&
|
|
114
|
+
input.severityLevels !== null && {
|
|
115
|
+
severityLevels: serializeAws_restJson1SeverityLevelList(input.severityLevels, context),
|
|
116
|
+
})), (input.tags !== undefined && input.tags !== null && { tags: serializeAws_restJson1TagMap(input.tags, context) })));
|
|
114
117
|
return [2, new __HttpRequest({
|
|
115
118
|
protocol: protocol,
|
|
116
119
|
hostname: hostname,
|
|
@@ -4520,6 +4523,7 @@ export var deserializeAws_restJson1GetCustomDataIdentifierCommand = function (ou
|
|
|
4520
4523
|
maximumMatchDistance: undefined,
|
|
4521
4524
|
name: undefined,
|
|
4522
4525
|
regex: undefined,
|
|
4526
|
+
severityLevels: undefined,
|
|
4523
4527
|
tags: undefined,
|
|
4524
4528
|
};
|
|
4525
4529
|
_a = __expectNonNull;
|
|
@@ -4557,6 +4561,9 @@ export var deserializeAws_restJson1GetCustomDataIdentifierCommand = function (ou
|
|
|
4557
4561
|
if (data.regex !== undefined && data.regex !== null) {
|
|
4558
4562
|
contents.regex = __expectString(data.regex);
|
|
4559
4563
|
}
|
|
4564
|
+
if (data.severityLevels !== undefined && data.severityLevels !== null) {
|
|
4565
|
+
contents.severityLevels = deserializeAws_restJson1SeverityLevelList(data.severityLevels, context);
|
|
4566
|
+
}
|
|
4560
4567
|
if (data.tags !== undefined && data.tags !== null) {
|
|
4561
4568
|
contents.tags = deserializeAws_restJson1TagMap(data.tags, context);
|
|
4562
4569
|
}
|
|
@@ -8200,6 +8207,20 @@ var serializeAws_restJson1SecurityHubConfiguration = function (input, context) {
|
|
|
8200
8207
|
})), (input.publishPolicyFindings !== undefined &&
|
|
8201
8208
|
input.publishPolicyFindings !== null && { publishPolicyFindings: input.publishPolicyFindings }));
|
|
8202
8209
|
};
|
|
8210
|
+
var serializeAws_restJson1SeverityLevel = function (input, context) {
|
|
8211
|
+
return __assign(__assign({}, (input.occurrencesThreshold !== undefined &&
|
|
8212
|
+
input.occurrencesThreshold !== null && { occurrencesThreshold: input.occurrencesThreshold })), (input.severity !== undefined && input.severity !== null && { severity: input.severity }));
|
|
8213
|
+
};
|
|
8214
|
+
var serializeAws_restJson1SeverityLevelList = function (input, context) {
|
|
8215
|
+
return input
|
|
8216
|
+
.filter(function (e) { return e != null; })
|
|
8217
|
+
.map(function (entry) {
|
|
8218
|
+
if (entry === null) {
|
|
8219
|
+
return null;
|
|
8220
|
+
}
|
|
8221
|
+
return serializeAws_restJson1SeverityLevel(entry, context);
|
|
8222
|
+
});
|
|
8223
|
+
};
|
|
8203
8224
|
var serializeAws_restJson1SimpleCriterionForJob = function (input, context) {
|
|
8204
8225
|
return __assign(__assign(__assign({}, (input.comparator !== undefined && input.comparator !== null && { comparator: input.comparator })), (input.key !== undefined && input.key !== null && { key: input.key })), (input.values !== undefined &&
|
|
8205
8226
|
input.values !== null && { values: serializeAws_restJson1__listOf__string(input.values, context) }));
|
|
@@ -9422,6 +9443,22 @@ var deserializeAws_restJson1Severity = function (output, context) {
|
|
|
9422
9443
|
score: __expectLong(output.score),
|
|
9423
9444
|
};
|
|
9424
9445
|
};
|
|
9446
|
+
var deserializeAws_restJson1SeverityLevel = function (output, context) {
|
|
9447
|
+
return {
|
|
9448
|
+
occurrencesThreshold: __expectLong(output.occurrencesThreshold),
|
|
9449
|
+
severity: __expectString(output.severity),
|
|
9450
|
+
};
|
|
9451
|
+
};
|
|
9452
|
+
var deserializeAws_restJson1SeverityLevelList = function (output, context) {
|
|
9453
|
+
return (output || [])
|
|
9454
|
+
.filter(function (e) { return e != null; })
|
|
9455
|
+
.map(function (entry) {
|
|
9456
|
+
if (entry === null) {
|
|
9457
|
+
return null;
|
|
9458
|
+
}
|
|
9459
|
+
return deserializeAws_restJson1SeverityLevel(entry, context);
|
|
9460
|
+
});
|
|
9461
|
+
};
|
|
9425
9462
|
var deserializeAws_restJson1SimpleCriterionForJob = function (output, context) {
|
|
9426
9463
|
return {
|
|
9427
9464
|
comparator: __expectString(output.comparator),
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
4
5
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
6
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
6
7
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
|
|
@@ -10,7 +11,7 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
|
10
11
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
11
12
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
13
|
export var getRuntimeConfig = function (config) {
|
|
13
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
14
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
14
15
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
15
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector,
|
|
16
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
16
17
|
};
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
|
-
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
4
|
+
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
6
6
|
import { Hash } from "@aws-sdk/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
@@ -14,8 +14,8 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
16
|
export var getRuntimeConfig = function (config) {
|
|
17
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
18
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
19
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector,
|
|
20
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
21
21
|
};
|
package/dist-types/Macie2.d.ts
CHANGED
|
@@ -152,19 +152,19 @@ export declare class Macie2 extends Macie2Client {
|
|
|
152
152
|
describeClassificationJob(args: DescribeClassificationJobCommandInput, cb: (err: any, data?: DescribeClassificationJobCommandOutput) => void): void;
|
|
153
153
|
describeClassificationJob(args: DescribeClassificationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClassificationJobCommandOutput) => void): void;
|
|
154
154
|
/**
|
|
155
|
-
* <p>Retrieves the Amazon Macie configuration settings for an
|
|
155
|
+
* <p>Retrieves the Amazon Macie configuration settings for an organization in Organizations.</p>
|
|
156
156
|
*/
|
|
157
157
|
describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationConfigurationCommandOutput>;
|
|
158
158
|
describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
|
|
159
159
|
describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
|
|
160
160
|
/**
|
|
161
|
-
* <p>Disables
|
|
161
|
+
* <p>Disables Amazon Macie and deletes all settings and resources for a Macie account.</p>
|
|
162
162
|
*/
|
|
163
163
|
disableMacie(args: DisableMacieCommandInput, options?: __HttpHandlerOptions): Promise<DisableMacieCommandOutput>;
|
|
164
164
|
disableMacie(args: DisableMacieCommandInput, cb: (err: any, data?: DisableMacieCommandOutput) => void): void;
|
|
165
165
|
disableMacie(args: DisableMacieCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableMacieCommandOutput) => void): void;
|
|
166
166
|
/**
|
|
167
|
-
* <p>Disables an account as the delegated Amazon Macie administrator account for an
|
|
167
|
+
* <p>Disables an account as the delegated Amazon Macie administrator account for an organization in Organizations.</p>
|
|
168
168
|
*/
|
|
169
169
|
disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisableOrganizationAdminAccountCommandOutput>;
|
|
170
170
|
disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void): void;
|
|
@@ -194,7 +194,7 @@ export declare class Macie2 extends Macie2Client {
|
|
|
194
194
|
enableMacie(args: EnableMacieCommandInput, cb: (err: any, data?: EnableMacieCommandOutput) => void): void;
|
|
195
195
|
enableMacie(args: EnableMacieCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableMacieCommandOutput) => void): void;
|
|
196
196
|
/**
|
|
197
|
-
* <p>Designates an account as the delegated Amazon Macie administrator account for an
|
|
197
|
+
* <p>Designates an account as the delegated Amazon Macie administrator account for an organization in Organizations.</p>
|
|
198
198
|
*/
|
|
199
199
|
enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<EnableOrganizationAdminAccountCommandOutput>;
|
|
200
200
|
enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void): void;
|
|
@@ -206,7 +206,7 @@ export declare class Macie2 extends Macie2Client {
|
|
|
206
206
|
getAdministratorAccount(args: GetAdministratorAccountCommandInput, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
|
|
207
207
|
getAdministratorAccount(args: GetAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
|
|
208
208
|
/**
|
|
209
|
-
* <p>Retrieves (queries) aggregated statistical data
|
|
209
|
+
* <p>Retrieves (queries) aggregated statistical data about S3 buckets that Amazon Macie monitors and analyzes.</p>
|
|
210
210
|
*/
|
|
211
211
|
getBucketStatistics(args: GetBucketStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketStatisticsCommandOutput>;
|
|
212
212
|
getBucketStatistics(args: GetBucketStatisticsCommandInput, cb: (err: any, data?: GetBucketStatisticsCommandOutput) => void): void;
|
|
@@ -326,7 +326,7 @@ export declare class Macie2 extends Macie2Client {
|
|
|
326
326
|
listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
|
|
327
327
|
listMembers(args: ListMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
|
|
328
328
|
/**
|
|
329
|
-
* <p>Retrieves information about the delegated Amazon Macie administrator account for an
|
|
329
|
+
* <p>Retrieves information about the delegated Amazon Macie administrator account for an organization in Organizations.</p>
|
|
330
330
|
*/
|
|
331
331
|
listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
332
332
|
listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
|
|
@@ -386,19 +386,19 @@ export declare class Macie2 extends Macie2Client {
|
|
|
386
386
|
updateFindingsFilter(args: UpdateFindingsFilterCommandInput, cb: (err: any, data?: UpdateFindingsFilterCommandOutput) => void): void;
|
|
387
387
|
updateFindingsFilter(args: UpdateFindingsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFindingsFilterCommandOutput) => void): void;
|
|
388
388
|
/**
|
|
389
|
-
* <p>Suspends or re-enables
|
|
389
|
+
* <p>Suspends or re-enables Amazon Macie, or updates the configuration settings for a Macie account.</p>
|
|
390
390
|
*/
|
|
391
391
|
updateMacieSession(args: UpdateMacieSessionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMacieSessionCommandOutput>;
|
|
392
392
|
updateMacieSession(args: UpdateMacieSessionCommandInput, cb: (err: any, data?: UpdateMacieSessionCommandOutput) => void): void;
|
|
393
393
|
updateMacieSession(args: UpdateMacieSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMacieSessionCommandOutput) => void): void;
|
|
394
394
|
/**
|
|
395
|
-
* <p>Enables an Amazon Macie administrator to suspend or re-enable a member account.</p>
|
|
395
|
+
* <p>Enables an Amazon Macie administrator to suspend or re-enable Macie for a member account.</p>
|
|
396
396
|
*/
|
|
397
397
|
updateMemberSession(args: UpdateMemberSessionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMemberSessionCommandOutput>;
|
|
398
398
|
updateMemberSession(args: UpdateMemberSessionCommandInput, cb: (err: any, data?: UpdateMemberSessionCommandOutput) => void): void;
|
|
399
399
|
updateMemberSession(args: UpdateMemberSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMemberSessionCommandOutput) => void): void;
|
|
400
400
|
/**
|
|
401
|
-
* <p>Updates the Amazon Macie configuration settings for an
|
|
401
|
+
* <p>Updates the Amazon Macie configuration settings for an organization in Organizations.</p>
|
|
402
402
|
*/
|
|
403
403
|
updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOrganizationConfigurationCommandOutput>;
|
|
404
404
|
updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
|
|
@@ -133,6 +133,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
133
133
|
* Optional logger for logging debug/info/warn/error.
|
|
134
134
|
*/
|
|
135
135
|
logger?: __Logger;
|
|
136
|
+
/**
|
|
137
|
+
* Enables IPv6/IPv4 dualstack endpoint.
|
|
138
|
+
*/
|
|
139
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
140
|
+
/**
|
|
141
|
+
* Enables FIPS compatible endpoints.
|
|
142
|
+
*/
|
|
143
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
136
144
|
/**
|
|
137
145
|
* Unique service identifier.
|
|
138
146
|
* @internal
|
|
@@ -20,7 +20,7 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link AcceptInvitationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link AcceptInvitationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class AcceptInvitationCommand extends $Command<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface BatchGetCustomDataIdentifiersCommandOutput extends BatchGetCust
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link BatchGetCustomDataIdentifiersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link BatchGetCustomDataIdentifiersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class BatchGetCustomDataIdentifiersCommand extends $Command<BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateClassificationJobCommandOutput extends CreateClassificati
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateClassificationJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateClassificationJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateClassificationJobCommand extends $Command<CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateCustomDataIdentifierCommandOutput extends CreateCustomDat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateCustomDataIdentifierCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateCustomDataIdentifierCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateCustomDataIdentifierCommand extends $Command<CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateFindingsFilterCommandOutput extends CreateFindingsFilterR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateFindingsFilterCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateFindingsFilterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateFindingsFilterCommand extends $Command<CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateInvitationsCommandOutput extends CreateInvitationsRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateInvitationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateInvitationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateInvitationsCommand extends $Command<CreateInvitationsCommandInput, CreateInvitationsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateMemberCommandOutput extends CreateMemberResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateMemberCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateMemberCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateMemberCommand extends $Command<CreateMemberCommandInput, CreateMemberCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateSampleFindingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateSampleFindingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateSampleFindingsCommand extends $Command<CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeclineInvitationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeclineInvitationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeclineInvitationsCommand extends $Command<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteCustomDataIdentifierCommandOutput extends DeleteCustomDat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteCustomDataIdentifierCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteCustomDataIdentifierCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteCustomDataIdentifierCommand extends $Command<DeleteCustomDataIdentifierCommandInput, DeleteCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteFindingsFilterCommandOutput extends DeleteFindingsFilterR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteFindingsFilterCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteFindingsFilterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteFindingsFilterCommand extends $Command<DeleteFindingsFilterCommandInput, DeleteFindingsFilterCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteInvitationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteInvitationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteInvitationsCommand extends $Command<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteMemberCommandOutput extends DeleteMemberResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteMemberCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteMemberCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteMemberCommand extends $Command<DeleteMemberCommandInput, DeleteMemberCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeBucketsCommandOutput extends DescribeBucketsResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeBucketsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeBucketsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeBucketsCommand extends $Command<DescribeBucketsCommandInput, DescribeBucketsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeClassificationJobCommandOutput extends DescribeClassifi
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeClassificationJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeClassificationJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeClassificationJobCommand extends $Command<DescribeClassificationJobCommandInput, DescribeClassificationJobCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DescribeOrganizationConfigurationCommandInput extends DescribeO
|
|
|
7
7
|
export interface DescribeOrganizationConfigurationCommandOutput extends DescribeOrganizationConfigurationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Retrieves the Amazon Macie configuration settings for an
|
|
10
|
+
* <p>Retrieves the Amazon Macie configuration settings for an organization in Organizations.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeOrganizationConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeOrganizationConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DisableMacieCommandInput extends DisableMacieRequest {
|
|
|
7
7
|
export interface DisableMacieCommandOutput extends DisableMacieResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Disables
|
|
10
|
+
* <p>Disables Amazon Macie and deletes all settings and resources for a Macie account.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface DisableMacieCommandOutput extends DisableMacieResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisableMacieCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisableMacieCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisableMacieCommand extends $Command<DisableMacieCommandInput, DisableMacieCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DisableOrganizationAdminAccountCommandInput extends DisableOrga
|
|
|
7
7
|
export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrganizationAdminAccountResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Disables an account as the delegated Amazon Macie administrator account for an
|
|
10
|
+
* <p>Disables an account as the delegated Amazon Macie administrator account for an organization in Organizations.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisableOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisableOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisableOrganizationAdminAccountCommand extends $Command<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateFromAdministratorAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateFromAdministratorAccountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateFromAdministratorAccountCommand extends $Command<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateFromMasterAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateFromMasterAccountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateFromMasterAccountCommand extends $Command<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateMemberCommandOutput extends DisassociateMemberRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateMemberCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateMemberCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateMemberCommand extends $Command<DisassociateMemberCommandInput, DisassociateMemberCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface EnableMacieCommandOutput extends EnableMacieResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link EnableMacieCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link EnableMacieCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class EnableMacieCommand extends $Command<EnableMacieCommandInput, EnableMacieCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface EnableOrganizationAdminAccountCommandInput extends EnableOrgani
|
|
|
7
7
|
export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrganizationAdminAccountResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Designates an account as the delegated Amazon Macie administrator account for an
|
|
10
|
+
* <p>Designates an account as the delegated Amazon Macie administrator account for an organization in Organizations.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link EnableOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link EnableOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class EnableOrganizationAdminAccountCommand extends $Command<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetAdministratorAccountCommandOutput extends GetAdministratorAc
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetAdministratorAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetAdministratorAccountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetAdministratorAccountCommand extends $Command<GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface GetBucketStatisticsCommandInput extends GetBucketStatisticsRequ
|
|
|
7
7
|
export interface GetBucketStatisticsCommandOutput extends GetBucketStatisticsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Retrieves (queries) aggregated statistical data
|
|
10
|
+
* <p>Retrieves (queries) aggregated statistical data about S3 buckets that Amazon Macie monitors and analyzes.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface GetBucketStatisticsCommandOutput extends GetBucketStatisticsRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetBucketStatisticsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetBucketStatisticsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetBucketStatisticsCommand extends $Command<GetBucketStatisticsCommandInput, GetBucketStatisticsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetClassificationExportConfigurationCommandOutput extends GetCl
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetClassificationExportConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetClassificationExportConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetClassificationExportConfigurationCommand extends $Command<GetClassificationExportConfigurationCommandInput, GetClassificationExportConfigurationCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetCustomDataIdentifierCommandOutput extends GetCustomDataIdent
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetCustomDataIdentifierCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetCustomDataIdentifierCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetCustomDataIdentifierCommand extends $Command<GetCustomDataIdentifierCommandInput, GetCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFindingStatisticsCommandOutput extends GetFindingStatisticsR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFindingStatisticsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFindingStatisticsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetFindingStatisticsCommand extends $Command<GetFindingStatisticsCommandInput, GetFindingStatisticsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFindingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFindingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetFindingsCommand extends $Command<GetFindingsCommandInput, GetFindingsCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFindingsFilterCommandOutput extends GetFindingsFilterRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFindingsFilterCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFindingsFilterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetFindingsFilterCommand extends $Command<GetFindingsFilterCommandInput, GetFindingsFilterCommandOutput, Macie2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFindingsPublicationConfigurationCommandOutput extends GetFin
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFindingsPublicationConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFindingsPublicationConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Macie2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetFindingsPublicationConfigurationCommand extends $Command<GetFindingsPublicationConfigurationCommandInput, GetFindingsPublicationConfigurationCommandOutput, Macie2ClientResolvedConfig> {
|