@aws-sdk/client-securitylake 3.341.0 → 3.342.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/README.md +39 -60
- package/dist-cjs/SecurityLake.js +36 -40
- package/dist-cjs/commands/{UpdateDatalakeCommand.js → CreateDataLakeCommand.js} +7 -7
- package/dist-cjs/commands/CreateDataLakeExceptionSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/CreateDataLakeOrganizationConfigurationCommand.js +46 -0
- package/dist-cjs/commands/{DeleteDatalakeDelegatedAdminCommand.js → CreateSubscriberNotificationCommand.js} +7 -7
- package/dist-cjs/commands/{CreateDatalakeCommand.js → DeleteDataLakeCommand.js} +7 -7
- package/dist-cjs/commands/DeleteDataLakeExceptionSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/DeleteDataLakeOrganizationConfigurationCommand.js +46 -0
- package/dist-cjs/commands/{CreateDatalakeDelegatedAdminCommand.js → DeleteSubscriberNotificationCommand.js} +7 -7
- package/dist-cjs/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +46 -0
- package/dist-cjs/commands/{CreateDatalakeAutoEnableCommand.js → GetDataLakeExceptionSubscriptionCommand.js} +7 -7
- package/dist-cjs/commands/{DeleteDatalakeExceptionsSubscriptionCommand.js → GetDataLakeOrganizationConfigurationCommand.js} +7 -7
- package/dist-cjs/commands/{GetDatalakeStatusCommand.js → GetDataLakeSourcesCommand.js} +7 -7
- package/dist-cjs/commands/{ListDatalakeExceptionsCommand.js → ListDataLakeExceptionsCommand.js} +7 -7
- package/dist-cjs/commands/{GetDatalakeCommand.js → ListDataLakesCommand.js} +7 -7
- package/dist-cjs/commands/{CreateDatalakeExceptionsSubscriptionCommand.js → RegisterDataLakeDelegatedAdministratorCommand.js} +7 -7
- package/dist-cjs/commands/{DeleteDatalakeCommand.js → UpdateDataLakeCommand.js} +7 -7
- package/dist-cjs/commands/UpdateDataLakeExceptionSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/{DeleteDatalakeAutoEnableCommand.js → UpdateSubscriberNotificationCommand.js} +7 -7
- package/dist-cjs/commands/index.js +18 -20
- package/dist-cjs/models/models_0.js +43 -235
- package/dist-cjs/pagination/{GetDatalakeStatusPaginator.js → GetDataLakeSourcesPaginator.js} +6 -6
- package/dist-cjs/pagination/{ListDatalakeExceptionsPaginator.js → ListDataLakeExceptionsPaginator.js} +6 -6
- package/dist-cjs/pagination/index.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +531 -769
- package/dist-es/SecurityLake.js +36 -40
- package/dist-es/commands/{UpdateDatalakeCommand.js → CreateDataLakeCommand.js} +6 -6
- package/dist-es/commands/{UpdateDatalakeExceptionsSubscriptionCommand.js → CreateDataLakeExceptionSubscriptionCommand.js} +6 -6
- package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +42 -0
- package/dist-es/commands/{DeleteDatalakeDelegatedAdminCommand.js → CreateSubscriberNotificationCommand.js} +6 -6
- package/dist-es/commands/{CreateDatalakeCommand.js → DeleteDataLakeCommand.js} +6 -6
- package/dist-es/commands/{CreateDatalakeExceptionsSubscriptionCommand.js → DeleteDataLakeExceptionSubscriptionCommand.js} +6 -6
- package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +42 -0
- package/dist-es/commands/{CreateDatalakeDelegatedAdminCommand.js → DeleteSubscriberNotificationCommand.js} +6 -6
- package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +42 -0
- package/dist-es/commands/{GetDatalakeExceptionsSubscriptionCommand.js → GetDataLakeExceptionSubscriptionCommand.js} +6 -6
- package/dist-es/commands/{DeleteDatalakeExceptionsSubscriptionCommand.js → GetDataLakeOrganizationConfigurationCommand.js} +6 -6
- package/dist-es/commands/{GetDatalakeStatusCommand.js → GetDataLakeSourcesCommand.js} +6 -6
- package/dist-es/commands/{ListDatalakeExceptionsCommand.js → ListDataLakeExceptionsCommand.js} +6 -6
- package/dist-es/commands/{GetDatalakeCommand.js → ListDataLakesCommand.js} +6 -6
- package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +42 -0
- package/dist-es/commands/{DeleteDatalakeCommand.js → UpdateDataLakeCommand.js} +6 -6
- package/dist-es/commands/{CreateDatalakeAutoEnableCommand.js → UpdateDataLakeExceptionSubscriptionCommand.js} +6 -6
- package/dist-es/commands/{GetDatalakeExceptionsExpiryCommand.js → UpdateSubscriberNotificationCommand.js} +6 -6
- package/dist-es/commands/index.js +18 -20
- package/dist-es/models/models_0.js +41 -224
- package/dist-es/pagination/{GetDatalakeStatusPaginator.js → GetDataLakeSourcesPaginator.js} +4 -4
- package/dist-es/pagination/{ListDatalakeExceptionsPaginator.js → ListDataLakeExceptionsPaginator.js} +4 -4
- package/dist-es/pagination/index.js +2 -2
- package/dist-es/protocols/Aws_restJson1.js +491 -725
- package/dist-types/SecurityLake.d.ts +96 -115
- package/dist-types/SecurityLakeClient.d.ts +24 -31
- package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +22 -41
- package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +39 -23
- package/dist-types/commands/CreateDataLakeCommand.d.ts +172 -0
- package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +99 -0
- package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +108 -0
- package/dist-types/commands/CreateSubscriberCommand.d.ts +78 -32
- package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +110 -0
- package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +29 -39
- package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +15 -18
- package/dist-types/commands/{DeleteDatalakeCommand.d.ts → DeleteDataLakeCommand.d.ts} +33 -33
- package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +95 -0
- package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +110 -0
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +15 -21
- package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +97 -0
- package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +96 -0
- package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +98 -0
- package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +108 -0
- package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +119 -0
- package/dist-types/commands/GetSubscriberCommand.d.ts +47 -28
- package/dist-types/commands/{ListDatalakeExceptionsCommand.d.ts → ListDataLakeExceptionsCommand.d.ts} +39 -36
- package/dist-types/commands/ListDataLakesCommand.d.ts +136 -0
- package/dist-types/commands/ListLogSourcesCommand.d.ts +60 -29
- package/dist-types/commands/ListSubscribersCommand.d.ts +46 -30
- package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +98 -0
- package/dist-types/commands/UpdateDataLakeCommand.d.ts +158 -0
- package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +99 -0
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +73 -42
- package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +109 -0
- package/dist-types/commands/index.d.ts +18 -20
- package/dist-types/index.d.ts +4 -9
- package/dist-types/models/models_0.d.ts +985 -906
- package/dist-types/pagination/GetDataLakeSourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataLakeExceptionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +94 -112
- package/dist-types/ts3.4/SecurityLake.d.ts +243 -271
- package/dist-types/ts3.4/SecurityLakeClient.d.ts +91 -103
- package/dist-types/ts3.4/commands/{CreateDatalakeCommand.d.ts → CreateDataLakeCommand.d.ts} +11 -11
- package/dist-types/ts3.4/commands/{GetDatalakeExceptionsSubscriptionCommand.d.ts → CreateDataLakeExceptionSubscriptionCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/{CreateDatalakeExceptionsSubscriptionCommand.d.ts → CreateDataLakeOrganizationConfigurationCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/{DeleteDatalakeDelegatedAdminCommand.d.ts → CreateSubscriberNotificationCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/{DeleteDatalakeCommand.d.ts → DeleteDataLakeCommand.d.ts} +11 -11
- package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/{CreateDatalakeDelegatedAdminCommand.d.ts → DeleteSubscriberNotificationCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/{DeleteDatalakeAutoEnableCommand.d.ts → GetDataLakeExceptionSubscriptionCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/{DeleteDatalakeExceptionsSubscriptionCommand.d.ts → GetDataLakeOrganizationConfigurationCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/{ListDatalakeExceptionsCommand.d.ts → ListDataLakeExceptionsCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/{GetDatalakeStatusCommand.d.ts → ListDataLakesCommand.d.ts} +11 -12
- package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/{UpdateDatalakeCommand.d.ts → UpdateDataLakeCommand.d.ts} +11 -11
- package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/{CreateDatalakeAutoEnableCommand.d.ts → UpdateSubscriberNotificationCommand.d.ts} +13 -13
- package/dist-types/ts3.4/commands/index.d.ts +18 -20
- package/dist-types/ts3.4/models/models_0.d.ts +315 -431
- package/dist-types/ts3.4/pagination/GetDataLakeSourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataLakeExceptionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +131 -155
- package/package.json +28 -28
- package/dist-cjs/commands/CreateSubscriptionNotificationConfigurationCommand.js +0 -46
- package/dist-cjs/commands/DeleteSubscriptionNotificationConfigurationCommand.js +0 -46
- package/dist-cjs/commands/GetDatalakeAutoEnableCommand.js +0 -46
- package/dist-cjs/commands/GetDatalakeExceptionsExpiryCommand.js +0 -46
- package/dist-cjs/commands/GetDatalakeExceptionsSubscriptionCommand.js +0 -46
- package/dist-cjs/commands/UpdateDatalakeExceptionsExpiryCommand.js +0 -46
- package/dist-cjs/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +0 -46
- package/dist-cjs/commands/UpdateSubscriptionNotificationConfigurationCommand.js +0 -46
- package/dist-es/commands/CreateSubscriptionNotificationConfigurationCommand.js +0 -42
- package/dist-es/commands/DeleteDatalakeAutoEnableCommand.js +0 -42
- package/dist-es/commands/DeleteSubscriptionNotificationConfigurationCommand.js +0 -42
- package/dist-es/commands/GetDatalakeAutoEnableCommand.js +0 -42
- package/dist-es/commands/UpdateDatalakeExceptionsExpiryCommand.js +0 -42
- package/dist-es/commands/UpdateSubscriptionNotificationConfigurationCommand.js +0 -42
- package/dist-types/commands/CreateDatalakeAutoEnableCommand.d.ts +0 -98
- package/dist-types/commands/CreateDatalakeCommand.d.ts +0 -137
- package/dist-types/commands/CreateDatalakeDelegatedAdminCommand.d.ts +0 -89
- package/dist-types/commands/CreateDatalakeExceptionsSubscriptionCommand.d.ts +0 -91
- package/dist-types/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +0 -109
- package/dist-types/commands/DeleteDatalakeAutoEnableCommand.d.ts +0 -101
- package/dist-types/commands/DeleteDatalakeDelegatedAdminCommand.d.ts +0 -89
- package/dist-types/commands/DeleteDatalakeExceptionsSubscriptionCommand.d.ts +0 -90
- package/dist-types/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +0 -100
- package/dist-types/commands/GetDatalakeAutoEnableCommand.d.ts +0 -98
- package/dist-types/commands/GetDatalakeCommand.d.ts +0 -120
- package/dist-types/commands/GetDatalakeExceptionsExpiryCommand.d.ts +0 -91
- package/dist-types/commands/GetDatalakeExceptionsSubscriptionCommand.d.ts +0 -92
- package/dist-types/commands/GetDatalakeStatusCommand.d.ts +0 -109
- package/dist-types/commands/UpdateDatalakeCommand.d.ts +0 -108
- package/dist-types/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +0 -91
- package/dist-types/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +0 -91
- package/dist-types/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +0 -108
- package/dist-types/pagination/GetDatalakeStatusPaginator.d.ts +0 -7
- package/dist-types/pagination/ListDatalakeExceptionsPaginator.d.ts +0 -7
- package/dist-types/ts3.4/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/GetDatalakeAutoEnableCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/GetDatalakeCommand.d.ts +0 -35
- package/dist-types/ts3.4/commands/GetDatalakeExceptionsExpiryCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +0 -42
- package/dist-types/ts3.4/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +0 -42
- package/dist-types/ts3.4/pagination/GetDatalakeStatusPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListDatalakeExceptionsPaginator.d.ts +0 -11
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteSubscriptionNotificationConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
-
class DeleteSubscriptionNotificationConfigurationCommand extends smithy_client_1.Command {
|
|
10
|
-
static getEndpointParameterInstructions() {
|
|
11
|
-
return {
|
|
12
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
-
Region: { type: "builtInParams", name: "region" },
|
|
15
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
constructor(input) {
|
|
19
|
-
super();
|
|
20
|
-
this.input = input;
|
|
21
|
-
}
|
|
22
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
-
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
-
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteSubscriptionNotificationConfigurationCommand.getEndpointParameterInstructions()));
|
|
25
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
-
const { logger } = configuration;
|
|
27
|
-
const clientName = "SecurityLakeClient";
|
|
28
|
-
const commandName = "DeleteSubscriptionNotificationConfigurationCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
};
|
|
36
|
-
const { requestHandler } = configuration;
|
|
37
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
-
}
|
|
39
|
-
serialize(input, context) {
|
|
40
|
-
return (0, Aws_restJson1_1.se_DeleteSubscriptionNotificationConfigurationCommand)(input, context);
|
|
41
|
-
}
|
|
42
|
-
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_restJson1_1.de_DeleteSubscriptionNotificationConfigurationCommand)(output, context);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
exports.DeleteSubscriptionNotificationConfigurationCommand = DeleteSubscriptionNotificationConfigurationCommand;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetDatalakeAutoEnableCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
-
class GetDatalakeAutoEnableCommand extends smithy_client_1.Command {
|
|
10
|
-
static getEndpointParameterInstructions() {
|
|
11
|
-
return {
|
|
12
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
-
Region: { type: "builtInParams", name: "region" },
|
|
15
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
constructor(input) {
|
|
19
|
-
super();
|
|
20
|
-
this.input = input;
|
|
21
|
-
}
|
|
22
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
-
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
-
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetDatalakeAutoEnableCommand.getEndpointParameterInstructions()));
|
|
25
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
-
const { logger } = configuration;
|
|
27
|
-
const clientName = "SecurityLakeClient";
|
|
28
|
-
const commandName = "GetDatalakeAutoEnableCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
};
|
|
36
|
-
const { requestHandler } = configuration;
|
|
37
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
-
}
|
|
39
|
-
serialize(input, context) {
|
|
40
|
-
return (0, Aws_restJson1_1.se_GetDatalakeAutoEnableCommand)(input, context);
|
|
41
|
-
}
|
|
42
|
-
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_restJson1_1.de_GetDatalakeAutoEnableCommand)(output, context);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
exports.GetDatalakeAutoEnableCommand = GetDatalakeAutoEnableCommand;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetDatalakeExceptionsExpiryCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
-
class GetDatalakeExceptionsExpiryCommand extends smithy_client_1.Command {
|
|
10
|
-
static getEndpointParameterInstructions() {
|
|
11
|
-
return {
|
|
12
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
-
Region: { type: "builtInParams", name: "region" },
|
|
15
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
constructor(input) {
|
|
19
|
-
super();
|
|
20
|
-
this.input = input;
|
|
21
|
-
}
|
|
22
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
-
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
-
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetDatalakeExceptionsExpiryCommand.getEndpointParameterInstructions()));
|
|
25
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
-
const { logger } = configuration;
|
|
27
|
-
const clientName = "SecurityLakeClient";
|
|
28
|
-
const commandName = "GetDatalakeExceptionsExpiryCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
};
|
|
36
|
-
const { requestHandler } = configuration;
|
|
37
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
-
}
|
|
39
|
-
serialize(input, context) {
|
|
40
|
-
return (0, Aws_restJson1_1.se_GetDatalakeExceptionsExpiryCommand)(input, context);
|
|
41
|
-
}
|
|
42
|
-
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_restJson1_1.de_GetDatalakeExceptionsExpiryCommand)(output, context);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
exports.GetDatalakeExceptionsExpiryCommand = GetDatalakeExceptionsExpiryCommand;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetDatalakeExceptionsSubscriptionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
-
class GetDatalakeExceptionsSubscriptionCommand extends smithy_client_1.Command {
|
|
10
|
-
static getEndpointParameterInstructions() {
|
|
11
|
-
return {
|
|
12
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
-
Region: { type: "builtInParams", name: "region" },
|
|
15
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
constructor(input) {
|
|
19
|
-
super();
|
|
20
|
-
this.input = input;
|
|
21
|
-
}
|
|
22
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
-
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
-
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetDatalakeExceptionsSubscriptionCommand.getEndpointParameterInstructions()));
|
|
25
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
-
const { logger } = configuration;
|
|
27
|
-
const clientName = "SecurityLakeClient";
|
|
28
|
-
const commandName = "GetDatalakeExceptionsSubscriptionCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
};
|
|
36
|
-
const { requestHandler } = configuration;
|
|
37
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
-
}
|
|
39
|
-
serialize(input, context) {
|
|
40
|
-
return (0, Aws_restJson1_1.se_GetDatalakeExceptionsSubscriptionCommand)(input, context);
|
|
41
|
-
}
|
|
42
|
-
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_restJson1_1.de_GetDatalakeExceptionsSubscriptionCommand)(output, context);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
exports.GetDatalakeExceptionsSubscriptionCommand = GetDatalakeExceptionsSubscriptionCommand;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateDatalakeExceptionsExpiryCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
-
class UpdateDatalakeExceptionsExpiryCommand extends smithy_client_1.Command {
|
|
10
|
-
static getEndpointParameterInstructions() {
|
|
11
|
-
return {
|
|
12
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
-
Region: { type: "builtInParams", name: "region" },
|
|
15
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
constructor(input) {
|
|
19
|
-
super();
|
|
20
|
-
this.input = input;
|
|
21
|
-
}
|
|
22
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
-
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
-
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateDatalakeExceptionsExpiryCommand.getEndpointParameterInstructions()));
|
|
25
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
-
const { logger } = configuration;
|
|
27
|
-
const clientName = "SecurityLakeClient";
|
|
28
|
-
const commandName = "UpdateDatalakeExceptionsExpiryCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
};
|
|
36
|
-
const { requestHandler } = configuration;
|
|
37
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
-
}
|
|
39
|
-
serialize(input, context) {
|
|
40
|
-
return (0, Aws_restJson1_1.se_UpdateDatalakeExceptionsExpiryCommand)(input, context);
|
|
41
|
-
}
|
|
42
|
-
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_restJson1_1.de_UpdateDatalakeExceptionsExpiryCommand)(output, context);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
exports.UpdateDatalakeExceptionsExpiryCommand = UpdateDatalakeExceptionsExpiryCommand;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateDatalakeExceptionsSubscriptionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
-
class UpdateDatalakeExceptionsSubscriptionCommand extends smithy_client_1.Command {
|
|
10
|
-
static getEndpointParameterInstructions() {
|
|
11
|
-
return {
|
|
12
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
-
Region: { type: "builtInParams", name: "region" },
|
|
15
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
constructor(input) {
|
|
19
|
-
super();
|
|
20
|
-
this.input = input;
|
|
21
|
-
}
|
|
22
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
-
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
-
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateDatalakeExceptionsSubscriptionCommand.getEndpointParameterInstructions()));
|
|
25
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
-
const { logger } = configuration;
|
|
27
|
-
const clientName = "SecurityLakeClient";
|
|
28
|
-
const commandName = "UpdateDatalakeExceptionsSubscriptionCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
};
|
|
36
|
-
const { requestHandler } = configuration;
|
|
37
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
-
}
|
|
39
|
-
serialize(input, context) {
|
|
40
|
-
return (0, Aws_restJson1_1.se_UpdateDatalakeExceptionsSubscriptionCommand)(input, context);
|
|
41
|
-
}
|
|
42
|
-
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_restJson1_1.de_UpdateDatalakeExceptionsSubscriptionCommand)(output, context);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
exports.UpdateDatalakeExceptionsSubscriptionCommand = UpdateDatalakeExceptionsSubscriptionCommand;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateSubscriptionNotificationConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
-
class UpdateSubscriptionNotificationConfigurationCommand extends smithy_client_1.Command {
|
|
10
|
-
static getEndpointParameterInstructions() {
|
|
11
|
-
return {
|
|
12
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
-
Region: { type: "builtInParams", name: "region" },
|
|
15
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
constructor(input) {
|
|
19
|
-
super();
|
|
20
|
-
this.input = input;
|
|
21
|
-
}
|
|
22
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
-
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
-
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateSubscriptionNotificationConfigurationCommand.getEndpointParameterInstructions()));
|
|
25
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
-
const { logger } = configuration;
|
|
27
|
-
const clientName = "SecurityLakeClient";
|
|
28
|
-
const commandName = "UpdateSubscriptionNotificationConfigurationCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
};
|
|
36
|
-
const { requestHandler } = configuration;
|
|
37
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
-
}
|
|
39
|
-
serialize(input, context) {
|
|
40
|
-
return (0, Aws_restJson1_1.se_UpdateSubscriptionNotificationConfigurationCommand)(input, context);
|
|
41
|
-
}
|
|
42
|
-
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_restJson1_1.de_UpdateSubscriptionNotificationConfigurationCommand)(output, context);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
exports.UpdateSubscriptionNotificationConfigurationCommand = UpdateSubscriptionNotificationConfigurationCommand;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { de_CreateSubscriptionNotificationConfigurationCommand, se_CreateSubscriptionNotificationConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
export { $Command };
|
|
6
|
-
export class CreateSubscriptionNotificationConfigurationCommand extends $Command {
|
|
7
|
-
static getEndpointParameterInstructions() {
|
|
8
|
-
return {
|
|
9
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
-
Region: { type: "builtInParams", name: "region" },
|
|
12
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
constructor(input) {
|
|
16
|
-
super();
|
|
17
|
-
this.input = input;
|
|
18
|
-
}
|
|
19
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
-
this.middlewareStack.use(getEndpointPlugin(configuration, CreateSubscriptionNotificationConfigurationCommand.getEndpointParameterInstructions()));
|
|
22
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
-
const { logger } = configuration;
|
|
24
|
-
const clientName = "SecurityLakeClient";
|
|
25
|
-
const commandName = "CreateSubscriptionNotificationConfigurationCommand";
|
|
26
|
-
const handlerExecutionContext = {
|
|
27
|
-
logger,
|
|
28
|
-
clientName,
|
|
29
|
-
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog: (_) => _,
|
|
32
|
-
};
|
|
33
|
-
const { requestHandler } = configuration;
|
|
34
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
-
}
|
|
36
|
-
serialize(input, context) {
|
|
37
|
-
return se_CreateSubscriptionNotificationConfigurationCommand(input, context);
|
|
38
|
-
}
|
|
39
|
-
deserialize(output, context) {
|
|
40
|
-
return de_CreateSubscriptionNotificationConfigurationCommand(output, context);
|
|
41
|
-
}
|
|
42
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { de_DeleteDatalakeAutoEnableCommand, se_DeleteDatalakeAutoEnableCommand } from "../protocols/Aws_restJson1";
|
|
5
|
-
export { $Command };
|
|
6
|
-
export class DeleteDatalakeAutoEnableCommand extends $Command {
|
|
7
|
-
static getEndpointParameterInstructions() {
|
|
8
|
-
return {
|
|
9
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
-
Region: { type: "builtInParams", name: "region" },
|
|
12
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
constructor(input) {
|
|
16
|
-
super();
|
|
17
|
-
this.input = input;
|
|
18
|
-
}
|
|
19
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
-
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteDatalakeAutoEnableCommand.getEndpointParameterInstructions()));
|
|
22
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
-
const { logger } = configuration;
|
|
24
|
-
const clientName = "SecurityLakeClient";
|
|
25
|
-
const commandName = "DeleteDatalakeAutoEnableCommand";
|
|
26
|
-
const handlerExecutionContext = {
|
|
27
|
-
logger,
|
|
28
|
-
clientName,
|
|
29
|
-
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog: (_) => _,
|
|
32
|
-
};
|
|
33
|
-
const { requestHandler } = configuration;
|
|
34
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
-
}
|
|
36
|
-
serialize(input, context) {
|
|
37
|
-
return se_DeleteDatalakeAutoEnableCommand(input, context);
|
|
38
|
-
}
|
|
39
|
-
deserialize(output, context) {
|
|
40
|
-
return de_DeleteDatalakeAutoEnableCommand(output, context);
|
|
41
|
-
}
|
|
42
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { de_DeleteSubscriptionNotificationConfigurationCommand, se_DeleteSubscriptionNotificationConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
export { $Command };
|
|
6
|
-
export class DeleteSubscriptionNotificationConfigurationCommand extends $Command {
|
|
7
|
-
static getEndpointParameterInstructions() {
|
|
8
|
-
return {
|
|
9
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
-
Region: { type: "builtInParams", name: "region" },
|
|
12
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
constructor(input) {
|
|
16
|
-
super();
|
|
17
|
-
this.input = input;
|
|
18
|
-
}
|
|
19
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
-
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteSubscriptionNotificationConfigurationCommand.getEndpointParameterInstructions()));
|
|
22
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
-
const { logger } = configuration;
|
|
24
|
-
const clientName = "SecurityLakeClient";
|
|
25
|
-
const commandName = "DeleteSubscriptionNotificationConfigurationCommand";
|
|
26
|
-
const handlerExecutionContext = {
|
|
27
|
-
logger,
|
|
28
|
-
clientName,
|
|
29
|
-
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog: (_) => _,
|
|
32
|
-
};
|
|
33
|
-
const { requestHandler } = configuration;
|
|
34
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
-
}
|
|
36
|
-
serialize(input, context) {
|
|
37
|
-
return se_DeleteSubscriptionNotificationConfigurationCommand(input, context);
|
|
38
|
-
}
|
|
39
|
-
deserialize(output, context) {
|
|
40
|
-
return de_DeleteSubscriptionNotificationConfigurationCommand(output, context);
|
|
41
|
-
}
|
|
42
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { de_GetDatalakeAutoEnableCommand, se_GetDatalakeAutoEnableCommand } from "../protocols/Aws_restJson1";
|
|
5
|
-
export { $Command };
|
|
6
|
-
export class GetDatalakeAutoEnableCommand extends $Command {
|
|
7
|
-
static getEndpointParameterInstructions() {
|
|
8
|
-
return {
|
|
9
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
-
Region: { type: "builtInParams", name: "region" },
|
|
12
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
constructor(input) {
|
|
16
|
-
super();
|
|
17
|
-
this.input = input;
|
|
18
|
-
}
|
|
19
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
-
this.middlewareStack.use(getEndpointPlugin(configuration, GetDatalakeAutoEnableCommand.getEndpointParameterInstructions()));
|
|
22
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
-
const { logger } = configuration;
|
|
24
|
-
const clientName = "SecurityLakeClient";
|
|
25
|
-
const commandName = "GetDatalakeAutoEnableCommand";
|
|
26
|
-
const handlerExecutionContext = {
|
|
27
|
-
logger,
|
|
28
|
-
clientName,
|
|
29
|
-
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog: (_) => _,
|
|
32
|
-
};
|
|
33
|
-
const { requestHandler } = configuration;
|
|
34
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
-
}
|
|
36
|
-
serialize(input, context) {
|
|
37
|
-
return se_GetDatalakeAutoEnableCommand(input, context);
|
|
38
|
-
}
|
|
39
|
-
deserialize(output, context) {
|
|
40
|
-
return de_GetDatalakeAutoEnableCommand(output, context);
|
|
41
|
-
}
|
|
42
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { de_UpdateDatalakeExceptionsExpiryCommand, se_UpdateDatalakeExceptionsExpiryCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
export { $Command };
|
|
6
|
-
export class UpdateDatalakeExceptionsExpiryCommand extends $Command {
|
|
7
|
-
static getEndpointParameterInstructions() {
|
|
8
|
-
return {
|
|
9
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
-
Region: { type: "builtInParams", name: "region" },
|
|
12
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
constructor(input) {
|
|
16
|
-
super();
|
|
17
|
-
this.input = input;
|
|
18
|
-
}
|
|
19
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
-
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateDatalakeExceptionsExpiryCommand.getEndpointParameterInstructions()));
|
|
22
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
-
const { logger } = configuration;
|
|
24
|
-
const clientName = "SecurityLakeClient";
|
|
25
|
-
const commandName = "UpdateDatalakeExceptionsExpiryCommand";
|
|
26
|
-
const handlerExecutionContext = {
|
|
27
|
-
logger,
|
|
28
|
-
clientName,
|
|
29
|
-
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog: (_) => _,
|
|
32
|
-
};
|
|
33
|
-
const { requestHandler } = configuration;
|
|
34
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
-
}
|
|
36
|
-
serialize(input, context) {
|
|
37
|
-
return se_UpdateDatalakeExceptionsExpiryCommand(input, context);
|
|
38
|
-
}
|
|
39
|
-
deserialize(output, context) {
|
|
40
|
-
return de_UpdateDatalakeExceptionsExpiryCommand(output, context);
|
|
41
|
-
}
|
|
42
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { de_UpdateSubscriptionNotificationConfigurationCommand, se_UpdateSubscriptionNotificationConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
export { $Command };
|
|
6
|
-
export class UpdateSubscriptionNotificationConfigurationCommand extends $Command {
|
|
7
|
-
static getEndpointParameterInstructions() {
|
|
8
|
-
return {
|
|
9
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
-
Region: { type: "builtInParams", name: "region" },
|
|
12
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
constructor(input) {
|
|
16
|
-
super();
|
|
17
|
-
this.input = input;
|
|
18
|
-
}
|
|
19
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
-
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateSubscriptionNotificationConfigurationCommand.getEndpointParameterInstructions()));
|
|
22
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
-
const { logger } = configuration;
|
|
24
|
-
const clientName = "SecurityLakeClient";
|
|
25
|
-
const commandName = "UpdateSubscriptionNotificationConfigurationCommand";
|
|
26
|
-
const handlerExecutionContext = {
|
|
27
|
-
logger,
|
|
28
|
-
clientName,
|
|
29
|
-
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog: (_) => _,
|
|
32
|
-
};
|
|
33
|
-
const { requestHandler } = configuration;
|
|
34
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
-
}
|
|
36
|
-
serialize(input, context) {
|
|
37
|
-
return se_UpdateSubscriptionNotificationConfigurationCommand(input, context);
|
|
38
|
-
}
|
|
39
|
-
deserialize(output, context) {
|
|
40
|
-
return de_UpdateSubscriptionNotificationConfigurationCommand(output, context);
|
|
41
|
-
}
|
|
42
|
-
}
|