@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
package/dist-es/SecurityLake.js
CHANGED
|
@@ -1,66 +1,62 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { CreateAwsLogSourceCommand, } from "./commands/CreateAwsLogSourceCommand";
|
|
3
3
|
import { CreateCustomLogSourceCommand, } from "./commands/CreateCustomLogSourceCommand";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { CreateDatalakeExceptionsSubscriptionCommand, } from "./commands/CreateDatalakeExceptionsSubscriptionCommand";
|
|
4
|
+
import { CreateDataLakeCommand, } from "./commands/CreateDataLakeCommand";
|
|
5
|
+
import { CreateDataLakeExceptionSubscriptionCommand, } from "./commands/CreateDataLakeExceptionSubscriptionCommand";
|
|
6
|
+
import { CreateDataLakeOrganizationConfigurationCommand, } from "./commands/CreateDataLakeOrganizationConfigurationCommand";
|
|
8
7
|
import { CreateSubscriberCommand, } from "./commands/CreateSubscriberCommand";
|
|
9
|
-
import {
|
|
8
|
+
import { CreateSubscriberNotificationCommand, } from "./commands/CreateSubscriberNotificationCommand";
|
|
10
9
|
import { DeleteAwsLogSourceCommand, } from "./commands/DeleteAwsLogSourceCommand";
|
|
11
10
|
import { DeleteCustomLogSourceCommand, } from "./commands/DeleteCustomLogSourceCommand";
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import { DeleteDatalakeExceptionsSubscriptionCommand, } from "./commands/DeleteDatalakeExceptionsSubscriptionCommand";
|
|
11
|
+
import { DeleteDataLakeCommand, } from "./commands/DeleteDataLakeCommand";
|
|
12
|
+
import { DeleteDataLakeExceptionSubscriptionCommand, } from "./commands/DeleteDataLakeExceptionSubscriptionCommand";
|
|
13
|
+
import { DeleteDataLakeOrganizationConfigurationCommand, } from "./commands/DeleteDataLakeOrganizationConfigurationCommand";
|
|
16
14
|
import { DeleteSubscriberCommand, } from "./commands/DeleteSubscriberCommand";
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import { GetDatalakeStatusCommand, } from "./commands/GetDatalakeStatusCommand";
|
|
15
|
+
import { DeleteSubscriberNotificationCommand, } from "./commands/DeleteSubscriberNotificationCommand";
|
|
16
|
+
import { DeregisterDataLakeDelegatedAdministratorCommand, } from "./commands/DeregisterDataLakeDelegatedAdministratorCommand";
|
|
17
|
+
import { GetDataLakeExceptionSubscriptionCommand, } from "./commands/GetDataLakeExceptionSubscriptionCommand";
|
|
18
|
+
import { GetDataLakeOrganizationConfigurationCommand, } from "./commands/GetDataLakeOrganizationConfigurationCommand";
|
|
19
|
+
import { GetDataLakeSourcesCommand, } from "./commands/GetDataLakeSourcesCommand";
|
|
23
20
|
import { GetSubscriberCommand, } from "./commands/GetSubscriberCommand";
|
|
24
|
-
import {
|
|
21
|
+
import { ListDataLakeExceptionsCommand, } from "./commands/ListDataLakeExceptionsCommand";
|
|
22
|
+
import { ListDataLakesCommand, } from "./commands/ListDataLakesCommand";
|
|
25
23
|
import { ListLogSourcesCommand, } from "./commands/ListLogSourcesCommand";
|
|
26
24
|
import { ListSubscribersCommand, } from "./commands/ListSubscribersCommand";
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
25
|
+
import { RegisterDataLakeDelegatedAdministratorCommand, } from "./commands/RegisterDataLakeDelegatedAdministratorCommand";
|
|
26
|
+
import { UpdateDataLakeCommand, } from "./commands/UpdateDataLakeCommand";
|
|
27
|
+
import { UpdateDataLakeExceptionSubscriptionCommand, } from "./commands/UpdateDataLakeExceptionSubscriptionCommand";
|
|
30
28
|
import { UpdateSubscriberCommand, } from "./commands/UpdateSubscriberCommand";
|
|
31
|
-
import {
|
|
29
|
+
import { UpdateSubscriberNotificationCommand, } from "./commands/UpdateSubscriberNotificationCommand";
|
|
32
30
|
import { SecurityLakeClient } from "./SecurityLakeClient";
|
|
33
31
|
const commands = {
|
|
34
32
|
CreateAwsLogSourceCommand,
|
|
35
33
|
CreateCustomLogSourceCommand,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
CreateDatalakeExceptionsSubscriptionCommand,
|
|
34
|
+
CreateDataLakeCommand,
|
|
35
|
+
CreateDataLakeExceptionSubscriptionCommand,
|
|
36
|
+
CreateDataLakeOrganizationConfigurationCommand,
|
|
40
37
|
CreateSubscriberCommand,
|
|
41
|
-
|
|
38
|
+
CreateSubscriberNotificationCommand,
|
|
42
39
|
DeleteAwsLogSourceCommand,
|
|
43
40
|
DeleteCustomLogSourceCommand,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
DeleteDatalakeExceptionsSubscriptionCommand,
|
|
41
|
+
DeleteDataLakeCommand,
|
|
42
|
+
DeleteDataLakeExceptionSubscriptionCommand,
|
|
43
|
+
DeleteDataLakeOrganizationConfigurationCommand,
|
|
48
44
|
DeleteSubscriberCommand,
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
GetDatalakeStatusCommand,
|
|
45
|
+
DeleteSubscriberNotificationCommand,
|
|
46
|
+
DeregisterDataLakeDelegatedAdministratorCommand,
|
|
47
|
+
GetDataLakeExceptionSubscriptionCommand,
|
|
48
|
+
GetDataLakeOrganizationConfigurationCommand,
|
|
49
|
+
GetDataLakeSourcesCommand,
|
|
55
50
|
GetSubscriberCommand,
|
|
56
|
-
|
|
51
|
+
ListDataLakeExceptionsCommand,
|
|
52
|
+
ListDataLakesCommand,
|
|
57
53
|
ListLogSourcesCommand,
|
|
58
54
|
ListSubscribersCommand,
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
55
|
+
RegisterDataLakeDelegatedAdministratorCommand,
|
|
56
|
+
UpdateDataLakeCommand,
|
|
57
|
+
UpdateDataLakeExceptionSubscriptionCommand,
|
|
62
58
|
UpdateSubscriberCommand,
|
|
63
|
-
|
|
59
|
+
UpdateSubscriberNotificationCommand,
|
|
64
60
|
};
|
|
65
61
|
export class SecurityLake extends SecurityLakeClient {
|
|
66
62
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_CreateDataLakeCommand, se_CreateDataLakeCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
|
-
export class
|
|
6
|
+
export class CreateDataLakeCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
9
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -18,11 +18,11 @@ export class UpdateDatalakeCommand extends $Command {
|
|
|
18
18
|
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
-
this.middlewareStack.use(getEndpointPlugin(configuration,
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateDataLakeCommand.getEndpointParameterInstructions()));
|
|
22
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23
23
|
const { logger } = configuration;
|
|
24
24
|
const clientName = "SecurityLakeClient";
|
|
25
|
-
const commandName = "
|
|
25
|
+
const commandName = "CreateDataLakeCommand";
|
|
26
26
|
const handlerExecutionContext = {
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
@@ -34,9 +34,9 @@ export class UpdateDatalakeCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_CreateDataLakeCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_CreateDataLakeCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_CreateDataLakeExceptionSubscriptionCommand, se_CreateDataLakeExceptionSubscriptionCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
|
-
export class
|
|
6
|
+
export class CreateDataLakeExceptionSubscriptionCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
9
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -18,11 +18,11 @@ export class UpdateDatalakeExceptionsSubscriptionCommand extends $Command {
|
|
|
18
18
|
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
-
this.middlewareStack.use(getEndpointPlugin(configuration,
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateDataLakeExceptionSubscriptionCommand.getEndpointParameterInstructions()));
|
|
22
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23
23
|
const { logger } = configuration;
|
|
24
24
|
const clientName = "SecurityLakeClient";
|
|
25
|
-
const commandName = "
|
|
25
|
+
const commandName = "CreateDataLakeExceptionSubscriptionCommand";
|
|
26
26
|
const handlerExecutionContext = {
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
@@ -34,9 +34,9 @@ export class UpdateDatalakeExceptionsSubscriptionCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_CreateDataLakeExceptionSubscriptionCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_CreateDataLakeExceptionSubscriptionCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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_CreateDataLakeOrganizationConfigurationCommand, se_CreateDataLakeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateDataLakeOrganizationConfigurationCommand 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, CreateDataLakeOrganizationConfigurationCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "SecurityLakeClient";
|
|
25
|
+
const commandName = "CreateDataLakeOrganizationConfigurationCommand";
|
|
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_CreateDataLakeOrganizationConfigurationCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_CreateDataLakeOrganizationConfigurationCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_CreateSubscriberNotificationCommand, se_CreateSubscriberNotificationCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
|
-
export class
|
|
6
|
+
export class CreateSubscriberNotificationCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
9
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -18,11 +18,11 @@ export class DeleteDatalakeDelegatedAdminCommand extends $Command {
|
|
|
18
18
|
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
-
this.middlewareStack.use(getEndpointPlugin(configuration,
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateSubscriberNotificationCommand.getEndpointParameterInstructions()));
|
|
22
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23
23
|
const { logger } = configuration;
|
|
24
24
|
const clientName = "SecurityLakeClient";
|
|
25
|
-
const commandName = "
|
|
25
|
+
const commandName = "CreateSubscriberNotificationCommand";
|
|
26
26
|
const handlerExecutionContext = {
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
@@ -34,9 +34,9 @@ export class DeleteDatalakeDelegatedAdminCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_CreateSubscriberNotificationCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_CreateSubscriberNotificationCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_DeleteDataLakeCommand, se_DeleteDataLakeCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
|
-
export class
|
|
6
|
+
export class DeleteDataLakeCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
9
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -18,11 +18,11 @@ export class CreateDatalakeCommand extends $Command {
|
|
|
18
18
|
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
-
this.middlewareStack.use(getEndpointPlugin(configuration,
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteDataLakeCommand.getEndpointParameterInstructions()));
|
|
22
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23
23
|
const { logger } = configuration;
|
|
24
24
|
const clientName = "SecurityLakeClient";
|
|
25
|
-
const commandName = "
|
|
25
|
+
const commandName = "DeleteDataLakeCommand";
|
|
26
26
|
const handlerExecutionContext = {
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
@@ -34,9 +34,9 @@ export class CreateDatalakeCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_DeleteDataLakeCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_DeleteDataLakeCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_DeleteDataLakeExceptionSubscriptionCommand, se_DeleteDataLakeExceptionSubscriptionCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
|
-
export class
|
|
6
|
+
export class DeleteDataLakeExceptionSubscriptionCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
9
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -18,11 +18,11 @@ export class CreateDatalakeExceptionsSubscriptionCommand extends $Command {
|
|
|
18
18
|
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
-
this.middlewareStack.use(getEndpointPlugin(configuration,
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteDataLakeExceptionSubscriptionCommand.getEndpointParameterInstructions()));
|
|
22
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23
23
|
const { logger } = configuration;
|
|
24
24
|
const clientName = "SecurityLakeClient";
|
|
25
|
-
const commandName = "
|
|
25
|
+
const commandName = "DeleteDataLakeExceptionSubscriptionCommand";
|
|
26
26
|
const handlerExecutionContext = {
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
@@ -34,9 +34,9 @@ export class CreateDatalakeExceptionsSubscriptionCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_DeleteDataLakeExceptionSubscriptionCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_DeleteDataLakeExceptionSubscriptionCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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_DeleteDataLakeOrganizationConfigurationCommand, se_DeleteDataLakeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteDataLakeOrganizationConfigurationCommand 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, DeleteDataLakeOrganizationConfigurationCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "SecurityLakeClient";
|
|
25
|
+
const commandName = "DeleteDataLakeOrganizationConfigurationCommand";
|
|
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_DeleteDataLakeOrganizationConfigurationCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_DeleteDataLakeOrganizationConfigurationCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_DeleteSubscriberNotificationCommand, se_DeleteSubscriberNotificationCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
|
-
export class
|
|
6
|
+
export class DeleteSubscriberNotificationCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
9
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -18,11 +18,11 @@ export class CreateDatalakeDelegatedAdminCommand extends $Command {
|
|
|
18
18
|
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
-
this.middlewareStack.use(getEndpointPlugin(configuration,
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteSubscriberNotificationCommand.getEndpointParameterInstructions()));
|
|
22
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23
23
|
const { logger } = configuration;
|
|
24
24
|
const clientName = "SecurityLakeClient";
|
|
25
|
-
const commandName = "
|
|
25
|
+
const commandName = "DeleteSubscriberNotificationCommand";
|
|
26
26
|
const handlerExecutionContext = {
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
@@ -34,9 +34,9 @@ export class CreateDatalakeDelegatedAdminCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_DeleteSubscriberNotificationCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_DeleteSubscriberNotificationCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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_DeregisterDataLakeDelegatedAdministratorCommand, se_DeregisterDataLakeDelegatedAdministratorCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeregisterDataLakeDelegatedAdministratorCommand 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, DeregisterDataLakeDelegatedAdministratorCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "SecurityLakeClient";
|
|
25
|
+
const commandName = "DeregisterDataLakeDelegatedAdministratorCommand";
|
|
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_DeregisterDataLakeDelegatedAdministratorCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_DeregisterDataLakeDelegatedAdministratorCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_GetDataLakeExceptionSubscriptionCommand, se_GetDataLakeExceptionSubscriptionCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
|
-
export class
|
|
6
|
+
export class GetDataLakeExceptionSubscriptionCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
9
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -18,11 +18,11 @@ export class GetDatalakeExceptionsSubscriptionCommand extends $Command {
|
|
|
18
18
|
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
-
this.middlewareStack.use(getEndpointPlugin(configuration,
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetDataLakeExceptionSubscriptionCommand.getEndpointParameterInstructions()));
|
|
22
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23
23
|
const { logger } = configuration;
|
|
24
24
|
const clientName = "SecurityLakeClient";
|
|
25
|
-
const commandName = "
|
|
25
|
+
const commandName = "GetDataLakeExceptionSubscriptionCommand";
|
|
26
26
|
const handlerExecutionContext = {
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
@@ -34,9 +34,9 @@ export class GetDatalakeExceptionsSubscriptionCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_GetDataLakeExceptionSubscriptionCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_GetDataLakeExceptionSubscriptionCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_GetDataLakeOrganizationConfigurationCommand, se_GetDataLakeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
|
-
export class
|
|
6
|
+
export class GetDataLakeOrganizationConfigurationCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
9
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -18,11 +18,11 @@ export class DeleteDatalakeExceptionsSubscriptionCommand extends $Command {
|
|
|
18
18
|
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
-
this.middlewareStack.use(getEndpointPlugin(configuration,
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetDataLakeOrganizationConfigurationCommand.getEndpointParameterInstructions()));
|
|
22
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23
23
|
const { logger } = configuration;
|
|
24
24
|
const clientName = "SecurityLakeClient";
|
|
25
|
-
const commandName = "
|
|
25
|
+
const commandName = "GetDataLakeOrganizationConfigurationCommand";
|
|
26
26
|
const handlerExecutionContext = {
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
@@ -34,9 +34,9 @@ export class DeleteDatalakeExceptionsSubscriptionCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_GetDataLakeOrganizationConfigurationCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_GetDataLakeOrganizationConfigurationCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_GetDataLakeSourcesCommand, se_GetDataLakeSourcesCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
|
-
export class
|
|
6
|
+
export class GetDataLakeSourcesCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
9
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -18,11 +18,11 @@ export class GetDatalakeStatusCommand extends $Command {
|
|
|
18
18
|
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
-
this.middlewareStack.use(getEndpointPlugin(configuration,
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetDataLakeSourcesCommand.getEndpointParameterInstructions()));
|
|
22
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23
23
|
const { logger } = configuration;
|
|
24
24
|
const clientName = "SecurityLakeClient";
|
|
25
|
-
const commandName = "
|
|
25
|
+
const commandName = "GetDataLakeSourcesCommand";
|
|
26
26
|
const handlerExecutionContext = {
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
@@ -34,9 +34,9 @@ export class GetDatalakeStatusCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_GetDataLakeSourcesCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_GetDataLakeSourcesCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
package/dist-es/commands/{ListDatalakeExceptionsCommand.js → ListDataLakeExceptionsCommand.js}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_ListDataLakeExceptionsCommand, se_ListDataLakeExceptionsCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export { $Command };
|
|
6
|
-
export class
|
|
6
|
+
export class ListDataLakeExceptionsCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
9
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -18,11 +18,11 @@ export class ListDatalakeExceptionsCommand extends $Command {
|
|
|
18
18
|
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
-
this.middlewareStack.use(getEndpointPlugin(configuration,
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListDataLakeExceptionsCommand.getEndpointParameterInstructions()));
|
|
22
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
23
23
|
const { logger } = configuration;
|
|
24
24
|
const clientName = "SecurityLakeClient";
|
|
25
|
-
const commandName = "
|
|
25
|
+
const commandName = "ListDataLakeExceptionsCommand";
|
|
26
26
|
const handlerExecutionContext = {
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
@@ -34,9 +34,9 @@ export class ListDatalakeExceptionsCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_ListDataLakeExceptionsCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_ListDataLakeExceptionsCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|