@aws-sdk/client-securitylake 3.477.0 → 3.481.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/commands/CreateAwsLogSourceCommand.js +18 -41
- package/dist-cjs/commands/CreateCustomLogSourceCommand.js +18 -41
- package/dist-cjs/commands/CreateDataLakeCommand.js +18 -41
- package/dist-cjs/commands/CreateDataLakeExceptionSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/CreateDataLakeOrganizationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateSubscriberCommand.js +18 -41
- package/dist-cjs/commands/CreateSubscriberNotificationCommand.js +18 -41
- package/dist-cjs/commands/DeleteAwsLogSourceCommand.js +18 -41
- package/dist-cjs/commands/DeleteCustomLogSourceCommand.js +18 -41
- package/dist-cjs/commands/DeleteDataLakeCommand.js +18 -41
- package/dist-cjs/commands/DeleteDataLakeExceptionSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/DeleteDataLakeOrganizationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteSubscriberCommand.js +18 -41
- package/dist-cjs/commands/DeleteSubscriberNotificationCommand.js +18 -41
- package/dist-cjs/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +18 -41
- package/dist-cjs/commands/GetDataLakeExceptionSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/GetDataLakeOrganizationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetDataLakeSourcesCommand.js +18 -41
- package/dist-cjs/commands/GetSubscriberCommand.js +18 -41
- package/dist-cjs/commands/ListDataLakeExceptionsCommand.js +18 -41
- package/dist-cjs/commands/ListDataLakesCommand.js +18 -41
- package/dist-cjs/commands/ListLogSourcesCommand.js +18 -41
- package/dist-cjs/commands/ListSubscribersCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/RegisterDataLakeDelegatedAdministratorCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDataLakeCommand.js +18 -41
- package/dist-cjs/commands/UpdateDataLakeExceptionSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/UpdateSubscriberCommand.js +18 -41
- package/dist-cjs/commands/UpdateSubscriberNotificationCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/GetDataLakeSourcesPaginator.js +2 -24
- package/dist-cjs/pagination/ListDataLakeExceptionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListLogSourcesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSubscribersPaginator.js +2 -24
- package/dist-es/commands/CreateAwsLogSourceCommand.js +18 -41
- package/dist-es/commands/CreateCustomLogSourceCommand.js +18 -41
- package/dist-es/commands/CreateDataLakeCommand.js +18 -41
- package/dist-es/commands/CreateDataLakeExceptionSubscriptionCommand.js +18 -41
- package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateSubscriberCommand.js +18 -41
- package/dist-es/commands/CreateSubscriberNotificationCommand.js +18 -41
- package/dist-es/commands/DeleteAwsLogSourceCommand.js +18 -41
- package/dist-es/commands/DeleteCustomLogSourceCommand.js +18 -41
- package/dist-es/commands/DeleteDataLakeCommand.js +18 -41
- package/dist-es/commands/DeleteDataLakeExceptionSubscriptionCommand.js +18 -41
- package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteSubscriberCommand.js +18 -41
- package/dist-es/commands/DeleteSubscriberNotificationCommand.js +18 -41
- package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +18 -41
- package/dist-es/commands/GetDataLakeExceptionSubscriptionCommand.js +18 -41
- package/dist-es/commands/GetDataLakeOrganizationConfigurationCommand.js +18 -41
- package/dist-es/commands/GetDataLakeSourcesCommand.js +18 -41
- package/dist-es/commands/GetSubscriberCommand.js +18 -41
- package/dist-es/commands/ListDataLakeExceptionsCommand.js +18 -41
- package/dist-es/commands/ListDataLakesCommand.js +18 -41
- package/dist-es/commands/ListLogSourcesCommand.js +18 -41
- package/dist-es/commands/ListSubscribersCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateDataLakeCommand.js +18 -41
- package/dist-es/commands/UpdateDataLakeExceptionSubscriptionCommand.js +18 -41
- package/dist-es/commands/UpdateSubscriberCommand.js +18 -41
- package/dist-es/commands/UpdateSubscriberNotificationCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/GetDataLakeSourcesPaginator.js +2 -23
- package/dist-es/pagination/ListDataLakeExceptionsPaginator.js +2 -23
- package/dist-es/pagination/ListLogSourcesPaginator.js +2 -23
- package/dist-es/pagination/ListSubscribersPaginator.js +2 -23
- package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +6 -21
- package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +6 -21
- package/dist-types/commands/CreateDataLakeCommand.d.ts +6 -21
- package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateSubscriberCommand.d.ts +6 -21
- package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDataLakeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +6 -21
- package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +6 -21
- package/dist-types/commands/GetSubscriberCommand.d.ts +6 -21
- package/dist-types/commands/ListDataLakeExceptionsCommand.d.ts +6 -21
- package/dist-types/commands/ListDataLakesCommand.d.ts +6 -21
- package/dist-types/commands/ListLogSourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListSubscribersCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDataLakeCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/GetDataLakeSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataLakeExceptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLogSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscribersPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAwsLogSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateCustomLogSourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDataLakeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSubscriberNotificationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAwsLogSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCustomLogSourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDataLakeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSubscriberNotificationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSubscriberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDataLakeExceptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDataLakesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLogSourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSubscribersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDataLakeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSubscriberNotificationCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/GetDataLakeSourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDataLakeExceptionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLogSourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSubscribersPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateAwsLogSourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SecurityLakeClient";
|
|
29
|
-
const commandName = "CreateAwsLogSourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SecurityLake",
|
|
38
|
-
operation: "CreateAwsLogSource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateAwsLogSourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateAwsLogSourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateAwsLogSourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SecurityLake", "CreateAwsLogSource", {})
|
|
22
|
+
.n("SecurityLakeClient", "CreateAwsLogSourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateAwsLogSourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateAwsLogSourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateAwsLogSourceCommand = CreateAwsLogSourceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateCustomLogSourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SecurityLakeClient";
|
|
29
|
-
const commandName = "CreateCustomLogSourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SecurityLake",
|
|
38
|
-
operation: "CreateCustomLogSource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateCustomLogSourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateCustomLogSourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateCustomLogSourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SecurityLake", "CreateCustomLogSource", {})
|
|
22
|
+
.n("SecurityLakeClient", "CreateCustomLogSourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateCustomLogSourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateCustomLogSourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateCustomLogSourceCommand = CreateCustomLogSourceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateDataLakeCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SecurityLakeClient";
|
|
29
|
-
const commandName = "CreateDataLakeCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SecurityLake",
|
|
38
|
-
operation: "CreateDataLake",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateDataLakeCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateDataLakeCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateDataLakeCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SecurityLake", "CreateDataLake", {})
|
|
22
|
+
.n("SecurityLakeClient", "CreateDataLakeCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateDataLakeCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateDataLakeCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateDataLakeCommand = CreateDataLakeCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateDataLakeExceptionSubscriptionCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SecurityLakeClient";
|
|
29
|
-
const commandName = "CreateDataLakeExceptionSubscriptionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SecurityLake",
|
|
38
|
-
operation: "CreateDataLakeExceptionSubscription",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateDataLakeExceptionSubscriptionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateDataLakeExceptionSubscriptionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateDataLakeExceptionSubscriptionCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SecurityLake", "CreateDataLakeExceptionSubscription", {})
|
|
22
|
+
.n("SecurityLakeClient", "CreateDataLakeExceptionSubscriptionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateDataLakeExceptionSubscriptionCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateDataLakeExceptionSubscriptionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateDataLakeExceptionSubscriptionCommand = CreateDataLakeExceptionSubscriptionCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateDataLakeOrganizationConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SecurityLakeClient";
|
|
29
|
-
const commandName = "CreateDataLakeOrganizationConfigurationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SecurityLake",
|
|
38
|
-
operation: "CreateDataLakeOrganizationConfiguration",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateDataLakeOrganizationConfigurationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateDataLakeOrganizationConfigurationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateDataLakeOrganizationConfigurationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SecurityLake", "CreateDataLakeOrganizationConfiguration", {})
|
|
22
|
+
.n("SecurityLakeClient", "CreateDataLakeOrganizationConfigurationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateDataLakeOrganizationConfigurationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateDataLakeOrganizationConfigurationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateDataLakeOrganizationConfigurationCommand = CreateDataLakeOrganizationConfigurationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateSubscriberCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SecurityLakeClient";
|
|
29
|
-
const commandName = "CreateSubscriberCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SecurityLake",
|
|
38
|
-
operation: "CreateSubscriber",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateSubscriberCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateSubscriberCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateSubscriberCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SecurityLake", "CreateSubscriber", {})
|
|
22
|
+
.n("SecurityLakeClient", "CreateSubscriberCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateSubscriberCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateSubscriberCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateSubscriberCommand = CreateSubscriberCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateSubscriberNotificationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SecurityLakeClient";
|
|
29
|
-
const commandName = "CreateSubscriberNotificationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SecurityLake",
|
|
38
|
-
operation: "CreateSubscriberNotification",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateSubscriberNotificationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateSubscriberNotificationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateSubscriberNotificationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SecurityLake", "CreateSubscriberNotification", {})
|
|
22
|
+
.n("SecurityLakeClient", "CreateSubscriberNotificationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateSubscriberNotificationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateSubscriberNotificationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateSubscriberNotificationCommand = CreateSubscriberNotificationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteAwsLogSourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SecurityLakeClient";
|
|
29
|
-
const commandName = "DeleteAwsLogSourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SecurityLake",
|
|
38
|
-
operation: "DeleteAwsLogSource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteAwsLogSourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteAwsLogSourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteAwsLogSourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SecurityLake", "DeleteAwsLogSource", {})
|
|
22
|
+
.n("SecurityLakeClient", "DeleteAwsLogSourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteAwsLogSourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteAwsLogSourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteAwsLogSourceCommand = DeleteAwsLogSourceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteCustomLogSourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "SecurityLakeClient";
|
|
29
|
-
const commandName = "DeleteCustomLogSourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "SecurityLake",
|
|
38
|
-
operation: "DeleteCustomLogSource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteCustomLogSourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteCustomLogSourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteCustomLogSourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("SecurityLake", "DeleteCustomLogSource", {})
|
|
22
|
+
.n("SecurityLakeClient", "DeleteCustomLogSourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteCustomLogSourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteCustomLogSourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteCustomLogSourceCommand = DeleteCustomLogSourceCommand;
|