@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,746 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { SecurityLakeServiceException as __BaseException } from "./SecurityLakeServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare enum AccessType {
|
|
11
|
+
LAKEFORMATION = "LAKEFORMATION",
|
|
12
|
+
S3 = "S3",
|
|
13
|
+
}
|
|
14
|
+
export declare class AccountNotFoundException extends __BaseException {
|
|
15
|
+
readonly name: "AccountNotFoundException";
|
|
16
|
+
readonly $fault: "client";
|
|
17
|
+
constructor(
|
|
18
|
+
opts: __ExceptionOptionType<AccountNotFoundException, __BaseException>
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
export declare enum OcsfEventClass {
|
|
22
|
+
ACCESS_ACTIVITY = "ACCESS_ACTIVITY",
|
|
23
|
+
ACCOUNT_CHANGE = "ACCOUNT_CHANGE",
|
|
24
|
+
AUTHENTICATION = "AUTHENTICATION",
|
|
25
|
+
AUTHORIZATION = "AUTHORIZATION",
|
|
26
|
+
CLOUD_API = "CLOUD_API",
|
|
27
|
+
CLOUD_STORAGE = "CLOUD_STORAGE",
|
|
28
|
+
CONFIG_STATE = "CONFIG_STATE",
|
|
29
|
+
CONTAINER_LIFECYCLE = "CONTAINER_LIFECYCLE",
|
|
30
|
+
DATABASE_LIFECYCLE = "DATABASE_LIFECYCLE",
|
|
31
|
+
DHCP_ACTIVITY = "DHCP_ACTIVITY",
|
|
32
|
+
DNS_ACTIVITY = "DNS_ACTIVITY",
|
|
33
|
+
ENTITY_MANAGEMENT_AUDIT = "ENTITY_MANAGEMENT_AUDIT",
|
|
34
|
+
FILE_ACTIVITY = "FILE_ACTIVITY",
|
|
35
|
+
FTP_ACTIVITY = "FTP_ACTIVITY",
|
|
36
|
+
HTTP_ACTIVITY = "HTTP_ACTIVITY",
|
|
37
|
+
INVENTORY_INFO = "INVENTORY_INFO",
|
|
38
|
+
KERNEL_ACTIVITY = "KERNEL_ACTIVITY",
|
|
39
|
+
KERNEL_EXTENSION = "KERNEL_EXTENSION",
|
|
40
|
+
MEMORY_ACTIVITY = "MEMORY_ACTIVITY",
|
|
41
|
+
MODULE_ACTIVITY = "MODULE_ACTIVITY",
|
|
42
|
+
NETWORK_ACTIVITY = "NETWORK_ACTIVITY",
|
|
43
|
+
PROCESS_ACTIVITY = "PROCESS_ACTIVITY",
|
|
44
|
+
RDP_ACTIVITY = "RDP_ACTIVITY",
|
|
45
|
+
REGISTRY_KEY_ACTIVITY = "REGISTRY_KEY_ACTIVITY",
|
|
46
|
+
REGISTRY_VALUE_ACTIVITY = "REGISTRY_VALUE_ACTIVITY",
|
|
47
|
+
RESOURCE_ACTIVITY = "RESOURCE_ACTIVITY",
|
|
48
|
+
RFB_ACTIVITY = "RFB_ACTIVITY",
|
|
49
|
+
SCHEDULED_JOB_ACTIVITY = "SCHEDULED_JOB_ACTIVITY",
|
|
50
|
+
SECURITY_FINDING = "SECURITY_FINDING",
|
|
51
|
+
SMB_ACTIVITY = "SMB_ACTIVITY",
|
|
52
|
+
SMTP_ACTIVITY = "SMTP_ACTIVITY",
|
|
53
|
+
SSH_ACTIVITY = "SSH_ACTIVITY",
|
|
54
|
+
VIRTUAL_MACHINE_ACTIVITY = "VIRTUAL_MACHINE_ACTIVITY",
|
|
55
|
+
}
|
|
56
|
+
export declare enum SourceStatus {
|
|
57
|
+
ACTIVE = "ACTIVE",
|
|
58
|
+
DEACTIVATED = "DEACTIVATED",
|
|
59
|
+
PENDING = "PENDING",
|
|
60
|
+
}
|
|
61
|
+
export interface LogsStatus {
|
|
62
|
+
pathToLogs: string | undefined;
|
|
63
|
+
healthStatus: SourceStatus | string | undefined;
|
|
64
|
+
}
|
|
65
|
+
export interface AccountSources {
|
|
66
|
+
account: string | undefined;
|
|
67
|
+
sourceType: string | undefined;
|
|
68
|
+
logsStatus?: LogsStatus[];
|
|
69
|
+
eventClass?: OcsfEventClass | string;
|
|
70
|
+
}
|
|
71
|
+
export declare enum Region {
|
|
72
|
+
AP_NORTHEAST_1 = "ap-northeast-1",
|
|
73
|
+
AP_SOUTHEAST_2 = "ap-southeast-2",
|
|
74
|
+
EU_CENTRAL_1 = "eu-central-1",
|
|
75
|
+
EU_WEST_1 = "eu-west-1",
|
|
76
|
+
US_EAST_1 = "us-east-1",
|
|
77
|
+
US_EAST_2 = "us-east-2",
|
|
78
|
+
US_WEST_2 = "us-west-2",
|
|
79
|
+
}
|
|
80
|
+
export declare enum AwsLogSourceType {
|
|
81
|
+
CLOUD_TRAIL = "CLOUD_TRAIL",
|
|
82
|
+
ROUTE53 = "ROUTE53",
|
|
83
|
+
SH_FINDINGS = "SH_FINDINGS",
|
|
84
|
+
VPC_FLOW = "VPC_FLOW",
|
|
85
|
+
}
|
|
86
|
+
export interface AutoEnableNewRegionConfiguration {
|
|
87
|
+
region: Region | string | undefined;
|
|
88
|
+
sources: (AwsLogSourceType | string)[] | undefined;
|
|
89
|
+
}
|
|
90
|
+
export declare class BucketNotFoundException extends __BaseException {
|
|
91
|
+
readonly name: "BucketNotFoundException";
|
|
92
|
+
readonly $fault: "client";
|
|
93
|
+
constructor(
|
|
94
|
+
opts: __ExceptionOptionType<BucketNotFoundException, __BaseException>
|
|
95
|
+
);
|
|
96
|
+
}
|
|
97
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
98
|
+
readonly name: "ConcurrentModificationException";
|
|
99
|
+
readonly $fault: "client";
|
|
100
|
+
$retryable: {};
|
|
101
|
+
constructor(
|
|
102
|
+
opts: __ExceptionOptionType<
|
|
103
|
+
ConcurrentModificationException,
|
|
104
|
+
__BaseException
|
|
105
|
+
>
|
|
106
|
+
);
|
|
107
|
+
}
|
|
108
|
+
export declare class ConflictException extends __BaseException {
|
|
109
|
+
readonly name: "ConflictException";
|
|
110
|
+
readonly $fault: "client";
|
|
111
|
+
resourceId: string | undefined;
|
|
112
|
+
resourceType: string | undefined;
|
|
113
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
114
|
+
}
|
|
115
|
+
export declare class ConflictSourceNamesException extends __BaseException {
|
|
116
|
+
readonly name: "ConflictSourceNamesException";
|
|
117
|
+
readonly $fault: "client";
|
|
118
|
+
constructor(
|
|
119
|
+
opts: __ExceptionOptionType<ConflictSourceNamesException, __BaseException>
|
|
120
|
+
);
|
|
121
|
+
}
|
|
122
|
+
export declare class ConflictSubscriptionException extends __BaseException {
|
|
123
|
+
readonly name: "ConflictSubscriptionException";
|
|
124
|
+
readonly $fault: "client";
|
|
125
|
+
constructor(
|
|
126
|
+
opts: __ExceptionOptionType<ConflictSubscriptionException, __BaseException>
|
|
127
|
+
);
|
|
128
|
+
}
|
|
129
|
+
export declare enum Dimension {
|
|
130
|
+
MEMBER = "MEMBER",
|
|
131
|
+
REGION = "REGION",
|
|
132
|
+
SOURCE_TYPE = "SOURCE_TYPE",
|
|
133
|
+
}
|
|
134
|
+
export interface CreateAwsLogSourceRequest {
|
|
135
|
+
inputOrder: (Dimension | string)[] | undefined;
|
|
136
|
+
enableAllDimensions?: Record<string, Record<string, string[]>>;
|
|
137
|
+
enableTwoDimensions?: Record<string, string[]>;
|
|
138
|
+
enableSingleDimension?: string[];
|
|
139
|
+
}
|
|
140
|
+
export interface CreateAwsLogSourceResponse {
|
|
141
|
+
processing?: string[];
|
|
142
|
+
failed?: string[];
|
|
143
|
+
}
|
|
144
|
+
export declare class InternalServerException extends __BaseException {
|
|
145
|
+
readonly name: "InternalServerException";
|
|
146
|
+
readonly $fault: "server";
|
|
147
|
+
$retryable: {};
|
|
148
|
+
retryAfterSeconds?: number;
|
|
149
|
+
constructor(
|
|
150
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
151
|
+
);
|
|
152
|
+
}
|
|
153
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
154
|
+
readonly name: "ResourceNotFoundException";
|
|
155
|
+
readonly $fault: "client";
|
|
156
|
+
resourceId: string | undefined;
|
|
157
|
+
resourceType: string | undefined;
|
|
158
|
+
constructor(
|
|
159
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
160
|
+
);
|
|
161
|
+
}
|
|
162
|
+
export declare class S3Exception extends __BaseException {
|
|
163
|
+
readonly name: "S3Exception";
|
|
164
|
+
readonly $fault: "client";
|
|
165
|
+
constructor(opts: __ExceptionOptionType<S3Exception, __BaseException>);
|
|
166
|
+
}
|
|
167
|
+
export interface ValidationExceptionField {
|
|
168
|
+
name: string | undefined;
|
|
169
|
+
message: string | undefined;
|
|
170
|
+
}
|
|
171
|
+
export declare enum ValidationExceptionReason {
|
|
172
|
+
CANNOT_PARSE = "cannotParse",
|
|
173
|
+
FIELD_VALIDATION_FAILED = "fieldValidationFailed",
|
|
174
|
+
OTHER = "other",
|
|
175
|
+
UNKNOWN_OPERATION = "unknownOperation",
|
|
176
|
+
}
|
|
177
|
+
export declare class ValidationException extends __BaseException {
|
|
178
|
+
readonly name: "ValidationException";
|
|
179
|
+
readonly $fault: "client";
|
|
180
|
+
reason: ValidationExceptionReason | string | undefined;
|
|
181
|
+
fieldList?: ValidationExceptionField[];
|
|
182
|
+
constructor(
|
|
183
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
184
|
+
);
|
|
185
|
+
}
|
|
186
|
+
export interface CreateCustomLogSourceRequest {
|
|
187
|
+
customSourceName: string | undefined;
|
|
188
|
+
eventClass: OcsfEventClass | string | undefined;
|
|
189
|
+
glueInvocationRoleArn: string | undefined;
|
|
190
|
+
logProviderAccountId: string | undefined;
|
|
191
|
+
}
|
|
192
|
+
export interface CreateCustomLogSourceResponse {
|
|
193
|
+
customDataLocation: string | undefined;
|
|
194
|
+
glueCrawlerName: string | undefined;
|
|
195
|
+
glueTableName: string | undefined;
|
|
196
|
+
glueDatabaseName: string | undefined;
|
|
197
|
+
logProviderAccessRoleArn: string | undefined;
|
|
198
|
+
}
|
|
199
|
+
export declare enum StorageClass {
|
|
200
|
+
DEEP_ARCHIVE = "DEEP_ARCHIVE",
|
|
201
|
+
EXPIRE = "EXPIRE",
|
|
202
|
+
GLACIER = "GLACIER",
|
|
203
|
+
GLACIER_IR = "GLACIER_IR",
|
|
204
|
+
INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
|
|
205
|
+
ONEZONE_IA = "ONEZONE_IA",
|
|
206
|
+
STANDARD_IA = "STANDARD_IA",
|
|
207
|
+
}
|
|
208
|
+
export interface RetentionSetting {
|
|
209
|
+
storageClass?: StorageClass | string;
|
|
210
|
+
retentionPeriod?: number;
|
|
211
|
+
}
|
|
212
|
+
export interface LakeConfigurationRequest {
|
|
213
|
+
encryptionKey?: string;
|
|
214
|
+
retentionSettings?: RetentionSetting[];
|
|
215
|
+
tagsMap?: Record<string, string>;
|
|
216
|
+
replicationDestinationRegions?: (Region | string)[];
|
|
217
|
+
replicationRoleArn?: string;
|
|
218
|
+
}
|
|
219
|
+
export interface CreateDatalakeRequest {
|
|
220
|
+
regions?: (Region | string)[];
|
|
221
|
+
configurations?: Record<string, LakeConfigurationRequest>;
|
|
222
|
+
enableAll?: boolean;
|
|
223
|
+
metaStoreManagerRoleArn?: string;
|
|
224
|
+
}
|
|
225
|
+
export interface CreateDatalakeResponse {}
|
|
226
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
227
|
+
readonly name: "ServiceQuotaExceededException";
|
|
228
|
+
readonly $fault: "client";
|
|
229
|
+
resourceId: string | undefined;
|
|
230
|
+
resourceType: string | undefined;
|
|
231
|
+
serviceCode: string | undefined;
|
|
232
|
+
quotaCode: string | undefined;
|
|
233
|
+
constructor(
|
|
234
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
235
|
+
);
|
|
236
|
+
}
|
|
237
|
+
export declare class ThrottlingException extends __BaseException {
|
|
238
|
+
readonly name: "ThrottlingException";
|
|
239
|
+
readonly $fault: "client";
|
|
240
|
+
$retryable: {
|
|
241
|
+
throttling: boolean;
|
|
242
|
+
};
|
|
243
|
+
serviceCode?: string;
|
|
244
|
+
quotaCode?: string;
|
|
245
|
+
retryAfterSeconds?: number;
|
|
246
|
+
constructor(
|
|
247
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
248
|
+
);
|
|
249
|
+
}
|
|
250
|
+
export interface CreateDatalakeAutoEnableRequest {
|
|
251
|
+
configurationForNewAccounts: AutoEnableNewRegionConfiguration[] | undefined;
|
|
252
|
+
}
|
|
253
|
+
export interface CreateDatalakeAutoEnableResponse {}
|
|
254
|
+
export interface CreateDatalakeDelegatedAdminRequest {
|
|
255
|
+
account: string | undefined;
|
|
256
|
+
}
|
|
257
|
+
export interface CreateDatalakeDelegatedAdminResponse {}
|
|
258
|
+
export declare enum SubscriptionProtocolType {
|
|
259
|
+
APP = "APP",
|
|
260
|
+
EMAIL = "EMAIL",
|
|
261
|
+
EMAIL_JSON = "EMAIL_JSON",
|
|
262
|
+
FIREHOSE = "FIREHOSE",
|
|
263
|
+
HTTP = "HTTP",
|
|
264
|
+
HTTPS = "HTTPS",
|
|
265
|
+
LAMBDA = "LAMBDA",
|
|
266
|
+
SMS = "SMS",
|
|
267
|
+
SQS = "SQS",
|
|
268
|
+
}
|
|
269
|
+
export interface CreateDatalakeExceptionsSubscriptionRequest {
|
|
270
|
+
subscriptionProtocol: SubscriptionProtocolType | string | undefined;
|
|
271
|
+
notificationEndpoint: string | undefined;
|
|
272
|
+
}
|
|
273
|
+
export interface CreateDatalakeExceptionsSubscriptionResponse {}
|
|
274
|
+
export declare type SourceType =
|
|
275
|
+
| SourceType.AwsSourceTypeMember
|
|
276
|
+
| SourceType.CustomSourceTypeMember
|
|
277
|
+
| SourceType.$UnknownMember;
|
|
278
|
+
export declare namespace SourceType {
|
|
279
|
+
interface AwsSourceTypeMember {
|
|
280
|
+
awsSourceType: AwsLogSourceType | string;
|
|
281
|
+
customSourceType?: never;
|
|
282
|
+
$unknown?: never;
|
|
283
|
+
}
|
|
284
|
+
interface CustomSourceTypeMember {
|
|
285
|
+
awsSourceType?: never;
|
|
286
|
+
customSourceType: string;
|
|
287
|
+
$unknown?: never;
|
|
288
|
+
}
|
|
289
|
+
interface $UnknownMember {
|
|
290
|
+
awsSourceType?: never;
|
|
291
|
+
customSourceType?: never;
|
|
292
|
+
$unknown: [string, any];
|
|
293
|
+
}
|
|
294
|
+
interface Visitor<T> {
|
|
295
|
+
awsSourceType: (value: AwsLogSourceType | string) => T;
|
|
296
|
+
customSourceType: (value: string) => T;
|
|
297
|
+
_: (name: string, value: any) => T;
|
|
298
|
+
}
|
|
299
|
+
const visit: <T>(value: SourceType, visitor: Visitor<T>) => T;
|
|
300
|
+
}
|
|
301
|
+
export interface CreateSubscriberRequest {
|
|
302
|
+
sourceTypes: SourceType[] | undefined;
|
|
303
|
+
accountId: string | undefined;
|
|
304
|
+
externalId: string | undefined;
|
|
305
|
+
accessTypes?: (AccessType | string)[];
|
|
306
|
+
subscriberName: string | undefined;
|
|
307
|
+
subscriberDescription?: string;
|
|
308
|
+
}
|
|
309
|
+
export interface CreateSubscriberResponse {
|
|
310
|
+
subscriptionId: string | undefined;
|
|
311
|
+
roleArn?: string;
|
|
312
|
+
snsArn?: string;
|
|
313
|
+
s3BucketArn?: string;
|
|
314
|
+
}
|
|
315
|
+
export declare class InvalidInputException extends __BaseException {
|
|
316
|
+
readonly name: "InvalidInputException";
|
|
317
|
+
readonly $fault: "client";
|
|
318
|
+
constructor(
|
|
319
|
+
opts: __ExceptionOptionType<InvalidInputException, __BaseException>
|
|
320
|
+
);
|
|
321
|
+
}
|
|
322
|
+
export declare enum HttpsMethod {
|
|
323
|
+
POST = "POST",
|
|
324
|
+
PUT = "PUT",
|
|
325
|
+
}
|
|
326
|
+
export interface CreateSubscriptionNotificationConfigurationRequest {
|
|
327
|
+
subscriptionId: string | undefined;
|
|
328
|
+
subscriptionEndpoint?: string;
|
|
329
|
+
httpsApiKeyName?: string;
|
|
330
|
+
httpsApiKeyValue?: string;
|
|
331
|
+
httpsMethod?: HttpsMethod | string;
|
|
332
|
+
createSqs?: boolean;
|
|
333
|
+
roleArn?: string;
|
|
334
|
+
}
|
|
335
|
+
export interface CreateSubscriptionNotificationConfigurationResponse {
|
|
336
|
+
queueArn?: string;
|
|
337
|
+
}
|
|
338
|
+
export interface DeleteAwsLogSourceRequest {
|
|
339
|
+
inputOrder: (Dimension | string)[] | undefined;
|
|
340
|
+
disableAllDimensions?: Record<string, Record<string, string[]>>;
|
|
341
|
+
disableTwoDimensions?: Record<string, string[]>;
|
|
342
|
+
disableSingleDimension?: string[];
|
|
343
|
+
}
|
|
344
|
+
export interface DeleteAwsLogSourceResponse {
|
|
345
|
+
processing?: string[];
|
|
346
|
+
failed?: string[];
|
|
347
|
+
}
|
|
348
|
+
export interface DeleteCustomLogSourceRequest {
|
|
349
|
+
customSourceName: string | undefined;
|
|
350
|
+
}
|
|
351
|
+
export interface DeleteCustomLogSourceResponse {
|
|
352
|
+
customDataLocation: string | undefined;
|
|
353
|
+
}
|
|
354
|
+
export interface DeleteDatalakeRequest {}
|
|
355
|
+
export interface DeleteDatalakeResponse {}
|
|
356
|
+
export interface DeleteDatalakeAutoEnableRequest {
|
|
357
|
+
removeFromConfigurationForNewAccounts:
|
|
358
|
+
| AutoEnableNewRegionConfiguration[]
|
|
359
|
+
| undefined;
|
|
360
|
+
}
|
|
361
|
+
export interface DeleteDatalakeAutoEnableResponse {}
|
|
362
|
+
export interface DeleteDatalakeDelegatedAdminRequest {
|
|
363
|
+
account: string | undefined;
|
|
364
|
+
}
|
|
365
|
+
export interface DeleteDatalakeDelegatedAdminResponse {}
|
|
366
|
+
export interface DeleteDatalakeExceptionsSubscriptionRequest {}
|
|
367
|
+
export interface DeleteDatalakeExceptionsSubscriptionResponse {
|
|
368
|
+
status: string | undefined;
|
|
369
|
+
}
|
|
370
|
+
export interface DeleteSubscriberRequest {
|
|
371
|
+
id: string | undefined;
|
|
372
|
+
}
|
|
373
|
+
export interface DeleteSubscriberResponse {}
|
|
374
|
+
export interface DeleteSubscriptionNotificationConfigurationRequest {
|
|
375
|
+
subscriptionId: string | undefined;
|
|
376
|
+
}
|
|
377
|
+
export interface DeleteSubscriptionNotificationConfigurationResponse {}
|
|
378
|
+
export declare enum EndpointProtocol {
|
|
379
|
+
HTTPS = "HTTPS",
|
|
380
|
+
SQS = "SQS",
|
|
381
|
+
}
|
|
382
|
+
export declare class EventBridgeException extends __BaseException {
|
|
383
|
+
readonly name: "EventBridgeException";
|
|
384
|
+
readonly $fault: "client";
|
|
385
|
+
constructor(
|
|
386
|
+
opts: __ExceptionOptionType<EventBridgeException, __BaseException>
|
|
387
|
+
);
|
|
388
|
+
}
|
|
389
|
+
export interface Failures {
|
|
390
|
+
exceptionMessage: string | undefined;
|
|
391
|
+
remediation: string | undefined;
|
|
392
|
+
timestamp: Date | undefined;
|
|
393
|
+
}
|
|
394
|
+
export interface FailuresResponse {
|
|
395
|
+
region?: string;
|
|
396
|
+
failures?: Failures[];
|
|
397
|
+
}
|
|
398
|
+
export interface GetDatalakeRequest {}
|
|
399
|
+
export declare enum SettingsStatus {
|
|
400
|
+
COMPLETED = "COMPLETED",
|
|
401
|
+
FAILED = "FAILED",
|
|
402
|
+
INITIALIZED = "INITIALIZED",
|
|
403
|
+
PENDING = "PENDING",
|
|
404
|
+
}
|
|
405
|
+
export interface LakeConfigurationResponse {
|
|
406
|
+
encryptionKey?: string;
|
|
407
|
+
retentionSettings?: RetentionSetting[];
|
|
408
|
+
tagsMap?: Record<string, string>;
|
|
409
|
+
replicationDestinationRegions?: (Region | string)[];
|
|
410
|
+
replicationRoleArn?: string;
|
|
411
|
+
s3BucketArn?: string;
|
|
412
|
+
status?: SettingsStatus | string;
|
|
413
|
+
}
|
|
414
|
+
export interface GetDatalakeResponse {
|
|
415
|
+
configurations: Record<string, LakeConfigurationResponse> | undefined;
|
|
416
|
+
}
|
|
417
|
+
export interface GetDatalakeAutoEnableRequest {}
|
|
418
|
+
export interface GetDatalakeAutoEnableResponse {
|
|
419
|
+
autoEnableNewAccounts: AutoEnableNewRegionConfiguration[] | undefined;
|
|
420
|
+
}
|
|
421
|
+
export interface GetDatalakeExceptionsExpiryRequest {}
|
|
422
|
+
export interface GetDatalakeExceptionsExpiryResponse {
|
|
423
|
+
exceptionMessageExpiry: number | undefined;
|
|
424
|
+
}
|
|
425
|
+
export interface GetDatalakeExceptionsSubscriptionRequest {}
|
|
426
|
+
export interface ProtocolAndNotificationEndpoint {
|
|
427
|
+
protocol?: string;
|
|
428
|
+
endpoint?: string;
|
|
429
|
+
}
|
|
430
|
+
export interface GetDatalakeExceptionsSubscriptionResponse {
|
|
431
|
+
protocolAndNotificationEndpoint: ProtocolAndNotificationEndpoint | undefined;
|
|
432
|
+
}
|
|
433
|
+
export interface GetDatalakeStatusRequest {
|
|
434
|
+
accountSet?: string[];
|
|
435
|
+
maxAccountResults?: number;
|
|
436
|
+
nextToken?: string;
|
|
437
|
+
}
|
|
438
|
+
export interface GetDatalakeStatusResponse {
|
|
439
|
+
accountSourcesList: AccountSources[] | undefined;
|
|
440
|
+
nextToken?: string;
|
|
441
|
+
}
|
|
442
|
+
export interface GetSubscriberRequest {
|
|
443
|
+
id: string | undefined;
|
|
444
|
+
}
|
|
445
|
+
export declare enum SubscriptionStatus {
|
|
446
|
+
ACTIVE = "ACTIVE",
|
|
447
|
+
DEACTIVATED = "DEACTIVATED",
|
|
448
|
+
PENDING = "PENDING",
|
|
449
|
+
READY = "READY",
|
|
450
|
+
}
|
|
451
|
+
export interface SubscriberResource {
|
|
452
|
+
subscriptionId: string | undefined;
|
|
453
|
+
sourceTypes: SourceType[] | undefined;
|
|
454
|
+
accountId: string | undefined;
|
|
455
|
+
subscriberName?: string;
|
|
456
|
+
subscriberDescription?: string;
|
|
457
|
+
subscriptionStatus?: SubscriptionStatus | string;
|
|
458
|
+
roleArn?: string;
|
|
459
|
+
snsArn?: string;
|
|
460
|
+
s3BucketArn?: string;
|
|
461
|
+
accessTypes?: (AccessType | string)[];
|
|
462
|
+
subscriptionEndpoint?: string;
|
|
463
|
+
subscriptionProtocol?: EndpointProtocol | string;
|
|
464
|
+
externalId?: string;
|
|
465
|
+
createdAt?: Date;
|
|
466
|
+
updatedAt?: Date;
|
|
467
|
+
}
|
|
468
|
+
export interface GetSubscriberResponse {
|
|
469
|
+
subscriber?: SubscriberResource;
|
|
470
|
+
}
|
|
471
|
+
export interface ListDatalakeExceptionsRequest {
|
|
472
|
+
regionSet?: (Region | string)[];
|
|
473
|
+
maxFailures?: number;
|
|
474
|
+
nextToken?: string;
|
|
475
|
+
}
|
|
476
|
+
export interface ListDatalakeExceptionsResponse {
|
|
477
|
+
nonRetryableFailures: FailuresResponse[] | undefined;
|
|
478
|
+
nextToken?: string;
|
|
479
|
+
}
|
|
480
|
+
export interface ListLogSourcesRequest {
|
|
481
|
+
inputOrder?: (Dimension | string)[];
|
|
482
|
+
listAllDimensions?: Record<string, Record<string, string[]>>;
|
|
483
|
+
listTwoDimensions?: Record<string, string[]>;
|
|
484
|
+
listSingleDimension?: string[];
|
|
485
|
+
maxResults?: number;
|
|
486
|
+
nextToken?: string;
|
|
487
|
+
}
|
|
488
|
+
export interface ListLogSourcesResponse {
|
|
489
|
+
regionSourceTypesAccountsList:
|
|
490
|
+
| Record<string, Record<string, string[]>>[]
|
|
491
|
+
| undefined;
|
|
492
|
+
nextToken?: string;
|
|
493
|
+
}
|
|
494
|
+
export interface ListSubscribersRequest {
|
|
495
|
+
nextToken?: string;
|
|
496
|
+
maxResults?: number;
|
|
497
|
+
}
|
|
498
|
+
export interface ListSubscribersResponse {
|
|
499
|
+
subscribers: SubscriberResource[] | undefined;
|
|
500
|
+
nextToken?: string;
|
|
501
|
+
}
|
|
502
|
+
export interface UpdateDatalakeRequest {
|
|
503
|
+
configurations: Record<string, LakeConfigurationRequest> | undefined;
|
|
504
|
+
}
|
|
505
|
+
export interface UpdateDatalakeResponse {}
|
|
506
|
+
export interface UpdateDatalakeExceptionsExpiryRequest {
|
|
507
|
+
exceptionMessageExpiry: number | undefined;
|
|
508
|
+
}
|
|
509
|
+
export interface UpdateDatalakeExceptionsExpiryResponse {}
|
|
510
|
+
export interface UpdateDatalakeExceptionsSubscriptionRequest {
|
|
511
|
+
subscriptionProtocol: SubscriptionProtocolType | string | undefined;
|
|
512
|
+
notificationEndpoint: string | undefined;
|
|
513
|
+
}
|
|
514
|
+
export interface UpdateDatalakeExceptionsSubscriptionResponse {}
|
|
515
|
+
export interface UpdateSubscriberRequest {
|
|
516
|
+
id: string | undefined;
|
|
517
|
+
sourceTypes?: SourceType[];
|
|
518
|
+
externalId?: string;
|
|
519
|
+
subscriberName?: string;
|
|
520
|
+
subscriberDescription?: string;
|
|
521
|
+
}
|
|
522
|
+
export interface UpdateSubscriberResponse {
|
|
523
|
+
subscriber?: SubscriberResource;
|
|
524
|
+
}
|
|
525
|
+
export interface UpdateSubscriptionNotificationConfigurationRequest {
|
|
526
|
+
subscriptionId: string | undefined;
|
|
527
|
+
subscriptionEndpoint?: string;
|
|
528
|
+
httpsApiKeyName?: string;
|
|
529
|
+
httpsApiKeyValue?: string;
|
|
530
|
+
httpsMethod?: HttpsMethod | string;
|
|
531
|
+
createSqs?: boolean;
|
|
532
|
+
roleArn?: string;
|
|
533
|
+
}
|
|
534
|
+
export interface UpdateSubscriptionNotificationConfigurationResponse {
|
|
535
|
+
queueArn?: string;
|
|
536
|
+
}
|
|
537
|
+
export declare const LogsStatusFilterSensitiveLog: (obj: LogsStatus) => any;
|
|
538
|
+
export declare const AccountSourcesFilterSensitiveLog: (
|
|
539
|
+
obj: AccountSources
|
|
540
|
+
) => any;
|
|
541
|
+
export declare const AutoEnableNewRegionConfigurationFilterSensitiveLog: (
|
|
542
|
+
obj: AutoEnableNewRegionConfiguration
|
|
543
|
+
) => any;
|
|
544
|
+
export declare const CreateAwsLogSourceRequestFilterSensitiveLog: (
|
|
545
|
+
obj: CreateAwsLogSourceRequest
|
|
546
|
+
) => any;
|
|
547
|
+
export declare const CreateAwsLogSourceResponseFilterSensitiveLog: (
|
|
548
|
+
obj: CreateAwsLogSourceResponse
|
|
549
|
+
) => any;
|
|
550
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
551
|
+
obj: ValidationExceptionField
|
|
552
|
+
) => any;
|
|
553
|
+
export declare const CreateCustomLogSourceRequestFilterSensitiveLog: (
|
|
554
|
+
obj: CreateCustomLogSourceRequest
|
|
555
|
+
) => any;
|
|
556
|
+
export declare const CreateCustomLogSourceResponseFilterSensitiveLog: (
|
|
557
|
+
obj: CreateCustomLogSourceResponse
|
|
558
|
+
) => any;
|
|
559
|
+
export declare const RetentionSettingFilterSensitiveLog: (
|
|
560
|
+
obj: RetentionSetting
|
|
561
|
+
) => any;
|
|
562
|
+
export declare const LakeConfigurationRequestFilterSensitiveLog: (
|
|
563
|
+
obj: LakeConfigurationRequest
|
|
564
|
+
) => any;
|
|
565
|
+
export declare const CreateDatalakeRequestFilterSensitiveLog: (
|
|
566
|
+
obj: CreateDatalakeRequest
|
|
567
|
+
) => any;
|
|
568
|
+
export declare const CreateDatalakeResponseFilterSensitiveLog: (
|
|
569
|
+
obj: CreateDatalakeResponse
|
|
570
|
+
) => any;
|
|
571
|
+
export declare const CreateDatalakeAutoEnableRequestFilterSensitiveLog: (
|
|
572
|
+
obj: CreateDatalakeAutoEnableRequest
|
|
573
|
+
) => any;
|
|
574
|
+
export declare const CreateDatalakeAutoEnableResponseFilterSensitiveLog: (
|
|
575
|
+
obj: CreateDatalakeAutoEnableResponse
|
|
576
|
+
) => any;
|
|
577
|
+
export declare const CreateDatalakeDelegatedAdminRequestFilterSensitiveLog: (
|
|
578
|
+
obj: CreateDatalakeDelegatedAdminRequest
|
|
579
|
+
) => any;
|
|
580
|
+
export declare const CreateDatalakeDelegatedAdminResponseFilterSensitiveLog: (
|
|
581
|
+
obj: CreateDatalakeDelegatedAdminResponse
|
|
582
|
+
) => any;
|
|
583
|
+
export declare const CreateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog: (
|
|
584
|
+
obj: CreateDatalakeExceptionsSubscriptionRequest
|
|
585
|
+
) => any;
|
|
586
|
+
export declare const CreateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog: (
|
|
587
|
+
obj: CreateDatalakeExceptionsSubscriptionResponse
|
|
588
|
+
) => any;
|
|
589
|
+
export declare const SourceTypeFilterSensitiveLog: (obj: SourceType) => any;
|
|
590
|
+
export declare const CreateSubscriberRequestFilterSensitiveLog: (
|
|
591
|
+
obj: CreateSubscriberRequest
|
|
592
|
+
) => any;
|
|
593
|
+
export declare const CreateSubscriberResponseFilterSensitiveLog: (
|
|
594
|
+
obj: CreateSubscriberResponse
|
|
595
|
+
) => any;
|
|
596
|
+
export declare const CreateSubscriptionNotificationConfigurationRequestFilterSensitiveLog: (
|
|
597
|
+
obj: CreateSubscriptionNotificationConfigurationRequest
|
|
598
|
+
) => any;
|
|
599
|
+
export declare const CreateSubscriptionNotificationConfigurationResponseFilterSensitiveLog: (
|
|
600
|
+
obj: CreateSubscriptionNotificationConfigurationResponse
|
|
601
|
+
) => any;
|
|
602
|
+
export declare const DeleteAwsLogSourceRequestFilterSensitiveLog: (
|
|
603
|
+
obj: DeleteAwsLogSourceRequest
|
|
604
|
+
) => any;
|
|
605
|
+
export declare const DeleteAwsLogSourceResponseFilterSensitiveLog: (
|
|
606
|
+
obj: DeleteAwsLogSourceResponse
|
|
607
|
+
) => any;
|
|
608
|
+
export declare const DeleteCustomLogSourceRequestFilterSensitiveLog: (
|
|
609
|
+
obj: DeleteCustomLogSourceRequest
|
|
610
|
+
) => any;
|
|
611
|
+
export declare const DeleteCustomLogSourceResponseFilterSensitiveLog: (
|
|
612
|
+
obj: DeleteCustomLogSourceResponse
|
|
613
|
+
) => any;
|
|
614
|
+
export declare const DeleteDatalakeRequestFilterSensitiveLog: (
|
|
615
|
+
obj: DeleteDatalakeRequest
|
|
616
|
+
) => any;
|
|
617
|
+
export declare const DeleteDatalakeResponseFilterSensitiveLog: (
|
|
618
|
+
obj: DeleteDatalakeResponse
|
|
619
|
+
) => any;
|
|
620
|
+
export declare const DeleteDatalakeAutoEnableRequestFilterSensitiveLog: (
|
|
621
|
+
obj: DeleteDatalakeAutoEnableRequest
|
|
622
|
+
) => any;
|
|
623
|
+
export declare const DeleteDatalakeAutoEnableResponseFilterSensitiveLog: (
|
|
624
|
+
obj: DeleteDatalakeAutoEnableResponse
|
|
625
|
+
) => any;
|
|
626
|
+
export declare const DeleteDatalakeDelegatedAdminRequestFilterSensitiveLog: (
|
|
627
|
+
obj: DeleteDatalakeDelegatedAdminRequest
|
|
628
|
+
) => any;
|
|
629
|
+
export declare const DeleteDatalakeDelegatedAdminResponseFilterSensitiveLog: (
|
|
630
|
+
obj: DeleteDatalakeDelegatedAdminResponse
|
|
631
|
+
) => any;
|
|
632
|
+
export declare const DeleteDatalakeExceptionsSubscriptionRequestFilterSensitiveLog: (
|
|
633
|
+
obj: DeleteDatalakeExceptionsSubscriptionRequest
|
|
634
|
+
) => any;
|
|
635
|
+
export declare const DeleteDatalakeExceptionsSubscriptionResponseFilterSensitiveLog: (
|
|
636
|
+
obj: DeleteDatalakeExceptionsSubscriptionResponse
|
|
637
|
+
) => any;
|
|
638
|
+
export declare const DeleteSubscriberRequestFilterSensitiveLog: (
|
|
639
|
+
obj: DeleteSubscriberRequest
|
|
640
|
+
) => any;
|
|
641
|
+
export declare const DeleteSubscriberResponseFilterSensitiveLog: (
|
|
642
|
+
obj: DeleteSubscriberResponse
|
|
643
|
+
) => any;
|
|
644
|
+
export declare const DeleteSubscriptionNotificationConfigurationRequestFilterSensitiveLog: (
|
|
645
|
+
obj: DeleteSubscriptionNotificationConfigurationRequest
|
|
646
|
+
) => any;
|
|
647
|
+
export declare const DeleteSubscriptionNotificationConfigurationResponseFilterSensitiveLog: (
|
|
648
|
+
obj: DeleteSubscriptionNotificationConfigurationResponse
|
|
649
|
+
) => any;
|
|
650
|
+
export declare const FailuresFilterSensitiveLog: (obj: Failures) => any;
|
|
651
|
+
export declare const FailuresResponseFilterSensitiveLog: (
|
|
652
|
+
obj: FailuresResponse
|
|
653
|
+
) => any;
|
|
654
|
+
export declare const GetDatalakeRequestFilterSensitiveLog: (
|
|
655
|
+
obj: GetDatalakeRequest
|
|
656
|
+
) => any;
|
|
657
|
+
export declare const LakeConfigurationResponseFilterSensitiveLog: (
|
|
658
|
+
obj: LakeConfigurationResponse
|
|
659
|
+
) => any;
|
|
660
|
+
export declare const GetDatalakeResponseFilterSensitiveLog: (
|
|
661
|
+
obj: GetDatalakeResponse
|
|
662
|
+
) => any;
|
|
663
|
+
export declare const GetDatalakeAutoEnableRequestFilterSensitiveLog: (
|
|
664
|
+
obj: GetDatalakeAutoEnableRequest
|
|
665
|
+
) => any;
|
|
666
|
+
export declare const GetDatalakeAutoEnableResponseFilterSensitiveLog: (
|
|
667
|
+
obj: GetDatalakeAutoEnableResponse
|
|
668
|
+
) => any;
|
|
669
|
+
export declare const GetDatalakeExceptionsExpiryRequestFilterSensitiveLog: (
|
|
670
|
+
obj: GetDatalakeExceptionsExpiryRequest
|
|
671
|
+
) => any;
|
|
672
|
+
export declare const GetDatalakeExceptionsExpiryResponseFilterSensitiveLog: (
|
|
673
|
+
obj: GetDatalakeExceptionsExpiryResponse
|
|
674
|
+
) => any;
|
|
675
|
+
export declare const GetDatalakeExceptionsSubscriptionRequestFilterSensitiveLog: (
|
|
676
|
+
obj: GetDatalakeExceptionsSubscriptionRequest
|
|
677
|
+
) => any;
|
|
678
|
+
export declare const ProtocolAndNotificationEndpointFilterSensitiveLog: (
|
|
679
|
+
obj: ProtocolAndNotificationEndpoint
|
|
680
|
+
) => any;
|
|
681
|
+
export declare const GetDatalakeExceptionsSubscriptionResponseFilterSensitiveLog: (
|
|
682
|
+
obj: GetDatalakeExceptionsSubscriptionResponse
|
|
683
|
+
) => any;
|
|
684
|
+
export declare const GetDatalakeStatusRequestFilterSensitiveLog: (
|
|
685
|
+
obj: GetDatalakeStatusRequest
|
|
686
|
+
) => any;
|
|
687
|
+
export declare const GetDatalakeStatusResponseFilterSensitiveLog: (
|
|
688
|
+
obj: GetDatalakeStatusResponse
|
|
689
|
+
) => any;
|
|
690
|
+
export declare const GetSubscriberRequestFilterSensitiveLog: (
|
|
691
|
+
obj: GetSubscriberRequest
|
|
692
|
+
) => any;
|
|
693
|
+
export declare const SubscriberResourceFilterSensitiveLog: (
|
|
694
|
+
obj: SubscriberResource
|
|
695
|
+
) => any;
|
|
696
|
+
export declare const GetSubscriberResponseFilterSensitiveLog: (
|
|
697
|
+
obj: GetSubscriberResponse
|
|
698
|
+
) => any;
|
|
699
|
+
export declare const ListDatalakeExceptionsRequestFilterSensitiveLog: (
|
|
700
|
+
obj: ListDatalakeExceptionsRequest
|
|
701
|
+
) => any;
|
|
702
|
+
export declare const ListDatalakeExceptionsResponseFilterSensitiveLog: (
|
|
703
|
+
obj: ListDatalakeExceptionsResponse
|
|
704
|
+
) => any;
|
|
705
|
+
export declare const ListLogSourcesRequestFilterSensitiveLog: (
|
|
706
|
+
obj: ListLogSourcesRequest
|
|
707
|
+
) => any;
|
|
708
|
+
export declare const ListLogSourcesResponseFilterSensitiveLog: (
|
|
709
|
+
obj: ListLogSourcesResponse
|
|
710
|
+
) => any;
|
|
711
|
+
export declare const ListSubscribersRequestFilterSensitiveLog: (
|
|
712
|
+
obj: ListSubscribersRequest
|
|
713
|
+
) => any;
|
|
714
|
+
export declare const ListSubscribersResponseFilterSensitiveLog: (
|
|
715
|
+
obj: ListSubscribersResponse
|
|
716
|
+
) => any;
|
|
717
|
+
export declare const UpdateDatalakeRequestFilterSensitiveLog: (
|
|
718
|
+
obj: UpdateDatalakeRequest
|
|
719
|
+
) => any;
|
|
720
|
+
export declare const UpdateDatalakeResponseFilterSensitiveLog: (
|
|
721
|
+
obj: UpdateDatalakeResponse
|
|
722
|
+
) => any;
|
|
723
|
+
export declare const UpdateDatalakeExceptionsExpiryRequestFilterSensitiveLog: (
|
|
724
|
+
obj: UpdateDatalakeExceptionsExpiryRequest
|
|
725
|
+
) => any;
|
|
726
|
+
export declare const UpdateDatalakeExceptionsExpiryResponseFilterSensitiveLog: (
|
|
727
|
+
obj: UpdateDatalakeExceptionsExpiryResponse
|
|
728
|
+
) => any;
|
|
729
|
+
export declare const UpdateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog: (
|
|
730
|
+
obj: UpdateDatalakeExceptionsSubscriptionRequest
|
|
731
|
+
) => any;
|
|
732
|
+
export declare const UpdateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog: (
|
|
733
|
+
obj: UpdateDatalakeExceptionsSubscriptionResponse
|
|
734
|
+
) => any;
|
|
735
|
+
export declare const UpdateSubscriberRequestFilterSensitiveLog: (
|
|
736
|
+
obj: UpdateSubscriberRequest
|
|
737
|
+
) => any;
|
|
738
|
+
export declare const UpdateSubscriberResponseFilterSensitiveLog: (
|
|
739
|
+
obj: UpdateSubscriberResponse
|
|
740
|
+
) => any;
|
|
741
|
+
export declare const UpdateSubscriptionNotificationConfigurationRequestFilterSensitiveLog: (
|
|
742
|
+
obj: UpdateSubscriptionNotificationConfigurationRequest
|
|
743
|
+
) => any;
|
|
744
|
+
export declare const UpdateSubscriptionNotificationConfigurationResponseFilterSensitiveLog: (
|
|
745
|
+
obj: UpdateSubscriptionNotificationConfigurationResponse
|
|
746
|
+
) => any;
|