@aws-sdk/client-securitylake 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateAwsLogSourceCommand.js +18 -41
- package/dist-cjs/commands/CreateCustomLogSourceCommand.js +18 -41
- package/dist-cjs/commands/CreateDataLakeCommand.js +18 -41
- package/dist-cjs/commands/CreateDataLakeExceptionSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/CreateDataLakeOrganizationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateSubscriberCommand.js +18 -41
- package/dist-cjs/commands/CreateSubscriberNotificationCommand.js +18 -41
- package/dist-cjs/commands/DeleteAwsLogSourceCommand.js +18 -41
- package/dist-cjs/commands/DeleteCustomLogSourceCommand.js +18 -41
- package/dist-cjs/commands/DeleteDataLakeCommand.js +18 -41
- package/dist-cjs/commands/DeleteDataLakeExceptionSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/DeleteDataLakeOrganizationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteSubscriberCommand.js +18 -41
- package/dist-cjs/commands/DeleteSubscriberNotificationCommand.js +18 -41
- package/dist-cjs/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +18 -41
- package/dist-cjs/commands/GetDataLakeExceptionSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/GetDataLakeOrganizationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetDataLakeSourcesCommand.js +18 -41
- package/dist-cjs/commands/GetSubscriberCommand.js +18 -41
- package/dist-cjs/commands/ListDataLakeExceptionsCommand.js +18 -41
- package/dist-cjs/commands/ListDataLakesCommand.js +18 -41
- package/dist-cjs/commands/ListLogSourcesCommand.js +18 -41
- package/dist-cjs/commands/ListSubscribersCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/RegisterDataLakeDelegatedAdministratorCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDataLakeCommand.js +18 -41
- package/dist-cjs/commands/UpdateDataLakeExceptionSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/UpdateSubscriberCommand.js +18 -41
- package/dist-cjs/commands/UpdateSubscriberNotificationCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/GetDataLakeSourcesPaginator.js +2 -24
- package/dist-cjs/pagination/ListDataLakeExceptionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListLogSourcesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSubscribersPaginator.js +2 -24
- package/dist-es/commands/CreateAwsLogSourceCommand.js +18 -41
- package/dist-es/commands/CreateCustomLogSourceCommand.js +18 -41
- package/dist-es/commands/CreateDataLakeCommand.js +18 -41
- package/dist-es/commands/CreateDataLakeExceptionSubscriptionCommand.js +18 -41
- package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateSubscriberCommand.js +18 -41
- package/dist-es/commands/CreateSubscriberNotificationCommand.js +18 -41
- package/dist-es/commands/DeleteAwsLogSourceCommand.js +18 -41
- package/dist-es/commands/DeleteCustomLogSourceCommand.js +18 -41
- package/dist-es/commands/DeleteDataLakeCommand.js +18 -41
- package/dist-es/commands/DeleteDataLakeExceptionSubscriptionCommand.js +18 -41
- package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteSubscriberCommand.js +18 -41
- package/dist-es/commands/DeleteSubscriberNotificationCommand.js +18 -41
- package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +18 -41
- package/dist-es/commands/GetDataLakeExceptionSubscriptionCommand.js +18 -41
- package/dist-es/commands/GetDataLakeOrganizationConfigurationCommand.js +18 -41
- package/dist-es/commands/GetDataLakeSourcesCommand.js +18 -41
- package/dist-es/commands/GetSubscriberCommand.js +18 -41
- package/dist-es/commands/ListDataLakeExceptionsCommand.js +18 -41
- package/dist-es/commands/ListDataLakesCommand.js +18 -41
- package/dist-es/commands/ListLogSourcesCommand.js +18 -41
- package/dist-es/commands/ListSubscribersCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateDataLakeCommand.js +18 -41
- package/dist-es/commands/UpdateDataLakeExceptionSubscriptionCommand.js +18 -41
- package/dist-es/commands/UpdateSubscriberCommand.js +18 -41
- package/dist-es/commands/UpdateSubscriberNotificationCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/GetDataLakeSourcesPaginator.js +2 -23
- package/dist-es/pagination/ListDataLakeExceptionsPaginator.js +2 -23
- package/dist-es/pagination/ListLogSourcesPaginator.js +2 -23
- package/dist-es/pagination/ListSubscribersPaginator.js +2 -23
- package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +6 -21
- package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +6 -21
- package/dist-types/commands/CreateDataLakeCommand.d.ts +6 -21
- package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateSubscriberCommand.d.ts +6 -21
- package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDataLakeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +6 -21
- package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +6 -21
- package/dist-types/commands/GetSubscriberCommand.d.ts +6 -21
- package/dist-types/commands/ListDataLakeExceptionsCommand.d.ts +6 -21
- package/dist-types/commands/ListDataLakesCommand.d.ts +6 -21
- package/dist-types/commands/ListLogSourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListSubscribersCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDataLakeCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/GetDataLakeSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataLakeExceptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLogSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscribersPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAwsLogSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateCustomLogSourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDataLakeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSubscriberNotificationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAwsLogSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCustomLogSourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDataLakeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSubscriberNotificationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSubscriberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDataLakeExceptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDataLakesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLogSourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSubscribersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDataLakeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSubscriberNotificationCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/GetDataLakeSourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDataLakeExceptionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLogSourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSubscribersPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateSubscriberNotificationRequest,
|
|
11
5
|
CreateSubscriberNotificationResponse,
|
|
@@ -21,22 +15,16 @@ export interface CreateSubscriberNotificationCommandInput
|
|
|
21
15
|
export interface CreateSubscriberNotificationCommandOutput
|
|
22
16
|
extends CreateSubscriberNotificationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateSubscriberNotificationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateSubscriberNotificationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SecurityLakeClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateSubscriberNotificationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateSubscriberNotificationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateSubscriberNotificationCommandInput,
|
|
38
|
-
CreateSubscriberNotificationCommandOutput
|
|
23
|
+
CreateSubscriberNotificationCommandOutput,
|
|
24
|
+
SecurityLakeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateSubscriberNotificationCommand extends CreateSubscriberNotificationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
DeleteAwsLogSourceRequest,
|
|
11
5
|
DeleteAwsLogSourceResponse,
|
|
@@ -21,19 +15,16 @@ export interface DeleteAwsLogSourceCommandInput
|
|
|
21
15
|
export interface DeleteAwsLogSourceCommandOutput
|
|
22
16
|
extends DeleteAwsLogSourceResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const DeleteAwsLogSourceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteAwsLogSourceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DeleteAwsLogSourceCommandInput,
|
|
23
|
+
DeleteAwsLogSourceCommandOutput,
|
|
24
|
+
SecurityLakeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteAwsLogSourceCommand extends DeleteAwsLogSourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
DeleteCustomLogSourceRequest,
|
|
11
5
|
DeleteCustomLogSourceResponse,
|
|
@@ -21,22 +15,16 @@ export interface DeleteCustomLogSourceCommandInput
|
|
|
21
15
|
export interface DeleteCustomLogSourceCommandOutput
|
|
22
16
|
extends DeleteCustomLogSourceResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeleteCustomLogSourceCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeleteCustomLogSourceCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SecurityLakeClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeleteCustomLogSourceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteCustomLogSourceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeleteCustomLogSourceCommandInput,
|
|
38
|
-
DeleteCustomLogSourceCommandOutput
|
|
23
|
+
DeleteCustomLogSourceCommandOutput,
|
|
24
|
+
SecurityLakeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteCustomLogSourceCommand extends DeleteCustomLogSourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
DeleteDataLakeRequest,
|
|
11
5
|
DeleteDataLakeResponse,
|
|
@@ -20,19 +14,16 @@ export interface DeleteDataLakeCommandInput extends DeleteDataLakeRequest {}
|
|
|
20
14
|
export interface DeleteDataLakeCommandOutput
|
|
21
15
|
extends DeleteDataLakeResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DeleteDataLakeCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DeleteDataLakeCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DeleteDataLakeCommandInput,
|
|
22
|
+
DeleteDataLakeCommandOutput,
|
|
23
|
+
SecurityLakeClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DeleteDataLakeCommand extends DeleteDataLakeCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
DeleteDataLakeExceptionSubscriptionRequest,
|
|
11
5
|
DeleteDataLakeExceptionSubscriptionResponse,
|
|
@@ -21,22 +15,16 @@ export interface DeleteDataLakeExceptionSubscriptionCommandInput
|
|
|
21
15
|
export interface DeleteDataLakeExceptionSubscriptionCommandOutput
|
|
22
16
|
extends DeleteDataLakeExceptionSubscriptionResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeleteDataLakeExceptionSubscriptionCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeleteDataLakeExceptionSubscriptionCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SecurityLakeClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeleteDataLakeExceptionSubscriptionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteDataLakeExceptionSubscriptionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeleteDataLakeExceptionSubscriptionCommandInput,
|
|
38
|
-
DeleteDataLakeExceptionSubscriptionCommandOutput
|
|
23
|
+
DeleteDataLakeExceptionSubscriptionCommandOutput,
|
|
24
|
+
SecurityLakeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteDataLakeExceptionSubscriptionCommand extends DeleteDataLakeExceptionSubscriptionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
DeleteDataLakeOrganizationConfigurationRequest,
|
|
11
5
|
DeleteDataLakeOrganizationConfigurationResponse,
|
|
@@ -21,22 +15,16 @@ export interface DeleteDataLakeOrganizationConfigurationCommandInput
|
|
|
21
15
|
export interface DeleteDataLakeOrganizationConfigurationCommandOutput
|
|
22
16
|
extends DeleteDataLakeOrganizationConfigurationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeleteDataLakeOrganizationConfigurationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeleteDataLakeOrganizationConfigurationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SecurityLakeClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeleteDataLakeOrganizationConfigurationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteDataLakeOrganizationConfigurationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeleteDataLakeOrganizationConfigurationCommandInput,
|
|
38
|
-
DeleteDataLakeOrganizationConfigurationCommandOutput
|
|
23
|
+
DeleteDataLakeOrganizationConfigurationCommandOutput,
|
|
24
|
+
SecurityLakeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteDataLakeOrganizationConfigurationCommand extends DeleteDataLakeOrganizationConfigurationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
DeleteSubscriberRequest,
|
|
11
5
|
DeleteSubscriberResponse,
|
|
@@ -20,19 +14,16 @@ export interface DeleteSubscriberCommandInput extends DeleteSubscriberRequest {}
|
|
|
20
14
|
export interface DeleteSubscriberCommandOutput
|
|
21
15
|
extends DeleteSubscriberResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DeleteSubscriberCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DeleteSubscriberCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DeleteSubscriberCommandInput,
|
|
22
|
+
DeleteSubscriberCommandOutput,
|
|
23
|
+
SecurityLakeClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DeleteSubscriberCommand extends DeleteSubscriberCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
DeleteSubscriberNotificationRequest,
|
|
11
5
|
DeleteSubscriberNotificationResponse,
|
|
@@ -21,22 +15,16 @@ export interface DeleteSubscriberNotificationCommandInput
|
|
|
21
15
|
export interface DeleteSubscriberNotificationCommandOutput
|
|
22
16
|
extends DeleteSubscriberNotificationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeleteSubscriberNotificationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeleteSubscriberNotificationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SecurityLakeClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeleteSubscriberNotificationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteSubscriberNotificationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeleteSubscriberNotificationCommandInput,
|
|
38
|
-
DeleteSubscriberNotificationCommandOutput
|
|
23
|
+
DeleteSubscriberNotificationCommandOutput,
|
|
24
|
+
SecurityLakeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteSubscriberNotificationCommand extends DeleteSubscriberNotificationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
DeregisterDataLakeDelegatedAdministratorRequest,
|
|
11
5
|
DeregisterDataLakeDelegatedAdministratorResponse,
|
|
@@ -21,22 +15,16 @@ export interface DeregisterDataLakeDelegatedAdministratorCommandInput
|
|
|
21
15
|
export interface DeregisterDataLakeDelegatedAdministratorCommandOutput
|
|
22
16
|
extends DeregisterDataLakeDelegatedAdministratorResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeregisterDataLakeDelegatedAdministratorCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeregisterDataLakeDelegatedAdministratorCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SecurityLakeClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeregisterDataLakeDelegatedAdministratorCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeregisterDataLakeDelegatedAdministratorCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeregisterDataLakeDelegatedAdministratorCommandInput,
|
|
38
|
-
DeregisterDataLakeDelegatedAdministratorCommandOutput
|
|
23
|
+
DeregisterDataLakeDelegatedAdministratorCommandOutput,
|
|
24
|
+
SecurityLakeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeregisterDataLakeDelegatedAdministratorCommand extends DeregisterDataLakeDelegatedAdministratorCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetDataLakeExceptionSubscriptionRequest,
|
|
11
5
|
GetDataLakeExceptionSubscriptionResponse,
|
|
@@ -21,22 +15,16 @@ export interface GetDataLakeExceptionSubscriptionCommandInput
|
|
|
21
15
|
export interface GetDataLakeExceptionSubscriptionCommandOutput
|
|
22
16
|
extends GetDataLakeExceptionSubscriptionResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetDataLakeExceptionSubscriptionCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetDataLakeExceptionSubscriptionCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SecurityLakeClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetDataLakeExceptionSubscriptionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetDataLakeExceptionSubscriptionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetDataLakeExceptionSubscriptionCommandInput,
|
|
38
|
-
GetDataLakeExceptionSubscriptionCommandOutput
|
|
23
|
+
GetDataLakeExceptionSubscriptionCommandOutput,
|
|
24
|
+
SecurityLakeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetDataLakeExceptionSubscriptionCommand extends GetDataLakeExceptionSubscriptionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetDataLakeOrganizationConfigurationRequest,
|
|
11
5
|
GetDataLakeOrganizationConfigurationResponse,
|
|
@@ -21,22 +15,16 @@ export interface GetDataLakeOrganizationConfigurationCommandInput
|
|
|
21
15
|
export interface GetDataLakeOrganizationConfigurationCommandOutput
|
|
22
16
|
extends GetDataLakeOrganizationConfigurationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetDataLakeOrganizationConfigurationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetDataLakeOrganizationConfigurationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SecurityLakeClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetDataLakeOrganizationConfigurationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetDataLakeOrganizationConfigurationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetDataLakeOrganizationConfigurationCommandInput,
|
|
38
|
-
GetDataLakeOrganizationConfigurationCommandOutput
|
|
23
|
+
GetDataLakeOrganizationConfigurationCommandOutput,
|
|
24
|
+
SecurityLakeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetDataLakeOrganizationConfigurationCommand extends GetDataLakeOrganizationConfigurationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetDataLakeSourcesRequest,
|
|
11
5
|
GetDataLakeSourcesResponse,
|
|
@@ -21,19 +15,16 @@ export interface GetDataLakeSourcesCommandInput
|
|
|
21
15
|
export interface GetDataLakeSourcesCommandOutput
|
|
22
16
|
extends GetDataLakeSourcesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const GetDataLakeSourcesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetDataLakeSourcesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetDataLakeSourcesCommandInput,
|
|
23
|
+
GetDataLakeSourcesCommandOutput,
|
|
24
|
+
SecurityLakeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetDataLakeSourcesCommand extends GetDataLakeSourcesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetSubscriberRequest,
|
|
11
5
|
GetSubscriberResponse,
|
|
@@ -20,19 +14,16 @@ export interface GetSubscriberCommandInput extends GetSubscriberRequest {}
|
|
|
20
14
|
export interface GetSubscriberCommandOutput
|
|
21
15
|
extends GetSubscriberResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetSubscriberCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetSubscriberCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetSubscriberCommandInput,
|
|
22
|
+
GetSubscriberCommandOutput,
|
|
23
|
+
SecurityLakeClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetSubscriberCommand extends GetSubscriberCommand_base {}
|