@aws-sdk/client-securitylake 3.220.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/LICENSE +201 -0
- package/README.md +219 -0
- package/dist-cjs/SecurityLake.js +457 -0
- package/dist-cjs/SecurityLakeClient.js +40 -0
- package/dist-cjs/commands/CreateAwsLogSourceCommand.js +46 -0
- package/dist-cjs/commands/CreateCustomLogSourceCommand.js +46 -0
- package/dist-cjs/commands/CreateDatalakeAutoEnableCommand.js +46 -0
- package/dist-cjs/commands/CreateDatalakeCommand.js +46 -0
- package/dist-cjs/commands/CreateDatalakeDelegatedAdminCommand.js +46 -0
- package/dist-cjs/commands/CreateDatalakeExceptionsSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/CreateSubscriberCommand.js +46 -0
- package/dist-cjs/commands/CreateSubscriptionNotificationConfigurationCommand.js +46 -0
- package/dist-cjs/commands/DeleteAwsLogSourceCommand.js +46 -0
- package/dist-cjs/commands/DeleteCustomLogSourceCommand.js +46 -0
- package/dist-cjs/commands/DeleteDatalakeAutoEnableCommand.js +46 -0
- package/dist-cjs/commands/DeleteDatalakeCommand.js +46 -0
- package/dist-cjs/commands/DeleteDatalakeDelegatedAdminCommand.js +46 -0
- package/dist-cjs/commands/DeleteDatalakeExceptionsSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/DeleteSubscriberCommand.js +46 -0
- package/dist-cjs/commands/DeleteSubscriptionNotificationConfigurationCommand.js +46 -0
- package/dist-cjs/commands/GetDatalakeAutoEnableCommand.js +46 -0
- package/dist-cjs/commands/GetDatalakeCommand.js +46 -0
- package/dist-cjs/commands/GetDatalakeExceptionsExpiryCommand.js +46 -0
- package/dist-cjs/commands/GetDatalakeExceptionsSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/GetDatalakeStatusCommand.js +46 -0
- package/dist-cjs/commands/GetSubscriberCommand.js +46 -0
- package/dist-cjs/commands/ListDatalakeExceptionsCommand.js +46 -0
- package/dist-cjs/commands/ListLogSourcesCommand.js +46 -0
- package/dist-cjs/commands/ListSubscribersCommand.js +46 -0
- package/dist-cjs/commands/UpdateDatalakeCommand.js +46 -0
- package/dist-cjs/commands/UpdateDatalakeExceptionsExpiryCommand.js +46 -0
- package/dist-cjs/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +46 -0
- package/dist-cjs/commands/UpdateSubscriberCommand.js +46 -0
- package/dist-cjs/commands/UpdateSubscriptionNotificationConfigurationCommand.js +46 -0
- package/dist-cjs/commands/index.js +33 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +312 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/SecurityLakeServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +652 -0
- package/dist-cjs/pagination/GetDatalakeStatusPaginator.js +36 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListDatalakeExceptionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListLogSourcesPaginator.js +36 -0
- package/dist-cjs/pagination/ListSubscribersPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2809 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.js +50 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +18 -0
- package/dist-es/SecurityLake.js +453 -0
- package/dist-es/SecurityLakeClient.js +36 -0
- package/dist-es/commands/CreateAwsLogSourceCommand.js +42 -0
- package/dist-es/commands/CreateCustomLogSourceCommand.js +42 -0
- package/dist-es/commands/CreateDatalakeAutoEnableCommand.js +42 -0
- package/dist-es/commands/CreateDatalakeCommand.js +42 -0
- package/dist-es/commands/CreateDatalakeDelegatedAdminCommand.js +42 -0
- package/dist-es/commands/CreateDatalakeExceptionsSubscriptionCommand.js +42 -0
- package/dist-es/commands/CreateSubscriberCommand.js +42 -0
- package/dist-es/commands/CreateSubscriptionNotificationConfigurationCommand.js +42 -0
- package/dist-es/commands/DeleteAwsLogSourceCommand.js +42 -0
- package/dist-es/commands/DeleteCustomLogSourceCommand.js +42 -0
- package/dist-es/commands/DeleteDatalakeAutoEnableCommand.js +42 -0
- package/dist-es/commands/DeleteDatalakeCommand.js +42 -0
- package/dist-es/commands/DeleteDatalakeDelegatedAdminCommand.js +42 -0
- package/dist-es/commands/DeleteDatalakeExceptionsSubscriptionCommand.js +42 -0
- package/dist-es/commands/DeleteSubscriberCommand.js +42 -0
- package/dist-es/commands/DeleteSubscriptionNotificationConfigurationCommand.js +42 -0
- package/dist-es/commands/GetDatalakeAutoEnableCommand.js +42 -0
- package/dist-es/commands/GetDatalakeCommand.js +42 -0
- package/dist-es/commands/GetDatalakeExceptionsExpiryCommand.js +42 -0
- package/dist-es/commands/GetDatalakeExceptionsSubscriptionCommand.js +42 -0
- package/dist-es/commands/GetDatalakeStatusCommand.js +42 -0
- package/dist-es/commands/GetSubscriberCommand.js +42 -0
- package/dist-es/commands/ListDatalakeExceptionsCommand.js +42 -0
- package/dist-es/commands/ListLogSourcesCommand.js +42 -0
- package/dist-es/commands/ListSubscribersCommand.js +42 -0
- package/dist-es/commands/UpdateDatalakeCommand.js +42 -0
- package/dist-es/commands/UpdateDatalakeExceptionsExpiryCommand.js +42 -0
- package/dist-es/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +42 -0
- package/dist-es/commands/UpdateSubscriberCommand.js +42 -0
- package/dist-es/commands/UpdateSubscriptionNotificationConfigurationCommand.js +42 -0
- package/dist-es/commands/index.js +30 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +309 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/SecurityLakeServiceException.js +7 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +560 -0
- package/dist-es/pagination/GetDatalakeStatusPaginator.js +32 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListDatalakeExceptionsPaginator.js +32 -0
- package/dist-es/pagination/ListLogSourcesPaginator.js +32 -0
- package/dist-es/pagination/ListSubscribersPaginator.js +32 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +2745 -0
- package/dist-es/runtimeConfig.browser.js +37 -0
- package/dist-es/runtimeConfig.js +45 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-types/SecurityLake.d.ts +303 -0
- package/dist-types/SecurityLakeClient.d.ts +185 -0
- package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +51 -0
- package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +42 -0
- package/dist-types/commands/CreateDatalakeAutoEnableCommand.d.ts +38 -0
- package/dist-types/commands/CreateDatalakeCommand.d.ts +49 -0
- package/dist-types/commands/CreateDatalakeDelegatedAdminCommand.d.ts +39 -0
- package/dist-types/commands/CreateDatalakeExceptionsSubscriptionCommand.d.ts +38 -0
- package/dist-types/commands/CreateSubscriberCommand.d.ts +37 -0
- package/dist-types/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +38 -0
- package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +53 -0
- package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +37 -0
- package/dist-types/commands/DeleteDatalakeAutoEnableCommand.d.ts +42 -0
- package/dist-types/commands/DeleteDatalakeCommand.d.ts +43 -0
- package/dist-types/commands/DeleteDatalakeDelegatedAdminCommand.d.ts +37 -0
- package/dist-types/commands/DeleteDatalakeExceptionsSubscriptionCommand.d.ts +37 -0
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +37 -0
- package/dist-types/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +38 -0
- package/dist-types/commands/GetDatalakeAutoEnableCommand.d.ts +37 -0
- package/dist-types/commands/GetDatalakeCommand.d.ts +37 -0
- package/dist-types/commands/GetDatalakeExceptionsExpiryCommand.d.ts +38 -0
- package/dist-types/commands/GetDatalakeExceptionsSubscriptionCommand.d.ts +37 -0
- package/dist-types/commands/GetDatalakeStatusCommand.d.ts +37 -0
- package/dist-types/commands/GetSubscriberCommand.d.ts +37 -0
- package/dist-types/commands/ListDatalakeExceptionsCommand.d.ts +37 -0
- package/dist-types/commands/ListLogSourcesCommand.d.ts +37 -0
- package/dist-types/commands/ListSubscribersCommand.d.ts +37 -0
- package/dist-types/commands/UpdateDatalakeCommand.d.ts +40 -0
- package/dist-types/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +40 -0
- package/dist-types/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +37 -0
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +37 -0
- package/dist-types/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +38 -0
- package/dist-types/commands/index.d.ts +30 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/SecurityLakeServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1497 -0
- package/dist-types/pagination/GetDatalakeStatusPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListDatalakeExceptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLogSourcesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSubscribersPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +92 -0
- package/dist-types/runtimeConfig.browser.d.ts +42 -0
- package/dist-types/runtimeConfig.d.ts +42 -0
- package/dist-types/runtimeConfig.native.d.ts +41 -0
- package/dist-types/runtimeConfig.shared.d.ts +16 -0
- package/dist-types/ts3.4/SecurityLake.d.ts +556 -0
- package/dist-types/ts3.4/SecurityLakeClient.d.ts +292 -0
- package/dist-types/ts3.4/commands/CreateAwsLogSourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateCustomLogSourceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateDatalakeAutoEnableCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateDatalakeCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateDatalakeDelegatedAdminCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateDatalakeExceptionsSubscriptionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteAwsLogSourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteCustomLogSourceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteDatalakeAutoEnableCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteDatalakeCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteDatalakeDelegatedAdminCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteDatalakeExceptionsSubscriptionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDatalakeAutoEnableCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDatalakeCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetDatalakeExceptionsExpiryCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDatalakeExceptionsSubscriptionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDatalakeStatusCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetSubscriberCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListDatalakeExceptionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListLogSourcesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListSubscribersCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateDatalakeCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +30 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/SecurityLakeServiceException.d.ts +7 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +746 -0
- package/dist-types/ts3.4/pagination/GetDatalakeStatusPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
- package/dist-types/ts3.4/pagination/ListDatalakeExceptionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListLogSourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSubscribersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +365 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +88 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +88 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +77 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +16 -0
- package/package.json +101 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteCustomLogSourceRequest,
|
|
11
|
+
DeleteCustomLogSourceResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface DeleteCustomLogSourceCommandInput
|
|
19
|
+
extends DeleteCustomLogSourceRequest {}
|
|
20
|
+
export interface DeleteCustomLogSourceCommandOutput
|
|
21
|
+
extends DeleteCustomLogSourceResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteCustomLogSourceCommand extends $Command<
|
|
24
|
+
DeleteCustomLogSourceCommandInput,
|
|
25
|
+
DeleteCustomLogSourceCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteCustomLogSourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteCustomLogSourceCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteCustomLogSourceCommandInput,
|
|
37
|
+
DeleteCustomLogSourceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteDatalakeAutoEnableRequest,
|
|
11
|
+
DeleteDatalakeAutoEnableResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface DeleteDatalakeAutoEnableCommandInput
|
|
19
|
+
extends DeleteDatalakeAutoEnableRequest {}
|
|
20
|
+
export interface DeleteDatalakeAutoEnableCommandOutput
|
|
21
|
+
extends DeleteDatalakeAutoEnableResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteDatalakeAutoEnableCommand extends $Command<
|
|
24
|
+
DeleteDatalakeAutoEnableCommandInput,
|
|
25
|
+
DeleteDatalakeAutoEnableCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteDatalakeAutoEnableCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteDatalakeAutoEnableCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteDatalakeAutoEnableCommandInput,
|
|
37
|
+
DeleteDatalakeAutoEnableCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteDatalakeRequest,
|
|
11
|
+
DeleteDatalakeResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface DeleteDatalakeCommandInput extends DeleteDatalakeRequest {}
|
|
19
|
+
export interface DeleteDatalakeCommandOutput
|
|
20
|
+
extends DeleteDatalakeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteDatalakeCommand extends $Command<
|
|
23
|
+
DeleteDatalakeCommandInput,
|
|
24
|
+
DeleteDatalakeCommandOutput,
|
|
25
|
+
SecurityLakeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteDatalakeCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: DeleteDatalakeCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteDatalakeCommandInput, DeleteDatalakeCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteDatalakeDelegatedAdminRequest,
|
|
11
|
+
DeleteDatalakeDelegatedAdminResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface DeleteDatalakeDelegatedAdminCommandInput
|
|
19
|
+
extends DeleteDatalakeDelegatedAdminRequest {}
|
|
20
|
+
export interface DeleteDatalakeDelegatedAdminCommandOutput
|
|
21
|
+
extends DeleteDatalakeDelegatedAdminResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteDatalakeDelegatedAdminCommand extends $Command<
|
|
24
|
+
DeleteDatalakeDelegatedAdminCommandInput,
|
|
25
|
+
DeleteDatalakeDelegatedAdminCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteDatalakeDelegatedAdminCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteDatalakeDelegatedAdminCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteDatalakeDelegatedAdminCommandInput,
|
|
37
|
+
DeleteDatalakeDelegatedAdminCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteDatalakeExceptionsSubscriptionRequest,
|
|
11
|
+
DeleteDatalakeExceptionsSubscriptionResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface DeleteDatalakeExceptionsSubscriptionCommandInput
|
|
19
|
+
extends DeleteDatalakeExceptionsSubscriptionRequest {}
|
|
20
|
+
export interface DeleteDatalakeExceptionsSubscriptionCommandOutput
|
|
21
|
+
extends DeleteDatalakeExceptionsSubscriptionResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteDatalakeExceptionsSubscriptionCommand extends $Command<
|
|
24
|
+
DeleteDatalakeExceptionsSubscriptionCommandInput,
|
|
25
|
+
DeleteDatalakeExceptionsSubscriptionCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteDatalakeExceptionsSubscriptionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteDatalakeExceptionsSubscriptionCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteDatalakeExceptionsSubscriptionCommandInput,
|
|
37
|
+
DeleteDatalakeExceptionsSubscriptionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteSubscriberRequest,
|
|
11
|
+
DeleteSubscriberResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface DeleteSubscriberCommandInput extends DeleteSubscriberRequest {}
|
|
19
|
+
export interface DeleteSubscriberCommandOutput
|
|
20
|
+
extends DeleteSubscriberResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteSubscriberCommand extends $Command<
|
|
23
|
+
DeleteSubscriberCommandInput,
|
|
24
|
+
DeleteSubscriberCommandOutput,
|
|
25
|
+
SecurityLakeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteSubscriberCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: DeleteSubscriberCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteSubscriptionNotificationConfigurationRequest,
|
|
11
|
+
DeleteSubscriptionNotificationConfigurationResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface DeleteSubscriptionNotificationConfigurationCommandInput
|
|
19
|
+
extends DeleteSubscriptionNotificationConfigurationRequest {}
|
|
20
|
+
export interface DeleteSubscriptionNotificationConfigurationCommandOutput
|
|
21
|
+
extends DeleteSubscriptionNotificationConfigurationResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteSubscriptionNotificationConfigurationCommand extends $Command<
|
|
24
|
+
DeleteSubscriptionNotificationConfigurationCommandInput,
|
|
25
|
+
DeleteSubscriptionNotificationConfigurationCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteSubscriptionNotificationConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteSubscriptionNotificationConfigurationCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteSubscriptionNotificationConfigurationCommandInput,
|
|
37
|
+
DeleteSubscriptionNotificationConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GetDatalakeAutoEnableRequest,
|
|
11
|
+
GetDatalakeAutoEnableResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface GetDatalakeAutoEnableCommandInput
|
|
19
|
+
extends GetDatalakeAutoEnableRequest {}
|
|
20
|
+
export interface GetDatalakeAutoEnableCommandOutput
|
|
21
|
+
extends GetDatalakeAutoEnableResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetDatalakeAutoEnableCommand extends $Command<
|
|
24
|
+
GetDatalakeAutoEnableCommandInput,
|
|
25
|
+
GetDatalakeAutoEnableCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDatalakeAutoEnableCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetDatalakeAutoEnableCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetDatalakeAutoEnableCommandInput,
|
|
37
|
+
GetDatalakeAutoEnableCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { GetDatalakeRequest, GetDatalakeResponse } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
SecurityLakeClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../SecurityLakeClient";
|
|
15
|
+
export interface GetDatalakeCommandInput extends GetDatalakeRequest {}
|
|
16
|
+
export interface GetDatalakeCommandOutput
|
|
17
|
+
extends GetDatalakeResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class GetDatalakeCommand extends $Command<
|
|
20
|
+
GetDatalakeCommandInput,
|
|
21
|
+
GetDatalakeCommandOutput,
|
|
22
|
+
SecurityLakeClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetDatalakeCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: GetDatalakeCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetDatalakeCommandInput, GetDatalakeCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GetDatalakeExceptionsExpiryRequest,
|
|
11
|
+
GetDatalakeExceptionsExpiryResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface GetDatalakeExceptionsExpiryCommandInput
|
|
19
|
+
extends GetDatalakeExceptionsExpiryRequest {}
|
|
20
|
+
export interface GetDatalakeExceptionsExpiryCommandOutput
|
|
21
|
+
extends GetDatalakeExceptionsExpiryResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetDatalakeExceptionsExpiryCommand extends $Command<
|
|
24
|
+
GetDatalakeExceptionsExpiryCommandInput,
|
|
25
|
+
GetDatalakeExceptionsExpiryCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDatalakeExceptionsExpiryCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetDatalakeExceptionsExpiryCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetDatalakeExceptionsExpiryCommandInput,
|
|
37
|
+
GetDatalakeExceptionsExpiryCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GetDatalakeExceptionsSubscriptionRequest,
|
|
11
|
+
GetDatalakeExceptionsSubscriptionResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface GetDatalakeExceptionsSubscriptionCommandInput
|
|
19
|
+
extends GetDatalakeExceptionsSubscriptionRequest {}
|
|
20
|
+
export interface GetDatalakeExceptionsSubscriptionCommandOutput
|
|
21
|
+
extends GetDatalakeExceptionsSubscriptionResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetDatalakeExceptionsSubscriptionCommand extends $Command<
|
|
24
|
+
GetDatalakeExceptionsSubscriptionCommandInput,
|
|
25
|
+
GetDatalakeExceptionsSubscriptionCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDatalakeExceptionsSubscriptionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetDatalakeExceptionsSubscriptionCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetDatalakeExceptionsSubscriptionCommandInput,
|
|
37
|
+
GetDatalakeExceptionsSubscriptionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GetDatalakeStatusRequest,
|
|
11
|
+
GetDatalakeStatusResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface GetDatalakeStatusCommandInput
|
|
19
|
+
extends GetDatalakeStatusRequest {}
|
|
20
|
+
export interface GetDatalakeStatusCommandOutput
|
|
21
|
+
extends GetDatalakeStatusResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetDatalakeStatusCommand extends $Command<
|
|
24
|
+
GetDatalakeStatusCommandInput,
|
|
25
|
+
GetDatalakeStatusCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDatalakeStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetDatalakeStatusCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetDatalakeStatusCommandInput, GetDatalakeStatusCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GetSubscriberRequest,
|
|
11
|
+
GetSubscriberResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface GetSubscriberCommandInput extends GetSubscriberRequest {}
|
|
19
|
+
export interface GetSubscriberCommandOutput
|
|
20
|
+
extends GetSubscriberResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetSubscriberCommand extends $Command<
|
|
23
|
+
GetSubscriberCommandInput,
|
|
24
|
+
GetSubscriberCommandOutput,
|
|
25
|
+
SecurityLakeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetSubscriberCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: GetSubscriberCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetSubscriberCommandInput, GetSubscriberCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ListDatalakeExceptionsRequest,
|
|
11
|
+
ListDatalakeExceptionsResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface ListDatalakeExceptionsCommandInput
|
|
19
|
+
extends ListDatalakeExceptionsRequest {}
|
|
20
|
+
export interface ListDatalakeExceptionsCommandOutput
|
|
21
|
+
extends ListDatalakeExceptionsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListDatalakeExceptionsCommand extends $Command<
|
|
24
|
+
ListDatalakeExceptionsCommandInput,
|
|
25
|
+
ListDatalakeExceptionsCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListDatalakeExceptionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListDatalakeExceptionsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListDatalakeExceptionsCommandInput,
|
|
37
|
+
ListDatalakeExceptionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ListLogSourcesRequest,
|
|
11
|
+
ListLogSourcesResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface ListLogSourcesCommandInput extends ListLogSourcesRequest {}
|
|
19
|
+
export interface ListLogSourcesCommandOutput
|
|
20
|
+
extends ListLogSourcesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListLogSourcesCommand extends $Command<
|
|
23
|
+
ListLogSourcesCommandInput,
|
|
24
|
+
ListLogSourcesCommandOutput,
|
|
25
|
+
SecurityLakeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListLogSourcesCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: ListLogSourcesCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListLogSourcesCommandInput, ListLogSourcesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ListSubscribersRequest,
|
|
11
|
+
ListSubscribersResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface ListSubscribersCommandInput extends ListSubscribersRequest {}
|
|
19
|
+
export interface ListSubscribersCommandOutput
|
|
20
|
+
extends ListSubscribersResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListSubscribersCommand extends $Command<
|
|
23
|
+
ListSubscribersCommandInput,
|
|
24
|
+
ListSubscribersCommandOutput,
|
|
25
|
+
SecurityLakeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListSubscribersCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: ListSubscribersCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListSubscribersCommandInput, ListSubscribersCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateDatalakeRequest,
|
|
11
|
+
UpdateDatalakeResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface UpdateDatalakeCommandInput extends UpdateDatalakeRequest {}
|
|
19
|
+
export interface UpdateDatalakeCommandOutput
|
|
20
|
+
extends UpdateDatalakeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateDatalakeCommand extends $Command<
|
|
23
|
+
UpdateDatalakeCommandInput,
|
|
24
|
+
UpdateDatalakeCommandOutput,
|
|
25
|
+
SecurityLakeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateDatalakeCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: UpdateDatalakeCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateDatalakeCommandInput, UpdateDatalakeCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|