@aws-sdk/client-securitylake 3.1077.0 → 3.1079.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/index.js +39 -313
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateAwsLogSourceCommand.js +2 -14
- package/dist-es/commands/CreateCustomLogSourceCommand.js +2 -14
- package/dist-es/commands/CreateDataLakeCommand.js +2 -14
- package/dist-es/commands/CreateDataLakeExceptionSubscriptionCommand.js +2 -14
- package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateSubscriberCommand.js +2 -14
- package/dist-es/commands/CreateSubscriberNotificationCommand.js +2 -14
- package/dist-es/commands/DeleteAwsLogSourceCommand.js +2 -14
- package/dist-es/commands/DeleteCustomLogSourceCommand.js +2 -14
- package/dist-es/commands/DeleteDataLakeCommand.js +2 -14
- package/dist-es/commands/DeleteDataLakeExceptionSubscriptionCommand.js +2 -14
- package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteSubscriberCommand.js +2 -14
- package/dist-es/commands/DeleteSubscriberNotificationCommand.js +2 -14
- package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +2 -14
- package/dist-es/commands/GetDataLakeExceptionSubscriptionCommand.js +2 -14
- package/dist-es/commands/GetDataLakeOrganizationConfigurationCommand.js +2 -14
- package/dist-es/commands/GetDataLakeSourcesCommand.js +2 -14
- package/dist-es/commands/GetSubscriberCommand.js +2 -14
- package/dist-es/commands/ListDataLakeExceptionsCommand.js +2 -14
- package/dist-es/commands/ListDataLakesCommand.js +2 -14
- package/dist-es/commands/ListLogSourcesCommand.js +2 -14
- package/dist-es/commands/ListSubscribersCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDataLakeCommand.js +2 -14
- package/dist-es/commands/UpdateDataLakeExceptionSubscriptionCommand.js +2 -14
- package/dist-es/commands/UpdateSubscriberCommand.js +2 -14
- package/dist-es/commands/UpdateSubscriberNotificationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataLakeCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateSubscriberCommand.d.ts +3 -8
- package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataLakeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +3 -8
- package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +3 -8
- package/dist-types/commands/GetSubscriberCommand.d.ts +3 -8
- package/dist-types/commands/ListDataLakeExceptionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataLakesCommand.d.ts +3 -8
- package/dist-types/commands/ListLogSourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListSubscribersCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataLakeCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateAwsLogSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomLogSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataLakeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSubscriberNotificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAwsLogSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomLogSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataLakeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSubscriberNotificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSubscriberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataLakeExceptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataLakesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLogSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSubscribersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataLakeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSubscriberNotificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteDataLakeRequest,
|
|
5
4
|
DeleteDataLakeResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SecurityLakeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SecurityLakeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteDataLakeCommandInput extends DeleteDataLakeRequest {}
|
|
15
8
|
export interface DeleteDataLakeCommandOutput
|
|
16
9
|
extends DeleteDataLakeResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteDataLakeCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteDataLakeCommandInput,
|
|
23
16
|
DeleteDataLakeCommandOutput,
|
|
24
|
-
SecurityLakeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteDataLakeCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteDataLakeCommandInput,
|
|
32
25
|
DeleteDataLakeCommandOutput,
|
|
33
|
-
SecurityLakeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteDataLakeCommand extends DeleteDataLakeCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteDataLakeExceptionSubscriptionRequest,
|
|
5
4
|
DeleteDataLakeExceptionSubscriptionResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SecurityLakeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SecurityLakeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteDataLakeExceptionSubscriptionCommandInput
|
|
15
8
|
extends DeleteDataLakeExceptionSubscriptionRequest {}
|
|
16
9
|
export interface DeleteDataLakeExceptionSubscriptionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteDataLakeExceptionSubscriptionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteDataLakeExceptionSubscriptionCommandInput,
|
|
24
17
|
DeleteDataLakeExceptionSubscriptionCommandOutput,
|
|
25
|
-
SecurityLakeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DeleteDataLakeExceptionSubscriptionCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteDataLakeExceptionSubscriptionCommandInput,
|
|
33
26
|
DeleteDataLakeExceptionSubscriptionCommandOutput,
|
|
34
|
-
SecurityLakeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteDataLakeExceptionSubscriptionCommand extends DeleteDataLakeExceptionSubscriptionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteDataLakeOrganizationConfigurationRequest,
|
|
5
4
|
DeleteDataLakeOrganizationConfigurationResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SecurityLakeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SecurityLakeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteDataLakeOrganizationConfigurationCommandInput
|
|
15
8
|
extends DeleteDataLakeOrganizationConfigurationRequest {}
|
|
16
9
|
export interface DeleteDataLakeOrganizationConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteDataLakeOrganizationConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteDataLakeOrganizationConfigurationCommandInput,
|
|
24
17
|
DeleteDataLakeOrganizationConfigurationCommandOutput,
|
|
25
|
-
SecurityLakeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DeleteDataLakeOrganizationConfigurationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteDataLakeOrganizationConfigurationCommandInput,
|
|
33
26
|
DeleteDataLakeOrganizationConfigurationCommandOutput,
|
|
34
|
-
SecurityLakeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteDataLakeOrganizationConfigurationCommand extends DeleteDataLakeOrganizationConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteSubscriberRequest,
|
|
5
4
|
DeleteSubscriberResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SecurityLakeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SecurityLakeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteSubscriberCommandInput extends DeleteSubscriberRequest {}
|
|
15
8
|
export interface DeleteSubscriberCommandOutput
|
|
16
9
|
extends DeleteSubscriberResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteSubscriberCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteSubscriberCommandInput,
|
|
23
16
|
DeleteSubscriberCommandOutput,
|
|
24
|
-
SecurityLakeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteSubscriberCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteSubscriberCommandInput,
|
|
32
25
|
DeleteSubscriberCommandOutput,
|
|
33
|
-
SecurityLakeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteSubscriberCommand extends DeleteSubscriberCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteSubscriberNotificationRequest,
|
|
5
4
|
DeleteSubscriberNotificationResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SecurityLakeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SecurityLakeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteSubscriberNotificationCommandInput
|
|
15
8
|
extends DeleteSubscriberNotificationRequest {}
|
|
16
9
|
export interface DeleteSubscriberNotificationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteSubscriberNotificationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteSubscriberNotificationCommandInput,
|
|
24
17
|
DeleteSubscriberNotificationCommandOutput,
|
|
25
|
-
SecurityLakeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteSubscriberNotificationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteSubscriberNotificationCommandInput,
|
|
33
26
|
DeleteSubscriberNotificationCommandOutput,
|
|
34
|
-
SecurityLakeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteSubscriberNotificationCommand extends DeleteSubscriberNotificationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeregisterDataLakeDelegatedAdministratorRequest,
|
|
5
4
|
DeregisterDataLakeDelegatedAdministratorResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SecurityLakeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SecurityLakeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeregisterDataLakeDelegatedAdministratorCommandInput
|
|
15
8
|
extends DeregisterDataLakeDelegatedAdministratorRequest {}
|
|
16
9
|
export interface DeregisterDataLakeDelegatedAdministratorCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeregisterDataLakeDelegatedAdministratorCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeregisterDataLakeDelegatedAdministratorCommandInput,
|
|
24
17
|
DeregisterDataLakeDelegatedAdministratorCommandOutput,
|
|
25
|
-
SecurityLakeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DeregisterDataLakeDelegatedAdministratorCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeregisterDataLakeDelegatedAdministratorCommandInput,
|
|
33
26
|
DeregisterDataLakeDelegatedAdministratorCommandOutput,
|
|
34
|
-
SecurityLakeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeregisterDataLakeDelegatedAdministratorCommand extends DeregisterDataLakeDelegatedAdministratorCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetDataLakeExceptionSubscriptionRequest,
|
|
5
4
|
GetDataLakeExceptionSubscriptionResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SecurityLakeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SecurityLakeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetDataLakeExceptionSubscriptionCommandInput
|
|
15
8
|
extends GetDataLakeExceptionSubscriptionRequest {}
|
|
16
9
|
export interface GetDataLakeExceptionSubscriptionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetDataLakeExceptionSubscriptionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetDataLakeExceptionSubscriptionCommandInput,
|
|
24
17
|
GetDataLakeExceptionSubscriptionCommandOutput,
|
|
25
|
-
SecurityLakeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [GetDataLakeExceptionSubscriptionCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetDataLakeExceptionSubscriptionCommandInput,
|
|
33
26
|
GetDataLakeExceptionSubscriptionCommandOutput,
|
|
34
|
-
SecurityLakeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetDataLakeExceptionSubscriptionCommand extends GetDataLakeExceptionSubscriptionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetDataLakeOrganizationConfigurationRequest,
|
|
5
4
|
GetDataLakeOrganizationConfigurationResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SecurityLakeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SecurityLakeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetDataLakeOrganizationConfigurationCommandInput
|
|
15
8
|
extends GetDataLakeOrganizationConfigurationRequest {}
|
|
16
9
|
export interface GetDataLakeOrganizationConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetDataLakeOrganizationConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetDataLakeOrganizationConfigurationCommandInput,
|
|
24
17
|
GetDataLakeOrganizationConfigurationCommandOutput,
|
|
25
|
-
SecurityLakeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [GetDataLakeOrganizationConfigurationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetDataLakeOrganizationConfigurationCommandInput,
|
|
33
26
|
GetDataLakeOrganizationConfigurationCommandOutput,
|
|
34
|
-
SecurityLakeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetDataLakeOrganizationConfigurationCommand extends GetDataLakeOrganizationConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetDataLakeSourcesRequest,
|
|
5
4
|
GetDataLakeSourcesResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SecurityLakeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SecurityLakeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetDataLakeSourcesCommandInput
|
|
15
8
|
extends GetDataLakeSourcesRequest {}
|
|
16
9
|
export interface GetDataLakeSourcesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetDataLakeSourcesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetDataLakeSourcesCommandInput,
|
|
24
17
|
GetDataLakeSourcesCommandOutput,
|
|
25
|
-
SecurityLakeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [GetDataLakeSourcesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetDataLakeSourcesCommandInput,
|
|
33
26
|
GetDataLakeSourcesCommandOutput,
|
|
34
|
-
SecurityLakeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetDataLakeSourcesCommand extends GetDataLakeSourcesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetSubscriberRequest,
|
|
5
4
|
GetSubscriberResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SecurityLakeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SecurityLakeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetSubscriberCommandInput extends GetSubscriberRequest {}
|
|
15
8
|
export interface GetSubscriberCommandOutput
|
|
16
9
|
extends GetSubscriberResponse,
|
|
@@ -21,22 +14,20 @@ declare const GetSubscriberCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetSubscriberCommandInput,
|
|
23
16
|
GetSubscriberCommandOutput,
|
|
24
|
-
SecurityLakeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetSubscriberCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetSubscriberCommandInput,
|
|
32
25
|
GetSubscriberCommandOutput,
|
|
33
|
-
SecurityLakeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class GetSubscriberCommand extends GetSubscriberCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListDataLakeExceptionsRequest,
|
|
5
4
|
ListDataLakeExceptionsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SecurityLakeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SecurityLakeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListDataLakeExceptionsCommandInput
|
|
15
8
|
extends ListDataLakeExceptionsRequest {}
|
|
16
9
|
export interface ListDataLakeExceptionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListDataLakeExceptionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListDataLakeExceptionsCommandInput,
|
|
24
17
|
ListDataLakeExceptionsCommandOutput,
|
|
25
|
-
SecurityLakeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListDataLakeExceptionsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListDataLakeExceptionsCommandInput,
|
|
33
26
|
ListDataLakeExceptionsCommandOutput,
|
|
34
|
-
SecurityLakeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListDataLakeExceptionsCommand extends ListDataLakeExceptionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListDataLakesRequest,
|
|
5
4
|
ListDataLakesResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SecurityLakeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SecurityLakeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListDataLakesCommandInput extends ListDataLakesRequest {}
|
|
15
8
|
export interface ListDataLakesCommandOutput
|
|
16
9
|
extends ListDataLakesResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListDataLakesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListDataLakesCommandInput,
|
|
23
16
|
ListDataLakesCommandOutput,
|
|
24
|
-
SecurityLakeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListDataLakesCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListDataLakesCommandInput,
|
|
32
25
|
ListDataLakesCommandOutput,
|
|
33
|
-
SecurityLakeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListDataLakesCommand extends ListDataLakesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListLogSourcesRequest,
|
|
5
4
|
ListLogSourcesResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SecurityLakeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SecurityLakeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListLogSourcesCommandInput extends ListLogSourcesRequest {}
|
|
15
8
|
export interface ListLogSourcesCommandOutput
|
|
16
9
|
extends ListLogSourcesResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListLogSourcesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListLogSourcesCommandInput,
|
|
23
16
|
ListLogSourcesCommandOutput,
|
|
24
|
-
SecurityLakeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListLogSourcesCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListLogSourcesCommandInput,
|
|
32
25
|
ListLogSourcesCommandOutput,
|
|
33
|
-
SecurityLakeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListLogSourcesCommand extends ListLogSourcesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListSubscribersRequest,
|
|
5
4
|
ListSubscribersResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
SecurityLakeClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../SecurityLakeClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListSubscribersCommandInput extends ListSubscribersRequest {}
|
|
15
8
|
export interface ListSubscribersCommandOutput
|
|
16
9
|
extends ListSubscribersResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListSubscribersCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListSubscribersCommandInput,
|
|
23
16
|
ListSubscribersCommandOutput,
|
|
24
|
-
SecurityLakeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListSubscribersCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListSubscribersCommandInput,
|
|
32
25
|
ListSubscribersCommandOutput,
|
|
33
|
-
SecurityLakeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SecurityLakeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListSubscribersCommand extends ListSubscribersCommand_base {
|
|
42
33
|
protected static __types: {
|