@aws-sdk/client-security-ir 3.891.0 → 3.894.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 +2114 -10
- package/package.json +19 -19
- package/dist-cjs/SecurityIR.js +0 -55
- package/dist-cjs/SecurityIRClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/BatchGetMemberAccountDetailsCommand.js +0 -26
- package/dist-cjs/commands/CancelMembershipCommand.js +0 -26
- package/dist-cjs/commands/CloseCaseCommand.js +0 -26
- package/dist-cjs/commands/CreateCaseCommand.js +0 -27
- package/dist-cjs/commands/CreateCaseCommentCommand.js +0 -27
- package/dist-cjs/commands/CreateMembershipCommand.js +0 -27
- package/dist-cjs/commands/GetCaseAttachmentDownloadUrlCommand.js +0 -27
- package/dist-cjs/commands/GetCaseAttachmentUploadUrlCommand.js +0 -27
- package/dist-cjs/commands/GetCaseCommand.js +0 -27
- package/dist-cjs/commands/GetMembershipCommand.js +0 -27
- package/dist-cjs/commands/ListCaseEditsCommand.js +0 -26
- package/dist-cjs/commands/ListCasesCommand.js +0 -27
- package/dist-cjs/commands/ListCommentsCommand.js +0 -27
- package/dist-cjs/commands/ListMembershipsCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateCaseCommand.js +0 -27
- package/dist-cjs/commands/UpdateCaseCommentCommand.js +0 -27
- package/dist-cjs/commands/UpdateCaseStatusCommand.js +0 -26
- package/dist-cjs/commands/UpdateMembershipCommand.js +0 -27
- package/dist-cjs/commands/UpdateResolverTypeCommand.js +0 -26
- package/dist-cjs/commands/index.js +0 -25
- package/dist-cjs/endpoint/EndpointParameters.js +0 -15
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/SecurityIRServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -390
- package/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist-cjs/pagination/ListCaseEditsPaginator.js +0 -7
- package/dist-cjs/pagination/ListCasesPaginator.js +0 -7
- package/dist-cjs/pagination/ListCommentsPaginator.js +0 -7
- package/dist-cjs/pagination/ListMembershipsPaginator.js +0 -7
- package/dist-cjs/pagination/index.js +0 -8
- package/dist-cjs/protocols/Aws_restJson1.js +0 -960
- package/dist-cjs/runtimeExtensions.js +0 -13
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("SecurityIncidentResponse", "TagResource", {})
|
|
20
|
-
.n("SecurityIRClient", "TagResourceCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_TagResourceCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_TagResourceCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("SecurityIncidentResponse", "UntagResource", {})
|
|
20
|
-
.n("SecurityIRClient", "UntagResourceCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_UntagResourceCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_UntagResourceCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateCaseCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UpdateCaseCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep(EndpointParameters_1.commonParams)
|
|
14
|
-
.m(function (Command, cs, config, o) {
|
|
15
|
-
return [
|
|
16
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
];
|
|
19
|
-
})
|
|
20
|
-
.s("SecurityIncidentResponse", "UpdateCase", {})
|
|
21
|
-
.n("SecurityIRClient", "UpdateCaseCommand")
|
|
22
|
-
.f(models_0_1.UpdateCaseRequestFilterSensitiveLog, void 0)
|
|
23
|
-
.ser(Aws_restJson1_1.se_UpdateCaseCommand)
|
|
24
|
-
.de(Aws_restJson1_1.de_UpdateCaseCommand)
|
|
25
|
-
.build() {
|
|
26
|
-
}
|
|
27
|
-
exports.UpdateCaseCommand = UpdateCaseCommand;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateCaseCommentCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UpdateCaseCommentCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep(EndpointParameters_1.commonParams)
|
|
14
|
-
.m(function (Command, cs, config, o) {
|
|
15
|
-
return [
|
|
16
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
];
|
|
19
|
-
})
|
|
20
|
-
.s("SecurityIncidentResponse", "UpdateCaseComment", {})
|
|
21
|
-
.n("SecurityIRClient", "UpdateCaseCommentCommand")
|
|
22
|
-
.f(models_0_1.UpdateCaseCommentRequestFilterSensitiveLog, models_0_1.UpdateCaseCommentResponseFilterSensitiveLog)
|
|
23
|
-
.ser(Aws_restJson1_1.se_UpdateCaseCommentCommand)
|
|
24
|
-
.de(Aws_restJson1_1.de_UpdateCaseCommentCommand)
|
|
25
|
-
.build() {
|
|
26
|
-
}
|
|
27
|
-
exports.UpdateCaseCommentCommand = UpdateCaseCommentCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateCaseStatusCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateCaseStatusCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("SecurityIncidentResponse", "UpdateCaseStatus", {})
|
|
20
|
-
.n("SecurityIRClient", "UpdateCaseStatusCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_UpdateCaseStatusCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_UpdateCaseStatusCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.UpdateCaseStatusCommand = UpdateCaseStatusCommand;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateMembershipCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UpdateMembershipCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep(EndpointParameters_1.commonParams)
|
|
14
|
-
.m(function (Command, cs, config, o) {
|
|
15
|
-
return [
|
|
16
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
];
|
|
19
|
-
})
|
|
20
|
-
.s("SecurityIncidentResponse", "UpdateMembership", {})
|
|
21
|
-
.n("SecurityIRClient", "UpdateMembershipCommand")
|
|
22
|
-
.f(models_0_1.UpdateMembershipRequestFilterSensitiveLog, void 0)
|
|
23
|
-
.ser(Aws_restJson1_1.se_UpdateMembershipCommand)
|
|
24
|
-
.de(Aws_restJson1_1.de_UpdateMembershipCommand)
|
|
25
|
-
.build() {
|
|
26
|
-
}
|
|
27
|
-
exports.UpdateMembershipCommand = UpdateMembershipCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateResolverTypeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateResolverTypeCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("SecurityIncidentResponse", "UpdateResolverType", {})
|
|
20
|
-
.n("SecurityIRClient", "UpdateResolverTypeCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_UpdateResolverTypeCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_UpdateResolverTypeCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.UpdateResolverTypeCommand = UpdateResolverTypeCommand;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./BatchGetMemberAccountDetailsCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CancelMembershipCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CloseCaseCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateCaseCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateCaseCommentCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateMembershipCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./GetCaseAttachmentDownloadUrlCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./GetCaseAttachmentUploadUrlCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./GetCaseCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./GetMembershipCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListCaseEditsCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListCasesCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./ListCommentsCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./ListMembershipsCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./UpdateCaseCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./UpdateCaseCommentCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./UpdateCaseStatusCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./UpdateMembershipCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./UpdateResolverTypeCommand"), exports);
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return Object.assign(options, {
|
|
6
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
7
|
-
defaultSigningName: "security-ir",
|
|
8
|
-
});
|
|
9
|
-
};
|
|
10
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
11
|
-
exports.commonParams = {
|
|
12
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
-
Region: { type: "builtInParams", name: "region" },
|
|
15
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SecurityIRServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class SecurityIRServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, SecurityIRServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.SecurityIRServiceException = SecurityIRServiceException;
|
package/dist-cjs/models/index.js
DELETED
|
@@ -1,390 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateMembershipRequestFilterSensitiveLog = exports.GetMembershipResponseFilterSensitiveLog = exports.CreateMembershipRequestFilterSensitiveLog = exports.IncidentResponderFilterSensitiveLog = exports.UpdateCaseCommentResponseFilterSensitiveLog = exports.UpdateCaseCommentRequestFilterSensitiveLog = exports.UpdateCaseRequestFilterSensitiveLog = exports.ListCommentsResponseFilterSensitiveLog = exports.ListCommentsItemFilterSensitiveLog = exports.ListCasesResponseFilterSensitiveLog = exports.ListCasesItemFilterSensitiveLog = exports.GetCaseAttachmentUploadUrlResponseFilterSensitiveLog = exports.GetCaseAttachmentUploadUrlRequestFilterSensitiveLog = exports.GetCaseAttachmentDownloadUrlResponseFilterSensitiveLog = exports.GetCaseResponseFilterSensitiveLog = exports.CaseAttachmentAttributesFilterSensitiveLog = exports.CreateCaseCommentRequestFilterSensitiveLog = exports.CreateCaseRequestFilterSensitiveLog = exports.WatcherFilterSensitiveLog = exports.ThreatActorIpFilterSensitiveLog = exports.MembershipStatus = exports.CustomerType = exports.OptInFeatureName = exports.SelfManagedCaseStatus = exports.PendingAction = exports.ClosureCode = exports.CaseAttachmentStatus = exports.ResolverType = exports.EngagementType = exports.CaseStatus = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.SecurityIncidentResponseNotActiveException = exports.ResourceNotFoundException = exports.InvalidTokenException = exports.InternalServerException = exports.ConflictException = exports.MembershipAccountRelationshipType = exports.MembershipAccountRelationshipStatus = exports.AwsRegion = exports.AccessDeniedException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const SecurityIRServiceException_1 = require("./SecurityIRServiceException");
|
|
6
|
-
class AccessDeniedException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
7
|
-
name = "AccessDeniedException";
|
|
8
|
-
$fault = "client";
|
|
9
|
-
constructor(opts) {
|
|
10
|
-
super({
|
|
11
|
-
name: "AccessDeniedException",
|
|
12
|
-
$fault: "client",
|
|
13
|
-
...opts,
|
|
14
|
-
});
|
|
15
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
19
|
-
exports.AwsRegion = {
|
|
20
|
-
AF_SOUTH_1: "af-south-1",
|
|
21
|
-
AP_EAST_1: "ap-east-1",
|
|
22
|
-
AP_EAST_2: "ap-east-2",
|
|
23
|
-
AP_NORTHEAST_1: "ap-northeast-1",
|
|
24
|
-
AP_NORTHEAST_2: "ap-northeast-2",
|
|
25
|
-
AP_NORTHEAST_3: "ap-northeast-3",
|
|
26
|
-
AP_SOUTHEAST_1: "ap-southeast-1",
|
|
27
|
-
AP_SOUTHEAST_2: "ap-southeast-2",
|
|
28
|
-
AP_SOUTHEAST_3: "ap-southeast-3",
|
|
29
|
-
AP_SOUTHEAST_4: "ap-southeast-4",
|
|
30
|
-
AP_SOUTHEAST_5: "ap-southeast-5",
|
|
31
|
-
AP_SOUTHEAST_7: "ap-southeast-7",
|
|
32
|
-
AP_SOUTH_1: "ap-south-1",
|
|
33
|
-
AP_SOUTH_2: "ap-south-2",
|
|
34
|
-
CA_CENTRAL_1: "ca-central-1",
|
|
35
|
-
CA_WEST_1: "ca-west-1",
|
|
36
|
-
CN_NORTHWEST_1: "cn-northwest-1",
|
|
37
|
-
CN_NORTH_1: "cn-north-1",
|
|
38
|
-
EU_CENTRAL_1: "eu-central-1",
|
|
39
|
-
EU_CENTRAL_2: "eu-central-2",
|
|
40
|
-
EU_NORTH_1: "eu-north-1",
|
|
41
|
-
EU_SOUTH_1: "eu-south-1",
|
|
42
|
-
EU_SOUTH_2: "eu-south-2",
|
|
43
|
-
EU_WEST_1: "eu-west-1",
|
|
44
|
-
EU_WEST_2: "eu-west-2",
|
|
45
|
-
EU_WEST_3: "eu-west-3",
|
|
46
|
-
IL_CENTRAL_1: "il-central-1",
|
|
47
|
-
ME_CENTRAL_1: "me-central-1",
|
|
48
|
-
ME_SOUTH_1: "me-south-1",
|
|
49
|
-
MX_CENTRAL_1: "mx-central-1",
|
|
50
|
-
SA_EAST_1: "sa-east-1",
|
|
51
|
-
US_EAST_1: "us-east-1",
|
|
52
|
-
US_EAST_2: "us-east-2",
|
|
53
|
-
US_WEST_1: "us-west-1",
|
|
54
|
-
US_WEST_2: "us-west-2",
|
|
55
|
-
};
|
|
56
|
-
exports.MembershipAccountRelationshipStatus = {
|
|
57
|
-
ASSOCIATED: "Associated",
|
|
58
|
-
DISASSOCIATED: "Disassociated",
|
|
59
|
-
UNASSOCIATED: "Unassociated",
|
|
60
|
-
};
|
|
61
|
-
exports.MembershipAccountRelationshipType = {
|
|
62
|
-
ORGANIZATION: "Organization",
|
|
63
|
-
UNRELATED: "Unrelated",
|
|
64
|
-
};
|
|
65
|
-
class ConflictException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
66
|
-
name = "ConflictException";
|
|
67
|
-
$fault = "client";
|
|
68
|
-
resourceId;
|
|
69
|
-
resourceType;
|
|
70
|
-
constructor(opts) {
|
|
71
|
-
super({
|
|
72
|
-
name: "ConflictException",
|
|
73
|
-
$fault: "client",
|
|
74
|
-
...opts,
|
|
75
|
-
});
|
|
76
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
77
|
-
this.resourceId = opts.resourceId;
|
|
78
|
-
this.resourceType = opts.resourceType;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
exports.ConflictException = ConflictException;
|
|
82
|
-
class InternalServerException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
83
|
-
name = "InternalServerException";
|
|
84
|
-
$fault = "server";
|
|
85
|
-
$retryable = {};
|
|
86
|
-
retryAfterSeconds;
|
|
87
|
-
constructor(opts) {
|
|
88
|
-
super({
|
|
89
|
-
name: "InternalServerException",
|
|
90
|
-
$fault: "server",
|
|
91
|
-
...opts,
|
|
92
|
-
});
|
|
93
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
94
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
exports.InternalServerException = InternalServerException;
|
|
98
|
-
class InvalidTokenException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
99
|
-
name = "InvalidTokenException";
|
|
100
|
-
$fault = "client";
|
|
101
|
-
$retryable = {};
|
|
102
|
-
constructor(opts) {
|
|
103
|
-
super({
|
|
104
|
-
name: "InvalidTokenException",
|
|
105
|
-
$fault: "client",
|
|
106
|
-
...opts,
|
|
107
|
-
});
|
|
108
|
-
Object.setPrototypeOf(this, InvalidTokenException.prototype);
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
exports.InvalidTokenException = InvalidTokenException;
|
|
112
|
-
class ResourceNotFoundException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
113
|
-
name = "ResourceNotFoundException";
|
|
114
|
-
$fault = "client";
|
|
115
|
-
constructor(opts) {
|
|
116
|
-
super({
|
|
117
|
-
name: "ResourceNotFoundException",
|
|
118
|
-
$fault: "client",
|
|
119
|
-
...opts,
|
|
120
|
-
});
|
|
121
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
125
|
-
class SecurityIncidentResponseNotActiveException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
126
|
-
name = "SecurityIncidentResponseNotActiveException";
|
|
127
|
-
$fault = "client";
|
|
128
|
-
constructor(opts) {
|
|
129
|
-
super({
|
|
130
|
-
name: "SecurityIncidentResponseNotActiveException",
|
|
131
|
-
$fault: "client",
|
|
132
|
-
...opts,
|
|
133
|
-
});
|
|
134
|
-
Object.setPrototypeOf(this, SecurityIncidentResponseNotActiveException.prototype);
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
exports.SecurityIncidentResponseNotActiveException = SecurityIncidentResponseNotActiveException;
|
|
138
|
-
class ServiceQuotaExceededException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
139
|
-
name = "ServiceQuotaExceededException";
|
|
140
|
-
$fault = "client";
|
|
141
|
-
resourceId;
|
|
142
|
-
resourceType;
|
|
143
|
-
serviceCode;
|
|
144
|
-
quotaCode;
|
|
145
|
-
constructor(opts) {
|
|
146
|
-
super({
|
|
147
|
-
name: "ServiceQuotaExceededException",
|
|
148
|
-
$fault: "client",
|
|
149
|
-
...opts,
|
|
150
|
-
});
|
|
151
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
152
|
-
this.resourceId = opts.resourceId;
|
|
153
|
-
this.resourceType = opts.resourceType;
|
|
154
|
-
this.serviceCode = opts.serviceCode;
|
|
155
|
-
this.quotaCode = opts.quotaCode;
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
159
|
-
class ThrottlingException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
160
|
-
name = "ThrottlingException";
|
|
161
|
-
$fault = "client";
|
|
162
|
-
$retryable = {
|
|
163
|
-
throttling: true,
|
|
164
|
-
};
|
|
165
|
-
serviceCode;
|
|
166
|
-
quotaCode;
|
|
167
|
-
retryAfterSeconds;
|
|
168
|
-
constructor(opts) {
|
|
169
|
-
super({
|
|
170
|
-
name: "ThrottlingException",
|
|
171
|
-
$fault: "client",
|
|
172
|
-
...opts,
|
|
173
|
-
});
|
|
174
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
175
|
-
this.serviceCode = opts.serviceCode;
|
|
176
|
-
this.quotaCode = opts.quotaCode;
|
|
177
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
exports.ThrottlingException = ThrottlingException;
|
|
181
|
-
exports.ValidationExceptionReason = {
|
|
182
|
-
CANNOT_PARSE: "CANNOT_PARSE",
|
|
183
|
-
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
184
|
-
OTHER: "OTHER",
|
|
185
|
-
UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
|
|
186
|
-
};
|
|
187
|
-
class ValidationException extends SecurityIRServiceException_1.SecurityIRServiceException {
|
|
188
|
-
name = "ValidationException";
|
|
189
|
-
$fault = "client";
|
|
190
|
-
reason;
|
|
191
|
-
fieldList;
|
|
192
|
-
constructor(opts) {
|
|
193
|
-
super({
|
|
194
|
-
name: "ValidationException",
|
|
195
|
-
$fault: "client",
|
|
196
|
-
...opts,
|
|
197
|
-
});
|
|
198
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
199
|
-
this.reason = opts.reason;
|
|
200
|
-
this.fieldList = opts.fieldList;
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
exports.ValidationException = ValidationException;
|
|
204
|
-
exports.CaseStatus = {
|
|
205
|
-
ACKNOWLEDGED: "Acknowledged",
|
|
206
|
-
CLOSED: "Closed",
|
|
207
|
-
CONTAINMENT_ERADICATION_AND_RECOVERY: "Containment, Eradication and Recovery",
|
|
208
|
-
DETECTION_AND_ANALYSIS: "Detection and Analysis",
|
|
209
|
-
POST_INCIDENT_ACTIVITIES: "Post-incident Activities",
|
|
210
|
-
READY_TO_CLOSE: "Ready to Close",
|
|
211
|
-
SUBMITTED: "Submitted",
|
|
212
|
-
};
|
|
213
|
-
exports.EngagementType = {
|
|
214
|
-
INVESTIGATION: "Investigation",
|
|
215
|
-
SECURITY_INCIDENT: "Security Incident",
|
|
216
|
-
};
|
|
217
|
-
exports.ResolverType = {
|
|
218
|
-
AWS: "AWS",
|
|
219
|
-
SELF: "Self",
|
|
220
|
-
};
|
|
221
|
-
exports.CaseAttachmentStatus = {
|
|
222
|
-
FAILED: "Failed",
|
|
223
|
-
PENDING: "Pending",
|
|
224
|
-
VERIFIED: "Verified",
|
|
225
|
-
};
|
|
226
|
-
exports.ClosureCode = {
|
|
227
|
-
DUPLICATE: "Duplicate",
|
|
228
|
-
FALSE_POSITIVE: "False Positive",
|
|
229
|
-
INVESTIGATION_COMPLETED: "Investigation Completed",
|
|
230
|
-
NOT_RESOLVED: "Not Resolved",
|
|
231
|
-
};
|
|
232
|
-
exports.PendingAction = {
|
|
233
|
-
CUSTOMER: "Customer",
|
|
234
|
-
NONE: "None",
|
|
235
|
-
};
|
|
236
|
-
exports.SelfManagedCaseStatus = {
|
|
237
|
-
CONTAINMENT_ERADICATION_AND_RECOVERY: "Containment, Eradication and Recovery",
|
|
238
|
-
DETECTION_AND_ANALYSIS: "Detection and Analysis",
|
|
239
|
-
POST_INCIDENT_ACTIVITIES: "Post-incident Activities",
|
|
240
|
-
SUBMITTED: "Submitted",
|
|
241
|
-
};
|
|
242
|
-
exports.OptInFeatureName = {
|
|
243
|
-
TRIAGE: "Triage",
|
|
244
|
-
};
|
|
245
|
-
exports.CustomerType = {
|
|
246
|
-
ORGANIZATION: "Organization",
|
|
247
|
-
STANDALONE: "Standalone",
|
|
248
|
-
};
|
|
249
|
-
exports.MembershipStatus = {
|
|
250
|
-
ACTIVE: "Active",
|
|
251
|
-
CANCELLED: "Cancelled",
|
|
252
|
-
TERMINATED: "Terminated",
|
|
253
|
-
};
|
|
254
|
-
const ThreatActorIpFilterSensitiveLog = (obj) => ({
|
|
255
|
-
...obj,
|
|
256
|
-
...(obj.ipAddress && { ipAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
257
|
-
});
|
|
258
|
-
exports.ThreatActorIpFilterSensitiveLog = ThreatActorIpFilterSensitiveLog;
|
|
259
|
-
const WatcherFilterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
...(obj.email && { email: smithy_client_1.SENSITIVE_STRING }),
|
|
262
|
-
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
263
|
-
...(obj.jobTitle && { jobTitle: smithy_client_1.SENSITIVE_STRING }),
|
|
264
|
-
});
|
|
265
|
-
exports.WatcherFilterSensitiveLog = WatcherFilterSensitiveLog;
|
|
266
|
-
const CreateCaseRequestFilterSensitiveLog = (obj) => ({
|
|
267
|
-
...obj,
|
|
268
|
-
...(obj.title && { title: smithy_client_1.SENSITIVE_STRING }),
|
|
269
|
-
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
270
|
-
...(obj.watchers && { watchers: obj.watchers.map((item) => (0, exports.WatcherFilterSensitiveLog)(item)) }),
|
|
271
|
-
...(obj.threatActorIpAddresses && {
|
|
272
|
-
threatActorIpAddresses: obj.threatActorIpAddresses.map((item) => (0, exports.ThreatActorIpFilterSensitiveLog)(item)),
|
|
273
|
-
}),
|
|
274
|
-
});
|
|
275
|
-
exports.CreateCaseRequestFilterSensitiveLog = CreateCaseRequestFilterSensitiveLog;
|
|
276
|
-
const CreateCaseCommentRequestFilterSensitiveLog = (obj) => ({
|
|
277
|
-
...obj,
|
|
278
|
-
...(obj.body && { body: smithy_client_1.SENSITIVE_STRING }),
|
|
279
|
-
});
|
|
280
|
-
exports.CreateCaseCommentRequestFilterSensitiveLog = CreateCaseCommentRequestFilterSensitiveLog;
|
|
281
|
-
const CaseAttachmentAttributesFilterSensitiveLog = (obj) => ({
|
|
282
|
-
...obj,
|
|
283
|
-
...(obj.fileName && { fileName: smithy_client_1.SENSITIVE_STRING }),
|
|
284
|
-
});
|
|
285
|
-
exports.CaseAttachmentAttributesFilterSensitiveLog = CaseAttachmentAttributesFilterSensitiveLog;
|
|
286
|
-
const GetCaseResponseFilterSensitiveLog = (obj) => ({
|
|
287
|
-
...obj,
|
|
288
|
-
...(obj.title && { title: smithy_client_1.SENSITIVE_STRING }),
|
|
289
|
-
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
290
|
-
...(obj.threatActorIpAddresses && {
|
|
291
|
-
threatActorIpAddresses: obj.threatActorIpAddresses.map((item) => (0, exports.ThreatActorIpFilterSensitiveLog)(item)),
|
|
292
|
-
}),
|
|
293
|
-
...(obj.watchers && { watchers: obj.watchers.map((item) => (0, exports.WatcherFilterSensitiveLog)(item)) }),
|
|
294
|
-
...(obj.caseAttachments && {
|
|
295
|
-
caseAttachments: obj.caseAttachments.map((item) => (0, exports.CaseAttachmentAttributesFilterSensitiveLog)(item)),
|
|
296
|
-
}),
|
|
297
|
-
});
|
|
298
|
-
exports.GetCaseResponseFilterSensitiveLog = GetCaseResponseFilterSensitiveLog;
|
|
299
|
-
const GetCaseAttachmentDownloadUrlResponseFilterSensitiveLog = (obj) => ({
|
|
300
|
-
...obj,
|
|
301
|
-
...(obj.attachmentPresignedUrl && { attachmentPresignedUrl: smithy_client_1.SENSITIVE_STRING }),
|
|
302
|
-
});
|
|
303
|
-
exports.GetCaseAttachmentDownloadUrlResponseFilterSensitiveLog = GetCaseAttachmentDownloadUrlResponseFilterSensitiveLog;
|
|
304
|
-
const GetCaseAttachmentUploadUrlRequestFilterSensitiveLog = (obj) => ({
|
|
305
|
-
...obj,
|
|
306
|
-
...(obj.fileName && { fileName: smithy_client_1.SENSITIVE_STRING }),
|
|
307
|
-
});
|
|
308
|
-
exports.GetCaseAttachmentUploadUrlRequestFilterSensitiveLog = GetCaseAttachmentUploadUrlRequestFilterSensitiveLog;
|
|
309
|
-
const GetCaseAttachmentUploadUrlResponseFilterSensitiveLog = (obj) => ({
|
|
310
|
-
...obj,
|
|
311
|
-
...(obj.attachmentPresignedUrl && { attachmentPresignedUrl: smithy_client_1.SENSITIVE_STRING }),
|
|
312
|
-
});
|
|
313
|
-
exports.GetCaseAttachmentUploadUrlResponseFilterSensitiveLog = GetCaseAttachmentUploadUrlResponseFilterSensitiveLog;
|
|
314
|
-
const ListCasesItemFilterSensitiveLog = (obj) => ({
|
|
315
|
-
...obj,
|
|
316
|
-
...(obj.title && { title: smithy_client_1.SENSITIVE_STRING }),
|
|
317
|
-
});
|
|
318
|
-
exports.ListCasesItemFilterSensitiveLog = ListCasesItemFilterSensitiveLog;
|
|
319
|
-
const ListCasesResponseFilterSensitiveLog = (obj) => ({
|
|
320
|
-
...obj,
|
|
321
|
-
...(obj.items && { items: obj.items.map((item) => (0, exports.ListCasesItemFilterSensitiveLog)(item)) }),
|
|
322
|
-
});
|
|
323
|
-
exports.ListCasesResponseFilterSensitiveLog = ListCasesResponseFilterSensitiveLog;
|
|
324
|
-
const ListCommentsItemFilterSensitiveLog = (obj) => ({
|
|
325
|
-
...obj,
|
|
326
|
-
...(obj.body && { body: smithy_client_1.SENSITIVE_STRING }),
|
|
327
|
-
});
|
|
328
|
-
exports.ListCommentsItemFilterSensitiveLog = ListCommentsItemFilterSensitiveLog;
|
|
329
|
-
const ListCommentsResponseFilterSensitiveLog = (obj) => ({
|
|
330
|
-
...obj,
|
|
331
|
-
...(obj.items && { items: obj.items.map((item) => (0, exports.ListCommentsItemFilterSensitiveLog)(item)) }),
|
|
332
|
-
});
|
|
333
|
-
exports.ListCommentsResponseFilterSensitiveLog = ListCommentsResponseFilterSensitiveLog;
|
|
334
|
-
const UpdateCaseRequestFilterSensitiveLog = (obj) => ({
|
|
335
|
-
...obj,
|
|
336
|
-
...(obj.title && { title: smithy_client_1.SENSITIVE_STRING }),
|
|
337
|
-
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
338
|
-
...(obj.watchersToAdd && { watchersToAdd: obj.watchersToAdd.map((item) => (0, exports.WatcherFilterSensitiveLog)(item)) }),
|
|
339
|
-
...(obj.watchersToDelete && {
|
|
340
|
-
watchersToDelete: obj.watchersToDelete.map((item) => (0, exports.WatcherFilterSensitiveLog)(item)),
|
|
341
|
-
}),
|
|
342
|
-
...(obj.threatActorIpAddressesToAdd && {
|
|
343
|
-
threatActorIpAddressesToAdd: obj.threatActorIpAddressesToAdd.map((item) => (0, exports.ThreatActorIpFilterSensitiveLog)(item)),
|
|
344
|
-
}),
|
|
345
|
-
...(obj.threatActorIpAddressesToDelete && {
|
|
346
|
-
threatActorIpAddressesToDelete: obj.threatActorIpAddressesToDelete.map((item) => (0, exports.ThreatActorIpFilterSensitiveLog)(item)),
|
|
347
|
-
}),
|
|
348
|
-
});
|
|
349
|
-
exports.UpdateCaseRequestFilterSensitiveLog = UpdateCaseRequestFilterSensitiveLog;
|
|
350
|
-
const UpdateCaseCommentRequestFilterSensitiveLog = (obj) => ({
|
|
351
|
-
...obj,
|
|
352
|
-
...(obj.body && { body: smithy_client_1.SENSITIVE_STRING }),
|
|
353
|
-
});
|
|
354
|
-
exports.UpdateCaseCommentRequestFilterSensitiveLog = UpdateCaseCommentRequestFilterSensitiveLog;
|
|
355
|
-
const UpdateCaseCommentResponseFilterSensitiveLog = (obj) => ({
|
|
356
|
-
...obj,
|
|
357
|
-
...(obj.body && { body: smithy_client_1.SENSITIVE_STRING }),
|
|
358
|
-
});
|
|
359
|
-
exports.UpdateCaseCommentResponseFilterSensitiveLog = UpdateCaseCommentResponseFilterSensitiveLog;
|
|
360
|
-
const IncidentResponderFilterSensitiveLog = (obj) => ({
|
|
361
|
-
...obj,
|
|
362
|
-
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
363
|
-
...(obj.jobTitle && { jobTitle: smithy_client_1.SENSITIVE_STRING }),
|
|
364
|
-
...(obj.email && { email: smithy_client_1.SENSITIVE_STRING }),
|
|
365
|
-
});
|
|
366
|
-
exports.IncidentResponderFilterSensitiveLog = IncidentResponderFilterSensitiveLog;
|
|
367
|
-
const CreateMembershipRequestFilterSensitiveLog = (obj) => ({
|
|
368
|
-
...obj,
|
|
369
|
-
...(obj.membershipName && { membershipName: smithy_client_1.SENSITIVE_STRING }),
|
|
370
|
-
...(obj.incidentResponseTeam && {
|
|
371
|
-
incidentResponseTeam: obj.incidentResponseTeam.map((item) => (0, exports.IncidentResponderFilterSensitiveLog)(item)),
|
|
372
|
-
}),
|
|
373
|
-
});
|
|
374
|
-
exports.CreateMembershipRequestFilterSensitiveLog = CreateMembershipRequestFilterSensitiveLog;
|
|
375
|
-
const GetMembershipResponseFilterSensitiveLog = (obj) => ({
|
|
376
|
-
...obj,
|
|
377
|
-
...(obj.membershipName && { membershipName: smithy_client_1.SENSITIVE_STRING }),
|
|
378
|
-
...(obj.incidentResponseTeam && {
|
|
379
|
-
incidentResponseTeam: obj.incidentResponseTeam.map((item) => (0, exports.IncidentResponderFilterSensitiveLog)(item)),
|
|
380
|
-
}),
|
|
381
|
-
});
|
|
382
|
-
exports.GetMembershipResponseFilterSensitiveLog = GetMembershipResponseFilterSensitiveLog;
|
|
383
|
-
const UpdateMembershipRequestFilterSensitiveLog = (obj) => ({
|
|
384
|
-
...obj,
|
|
385
|
-
...(obj.membershipName && { membershipName: smithy_client_1.SENSITIVE_STRING }),
|
|
386
|
-
...(obj.incidentResponseTeam && {
|
|
387
|
-
incidentResponseTeam: obj.incidentResponseTeam.map((item) => (0, exports.IncidentResponderFilterSensitiveLog)(item)),
|
|
388
|
-
}),
|
|
389
|
-
});
|
|
390
|
-
exports.UpdateMembershipRequestFilterSensitiveLog = UpdateMembershipRequestFilterSensitiveLog;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListCaseEdits = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListCaseEditsCommand_1 = require("../commands/ListCaseEditsCommand");
|
|
6
|
-
const SecurityIRClient_1 = require("../SecurityIRClient");
|
|
7
|
-
exports.paginateListCaseEdits = (0, core_1.createPaginator)(SecurityIRClient_1.SecurityIRClient, ListCaseEditsCommand_1.ListCaseEditsCommand, "nextToken", "nextToken", "maxResults");
|