@aws-sdk/client-securitylake 3.341.0 → 3.344.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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetDataLakeSourcesCommandInput, GetDataLakeSourcesCommandOutput } from "../commands/GetDataLakeSourcesCommand";
|
|
3
|
+
import { SecurityLakePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateGetDataLakeSources(config: SecurityLakePaginationConfiguration, input: GetDataLakeSourcesCommandInput, ...additionalArguments: any): Paginator<GetDataLakeSourcesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListDataLakeExceptionsCommandInput, ListDataLakeExceptionsCommandOutput } from "../commands/ListDataLakeExceptionsCommand";
|
|
3
|
+
import { SecurityLakePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListDataLakeExceptions(config: SecurityLakePaginationConfiguration, input: ListDataLakeExceptionsCommandInput, ...additionalArguments: any): Paginator<ListDataLakeExceptionsCommandOutput>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./
|
|
1
|
+
export * from "./GetDataLakeSourcesPaginator";
|
|
2
2
|
export * from "./Interfaces";
|
|
3
|
-
export * from "./
|
|
3
|
+
export * from "./ListDataLakeExceptionsPaginator";
|
|
4
4
|
export * from "./ListLogSourcesPaginator";
|
|
5
5
|
export * from "./ListSubscribersPaginator";
|
|
@@ -2,34 +2,32 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@s
|
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
3
|
import { CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput } from "../commands/CreateAwsLogSourceCommand";
|
|
4
4
|
import { CreateCustomLogSourceCommandInput, CreateCustomLogSourceCommandOutput } from "../commands/CreateCustomLogSourceCommand";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { CreateDatalakeExceptionsSubscriptionCommandInput, CreateDatalakeExceptionsSubscriptionCommandOutput } from "../commands/CreateDatalakeExceptionsSubscriptionCommand";
|
|
5
|
+
import { CreateDataLakeCommandInput, CreateDataLakeCommandOutput } from "../commands/CreateDataLakeCommand";
|
|
6
|
+
import { CreateDataLakeExceptionSubscriptionCommandInput, CreateDataLakeExceptionSubscriptionCommandOutput } from "../commands/CreateDataLakeExceptionSubscriptionCommand";
|
|
7
|
+
import { CreateDataLakeOrganizationConfigurationCommandInput, CreateDataLakeOrganizationConfigurationCommandOutput } from "../commands/CreateDataLakeOrganizationConfigurationCommand";
|
|
9
8
|
import { CreateSubscriberCommandInput, CreateSubscriberCommandOutput } from "../commands/CreateSubscriberCommand";
|
|
10
|
-
import {
|
|
9
|
+
import { CreateSubscriberNotificationCommandInput, CreateSubscriberNotificationCommandOutput } from "../commands/CreateSubscriberNotificationCommand";
|
|
11
10
|
import { DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput } from "../commands/DeleteAwsLogSourceCommand";
|
|
12
11
|
import { DeleteCustomLogSourceCommandInput, DeleteCustomLogSourceCommandOutput } from "../commands/DeleteCustomLogSourceCommand";
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import { DeleteDatalakeExceptionsSubscriptionCommandInput, DeleteDatalakeExceptionsSubscriptionCommandOutput } from "../commands/DeleteDatalakeExceptionsSubscriptionCommand";
|
|
12
|
+
import { DeleteDataLakeCommandInput, DeleteDataLakeCommandOutput } from "../commands/DeleteDataLakeCommand";
|
|
13
|
+
import { DeleteDataLakeExceptionSubscriptionCommandInput, DeleteDataLakeExceptionSubscriptionCommandOutput } from "../commands/DeleteDataLakeExceptionSubscriptionCommand";
|
|
14
|
+
import { DeleteDataLakeOrganizationConfigurationCommandInput, DeleteDataLakeOrganizationConfigurationCommandOutput } from "../commands/DeleteDataLakeOrganizationConfigurationCommand";
|
|
17
15
|
import { DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput } from "../commands/DeleteSubscriberCommand";
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import { GetDatalakeStatusCommandInput, GetDatalakeStatusCommandOutput } from "../commands/GetDatalakeStatusCommand";
|
|
16
|
+
import { DeleteSubscriberNotificationCommandInput, DeleteSubscriberNotificationCommandOutput } from "../commands/DeleteSubscriberNotificationCommand";
|
|
17
|
+
import { DeregisterDataLakeDelegatedAdministratorCommandInput, DeregisterDataLakeDelegatedAdministratorCommandOutput } from "../commands/DeregisterDataLakeDelegatedAdministratorCommand";
|
|
18
|
+
import { GetDataLakeExceptionSubscriptionCommandInput, GetDataLakeExceptionSubscriptionCommandOutput } from "../commands/GetDataLakeExceptionSubscriptionCommand";
|
|
19
|
+
import { GetDataLakeOrganizationConfigurationCommandInput, GetDataLakeOrganizationConfigurationCommandOutput } from "../commands/GetDataLakeOrganizationConfigurationCommand";
|
|
20
|
+
import { GetDataLakeSourcesCommandInput, GetDataLakeSourcesCommandOutput } from "../commands/GetDataLakeSourcesCommand";
|
|
24
21
|
import { GetSubscriberCommandInput, GetSubscriberCommandOutput } from "../commands/GetSubscriberCommand";
|
|
25
|
-
import {
|
|
22
|
+
import { ListDataLakeExceptionsCommandInput, ListDataLakeExceptionsCommandOutput } from "../commands/ListDataLakeExceptionsCommand";
|
|
23
|
+
import { ListDataLakesCommandInput, ListDataLakesCommandOutput } from "../commands/ListDataLakesCommand";
|
|
26
24
|
import { ListLogSourcesCommandInput, ListLogSourcesCommandOutput } from "../commands/ListLogSourcesCommand";
|
|
27
25
|
import { ListSubscribersCommandInput, ListSubscribersCommandOutput } from "../commands/ListSubscribersCommand";
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
26
|
+
import { RegisterDataLakeDelegatedAdministratorCommandInput, RegisterDataLakeDelegatedAdministratorCommandOutput } from "../commands/RegisterDataLakeDelegatedAdministratorCommand";
|
|
27
|
+
import { UpdateDataLakeCommandInput, UpdateDataLakeCommandOutput } from "../commands/UpdateDataLakeCommand";
|
|
28
|
+
import { UpdateDataLakeExceptionSubscriptionCommandInput, UpdateDataLakeExceptionSubscriptionCommandOutput } from "../commands/UpdateDataLakeExceptionSubscriptionCommand";
|
|
31
29
|
import { UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput } from "../commands/UpdateSubscriberCommand";
|
|
32
|
-
import {
|
|
30
|
+
import { UpdateSubscriberNotificationCommandInput, UpdateSubscriberNotificationCommandOutput } from "../commands/UpdateSubscriberNotificationCommand";
|
|
33
31
|
/**
|
|
34
32
|
* serializeAws_restJson1CreateAwsLogSourceCommand
|
|
35
33
|
*/
|
|
@@ -39,29 +37,25 @@ export declare const se_CreateAwsLogSourceCommand: (input: CreateAwsLogSourceCom
|
|
|
39
37
|
*/
|
|
40
38
|
export declare const se_CreateCustomLogSourceCommand: (input: CreateCustomLogSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
39
|
/**
|
|
42
|
-
*
|
|
40
|
+
* serializeAws_restJson1CreateDataLakeCommand
|
|
43
41
|
*/
|
|
44
|
-
export declare const
|
|
42
|
+
export declare const se_CreateDataLakeCommand: (input: CreateDataLakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
43
|
/**
|
|
46
|
-
*
|
|
44
|
+
* serializeAws_restJson1CreateDataLakeExceptionSubscriptionCommand
|
|
47
45
|
*/
|
|
48
|
-
export declare const
|
|
46
|
+
export declare const se_CreateDataLakeExceptionSubscriptionCommand: (input: CreateDataLakeExceptionSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
47
|
/**
|
|
50
|
-
*
|
|
48
|
+
* serializeAws_restJson1CreateDataLakeOrganizationConfigurationCommand
|
|
51
49
|
*/
|
|
52
|
-
export declare const
|
|
53
|
-
/**
|
|
54
|
-
* serializeAws_restJson1CreateDatalakeExceptionsSubscriptionCommand
|
|
55
|
-
*/
|
|
56
|
-
export declare const se_CreateDatalakeExceptionsSubscriptionCommand: (input: CreateDatalakeExceptionsSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
export declare const se_CreateDataLakeOrganizationConfigurationCommand: (input: CreateDataLakeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
51
|
/**
|
|
58
52
|
* serializeAws_restJson1CreateSubscriberCommand
|
|
59
53
|
*/
|
|
60
54
|
export declare const se_CreateSubscriberCommand: (input: CreateSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
55
|
/**
|
|
62
|
-
*
|
|
56
|
+
* serializeAws_restJson1CreateSubscriberNotificationCommand
|
|
63
57
|
*/
|
|
64
|
-
export declare const
|
|
58
|
+
export declare const se_CreateSubscriberNotificationCommand: (input: CreateSubscriberNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
59
|
/**
|
|
66
60
|
* serializeAws_restJson1DeleteAwsLogSourceCommand
|
|
67
61
|
*/
|
|
@@ -71,57 +65,53 @@ export declare const se_DeleteAwsLogSourceCommand: (input: DeleteAwsLogSourceCom
|
|
|
71
65
|
*/
|
|
72
66
|
export declare const se_DeleteCustomLogSourceCommand: (input: DeleteCustomLogSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
67
|
/**
|
|
74
|
-
*
|
|
75
|
-
*/
|
|
76
|
-
export declare const se_DeleteDatalakeCommand: (input: DeleteDatalakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
/**
|
|
78
|
-
* serializeAws_restJson1DeleteDatalakeAutoEnableCommand
|
|
68
|
+
* serializeAws_restJson1DeleteDataLakeCommand
|
|
79
69
|
*/
|
|
80
|
-
export declare const
|
|
70
|
+
export declare const se_DeleteDataLakeCommand: (input: DeleteDataLakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
71
|
/**
|
|
82
|
-
*
|
|
72
|
+
* serializeAws_restJson1DeleteDataLakeExceptionSubscriptionCommand
|
|
83
73
|
*/
|
|
84
|
-
export declare const
|
|
74
|
+
export declare const se_DeleteDataLakeExceptionSubscriptionCommand: (input: DeleteDataLakeExceptionSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
75
|
/**
|
|
86
|
-
*
|
|
76
|
+
* serializeAws_restJson1DeleteDataLakeOrganizationConfigurationCommand
|
|
87
77
|
*/
|
|
88
|
-
export declare const
|
|
78
|
+
export declare const se_DeleteDataLakeOrganizationConfigurationCommand: (input: DeleteDataLakeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
79
|
/**
|
|
90
80
|
* serializeAws_restJson1DeleteSubscriberCommand
|
|
91
81
|
*/
|
|
92
82
|
export declare const se_DeleteSubscriberCommand: (input: DeleteSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
83
|
/**
|
|
94
|
-
*
|
|
84
|
+
* serializeAws_restJson1DeleteSubscriberNotificationCommand
|
|
95
85
|
*/
|
|
96
|
-
export declare const
|
|
86
|
+
export declare const se_DeleteSubscriberNotificationCommand: (input: DeleteSubscriberNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
87
|
/**
|
|
98
|
-
*
|
|
88
|
+
* serializeAws_restJson1DeregisterDataLakeDelegatedAdministratorCommand
|
|
99
89
|
*/
|
|
100
|
-
export declare const
|
|
90
|
+
export declare const se_DeregisterDataLakeDelegatedAdministratorCommand: (input: DeregisterDataLakeDelegatedAdministratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
91
|
/**
|
|
102
|
-
*
|
|
92
|
+
* serializeAws_restJson1GetDataLakeExceptionSubscriptionCommand
|
|
103
93
|
*/
|
|
104
|
-
export declare const
|
|
94
|
+
export declare const se_GetDataLakeExceptionSubscriptionCommand: (input: GetDataLakeExceptionSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
95
|
/**
|
|
106
|
-
*
|
|
96
|
+
* serializeAws_restJson1GetDataLakeOrganizationConfigurationCommand
|
|
107
97
|
*/
|
|
108
|
-
export declare const
|
|
98
|
+
export declare const se_GetDataLakeOrganizationConfigurationCommand: (input: GetDataLakeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
99
|
/**
|
|
110
|
-
*
|
|
100
|
+
* serializeAws_restJson1GetDataLakeSourcesCommand
|
|
111
101
|
*/
|
|
112
|
-
export declare const
|
|
113
|
-
/**
|
|
114
|
-
* serializeAws_restJson1GetDatalakeStatusCommand
|
|
115
|
-
*/
|
|
116
|
-
export declare const se_GetDatalakeStatusCommand: (input: GetDatalakeStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
export declare const se_GetDataLakeSourcesCommand: (input: GetDataLakeSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
103
|
/**
|
|
118
104
|
* serializeAws_restJson1GetSubscriberCommand
|
|
119
105
|
*/
|
|
120
106
|
export declare const se_GetSubscriberCommand: (input: GetSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
107
|
/**
|
|
122
|
-
*
|
|
108
|
+
* serializeAws_restJson1ListDataLakeExceptionsCommand
|
|
109
|
+
*/
|
|
110
|
+
export declare const se_ListDataLakeExceptionsCommand: (input: ListDataLakeExceptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
/**
|
|
112
|
+
* serializeAws_restJson1ListDataLakesCommand
|
|
123
113
|
*/
|
|
124
|
-
export declare const
|
|
114
|
+
export declare const se_ListDataLakesCommand: (input: ListDataLakesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
115
|
/**
|
|
126
116
|
* serializeAws_restJson1ListLogSourcesCommand
|
|
127
117
|
*/
|
|
@@ -131,25 +121,25 @@ export declare const se_ListLogSourcesCommand: (input: ListLogSourcesCommandInpu
|
|
|
131
121
|
*/
|
|
132
122
|
export declare const se_ListSubscribersCommand: (input: ListSubscribersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
123
|
/**
|
|
134
|
-
*
|
|
124
|
+
* serializeAws_restJson1RegisterDataLakeDelegatedAdministratorCommand
|
|
135
125
|
*/
|
|
136
|
-
export declare const
|
|
126
|
+
export declare const se_RegisterDataLakeDelegatedAdministratorCommand: (input: RegisterDataLakeDelegatedAdministratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
127
|
/**
|
|
138
|
-
*
|
|
128
|
+
* serializeAws_restJson1UpdateDataLakeCommand
|
|
139
129
|
*/
|
|
140
|
-
export declare const
|
|
130
|
+
export declare const se_UpdateDataLakeCommand: (input: UpdateDataLakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
131
|
/**
|
|
142
|
-
*
|
|
132
|
+
* serializeAws_restJson1UpdateDataLakeExceptionSubscriptionCommand
|
|
143
133
|
*/
|
|
144
|
-
export declare const
|
|
134
|
+
export declare const se_UpdateDataLakeExceptionSubscriptionCommand: (input: UpdateDataLakeExceptionSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
135
|
/**
|
|
146
136
|
* serializeAws_restJson1UpdateSubscriberCommand
|
|
147
137
|
*/
|
|
148
138
|
export declare const se_UpdateSubscriberCommand: (input: UpdateSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
139
|
/**
|
|
150
|
-
*
|
|
140
|
+
* serializeAws_restJson1UpdateSubscriberNotificationCommand
|
|
151
141
|
*/
|
|
152
|
-
export declare const
|
|
142
|
+
export declare const se_UpdateSubscriberNotificationCommand: (input: UpdateSubscriberNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
143
|
/**
|
|
154
144
|
* deserializeAws_restJson1CreateAwsLogSourceCommand
|
|
155
145
|
*/
|
|
@@ -159,29 +149,25 @@ export declare const de_CreateAwsLogSourceCommand: (output: __HttpResponse, cont
|
|
|
159
149
|
*/
|
|
160
150
|
export declare const de_CreateCustomLogSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomLogSourceCommandOutput>;
|
|
161
151
|
/**
|
|
162
|
-
*
|
|
152
|
+
* deserializeAws_restJson1CreateDataLakeCommand
|
|
163
153
|
*/
|
|
164
|
-
export declare const
|
|
154
|
+
export declare const de_CreateDataLakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataLakeCommandOutput>;
|
|
165
155
|
/**
|
|
166
|
-
*
|
|
156
|
+
* deserializeAws_restJson1CreateDataLakeExceptionSubscriptionCommand
|
|
167
157
|
*/
|
|
168
|
-
export declare const
|
|
158
|
+
export declare const de_CreateDataLakeExceptionSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataLakeExceptionSubscriptionCommandOutput>;
|
|
169
159
|
/**
|
|
170
|
-
*
|
|
160
|
+
* deserializeAws_restJson1CreateDataLakeOrganizationConfigurationCommand
|
|
171
161
|
*/
|
|
172
|
-
export declare const
|
|
173
|
-
/**
|
|
174
|
-
* deserializeAws_restJson1CreateDatalakeExceptionsSubscriptionCommand
|
|
175
|
-
*/
|
|
176
|
-
export declare const de_CreateDatalakeExceptionsSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatalakeExceptionsSubscriptionCommandOutput>;
|
|
162
|
+
export declare const de_CreateDataLakeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataLakeOrganizationConfigurationCommandOutput>;
|
|
177
163
|
/**
|
|
178
164
|
* deserializeAws_restJson1CreateSubscriberCommand
|
|
179
165
|
*/
|
|
180
166
|
export declare const de_CreateSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriberCommandOutput>;
|
|
181
167
|
/**
|
|
182
|
-
*
|
|
168
|
+
* deserializeAws_restJson1CreateSubscriberNotificationCommand
|
|
183
169
|
*/
|
|
184
|
-
export declare const
|
|
170
|
+
export declare const de_CreateSubscriberNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriberNotificationCommandOutput>;
|
|
185
171
|
/**
|
|
186
172
|
* deserializeAws_restJson1DeleteAwsLogSourceCommand
|
|
187
173
|
*/
|
|
@@ -191,57 +177,53 @@ export declare const de_DeleteAwsLogSourceCommand: (output: __HttpResponse, cont
|
|
|
191
177
|
*/
|
|
192
178
|
export declare const de_DeleteCustomLogSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomLogSourceCommandOutput>;
|
|
193
179
|
/**
|
|
194
|
-
*
|
|
195
|
-
*/
|
|
196
|
-
export declare const de_DeleteDatalakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatalakeCommandOutput>;
|
|
197
|
-
/**
|
|
198
|
-
* deserializeAws_restJson1DeleteDatalakeAutoEnableCommand
|
|
180
|
+
* deserializeAws_restJson1DeleteDataLakeCommand
|
|
199
181
|
*/
|
|
200
|
-
export declare const
|
|
182
|
+
export declare const de_DeleteDataLakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataLakeCommandOutput>;
|
|
201
183
|
/**
|
|
202
|
-
*
|
|
184
|
+
* deserializeAws_restJson1DeleteDataLakeExceptionSubscriptionCommand
|
|
203
185
|
*/
|
|
204
|
-
export declare const
|
|
186
|
+
export declare const de_DeleteDataLakeExceptionSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataLakeExceptionSubscriptionCommandOutput>;
|
|
205
187
|
/**
|
|
206
|
-
*
|
|
188
|
+
* deserializeAws_restJson1DeleteDataLakeOrganizationConfigurationCommand
|
|
207
189
|
*/
|
|
208
|
-
export declare const
|
|
190
|
+
export declare const de_DeleteDataLakeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataLakeOrganizationConfigurationCommandOutput>;
|
|
209
191
|
/**
|
|
210
192
|
* deserializeAws_restJson1DeleteSubscriberCommand
|
|
211
193
|
*/
|
|
212
194
|
export declare const de_DeleteSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriberCommandOutput>;
|
|
213
195
|
/**
|
|
214
|
-
*
|
|
196
|
+
* deserializeAws_restJson1DeleteSubscriberNotificationCommand
|
|
215
197
|
*/
|
|
216
|
-
export declare const
|
|
198
|
+
export declare const de_DeleteSubscriberNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriberNotificationCommandOutput>;
|
|
217
199
|
/**
|
|
218
|
-
*
|
|
200
|
+
* deserializeAws_restJson1DeregisterDataLakeDelegatedAdministratorCommand
|
|
219
201
|
*/
|
|
220
|
-
export declare const
|
|
202
|
+
export declare const de_DeregisterDataLakeDelegatedAdministratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterDataLakeDelegatedAdministratorCommandOutput>;
|
|
221
203
|
/**
|
|
222
|
-
*
|
|
204
|
+
* deserializeAws_restJson1GetDataLakeExceptionSubscriptionCommand
|
|
223
205
|
*/
|
|
224
|
-
export declare const
|
|
206
|
+
export declare const de_GetDataLakeExceptionSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataLakeExceptionSubscriptionCommandOutput>;
|
|
225
207
|
/**
|
|
226
|
-
*
|
|
208
|
+
* deserializeAws_restJson1GetDataLakeOrganizationConfigurationCommand
|
|
227
209
|
*/
|
|
228
|
-
export declare const
|
|
210
|
+
export declare const de_GetDataLakeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataLakeOrganizationConfigurationCommandOutput>;
|
|
229
211
|
/**
|
|
230
|
-
*
|
|
212
|
+
* deserializeAws_restJson1GetDataLakeSourcesCommand
|
|
231
213
|
*/
|
|
232
|
-
export declare const
|
|
233
|
-
/**
|
|
234
|
-
* deserializeAws_restJson1GetDatalakeStatusCommand
|
|
235
|
-
*/
|
|
236
|
-
export declare const de_GetDatalakeStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatalakeStatusCommandOutput>;
|
|
214
|
+
export declare const de_GetDataLakeSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataLakeSourcesCommandOutput>;
|
|
237
215
|
/**
|
|
238
216
|
* deserializeAws_restJson1GetSubscriberCommand
|
|
239
217
|
*/
|
|
240
218
|
export declare const de_GetSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriberCommandOutput>;
|
|
241
219
|
/**
|
|
242
|
-
*
|
|
220
|
+
* deserializeAws_restJson1ListDataLakeExceptionsCommand
|
|
221
|
+
*/
|
|
222
|
+
export declare const de_ListDataLakeExceptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataLakeExceptionsCommandOutput>;
|
|
223
|
+
/**
|
|
224
|
+
* deserializeAws_restJson1ListDataLakesCommand
|
|
243
225
|
*/
|
|
244
|
-
export declare const
|
|
226
|
+
export declare const de_ListDataLakesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataLakesCommandOutput>;
|
|
245
227
|
/**
|
|
246
228
|
* deserializeAws_restJson1ListLogSourcesCommand
|
|
247
229
|
*/
|
|
@@ -251,22 +233,22 @@ export declare const de_ListLogSourcesCommand: (output: __HttpResponse, context:
|
|
|
251
233
|
*/
|
|
252
234
|
export declare const de_ListSubscribersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscribersCommandOutput>;
|
|
253
235
|
/**
|
|
254
|
-
*
|
|
236
|
+
* deserializeAws_restJson1RegisterDataLakeDelegatedAdministratorCommand
|
|
255
237
|
*/
|
|
256
|
-
export declare const
|
|
238
|
+
export declare const de_RegisterDataLakeDelegatedAdministratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterDataLakeDelegatedAdministratorCommandOutput>;
|
|
257
239
|
/**
|
|
258
|
-
*
|
|
240
|
+
* deserializeAws_restJson1UpdateDataLakeCommand
|
|
259
241
|
*/
|
|
260
|
-
export declare const
|
|
242
|
+
export declare const de_UpdateDataLakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataLakeCommandOutput>;
|
|
261
243
|
/**
|
|
262
|
-
*
|
|
244
|
+
* deserializeAws_restJson1UpdateDataLakeExceptionSubscriptionCommand
|
|
263
245
|
*/
|
|
264
|
-
export declare const
|
|
246
|
+
export declare const de_UpdateDataLakeExceptionSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataLakeExceptionSubscriptionCommandOutput>;
|
|
265
247
|
/**
|
|
266
248
|
* deserializeAws_restJson1UpdateSubscriberCommand
|
|
267
249
|
*/
|
|
268
250
|
export declare const de_UpdateSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriberCommandOutput>;
|
|
269
251
|
/**
|
|
270
|
-
*
|
|
252
|
+
* deserializeAws_restJson1UpdateSubscriberNotificationCommand
|
|
271
253
|
*/
|
|
272
|
-
export declare const
|
|
254
|
+
export declare const de_UpdateSubscriberNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriberNotificationCommandOutput>;
|