@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,1497 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { SecurityLakeServiceException as __BaseException } from "./SecurityLakeServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p>You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization
|
|
5
|
+
* request. An explicit denial occurs when a policy contains a Deny statement for the specific
|
|
6
|
+
* Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also
|
|
7
|
+
* no applicable Allow statement.</p>
|
|
8
|
+
*/
|
|
9
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
10
|
+
readonly name: "AccessDeniedException";
|
|
11
|
+
readonly $fault: "client";
|
|
12
|
+
/**
|
|
13
|
+
* @internal
|
|
14
|
+
*/
|
|
15
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
16
|
+
}
|
|
17
|
+
export declare enum AccessType {
|
|
18
|
+
LAKEFORMATION = "LAKEFORMATION",
|
|
19
|
+
S3 = "S3"
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* <p>Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.</p>
|
|
23
|
+
*/
|
|
24
|
+
export declare class AccountNotFoundException extends __BaseException {
|
|
25
|
+
readonly name: "AccountNotFoundException";
|
|
26
|
+
readonly $fault: "client";
|
|
27
|
+
/**
|
|
28
|
+
* @internal
|
|
29
|
+
*/
|
|
30
|
+
constructor(opts: __ExceptionOptionType<AccountNotFoundException, __BaseException>);
|
|
31
|
+
}
|
|
32
|
+
export declare enum OcsfEventClass {
|
|
33
|
+
ACCESS_ACTIVITY = "ACCESS_ACTIVITY",
|
|
34
|
+
ACCOUNT_CHANGE = "ACCOUNT_CHANGE",
|
|
35
|
+
AUTHENTICATION = "AUTHENTICATION",
|
|
36
|
+
AUTHORIZATION = "AUTHORIZATION",
|
|
37
|
+
CLOUD_API = "CLOUD_API",
|
|
38
|
+
CLOUD_STORAGE = "CLOUD_STORAGE",
|
|
39
|
+
CONFIG_STATE = "CONFIG_STATE",
|
|
40
|
+
CONTAINER_LIFECYCLE = "CONTAINER_LIFECYCLE",
|
|
41
|
+
DATABASE_LIFECYCLE = "DATABASE_LIFECYCLE",
|
|
42
|
+
DHCP_ACTIVITY = "DHCP_ACTIVITY",
|
|
43
|
+
DNS_ACTIVITY = "DNS_ACTIVITY",
|
|
44
|
+
ENTITY_MANAGEMENT_AUDIT = "ENTITY_MANAGEMENT_AUDIT",
|
|
45
|
+
FILE_ACTIVITY = "FILE_ACTIVITY",
|
|
46
|
+
FTP_ACTIVITY = "FTP_ACTIVITY",
|
|
47
|
+
HTTP_ACTIVITY = "HTTP_ACTIVITY",
|
|
48
|
+
INVENTORY_INFO = "INVENTORY_INFO",
|
|
49
|
+
KERNEL_ACTIVITY = "KERNEL_ACTIVITY",
|
|
50
|
+
KERNEL_EXTENSION = "KERNEL_EXTENSION",
|
|
51
|
+
MEMORY_ACTIVITY = "MEMORY_ACTIVITY",
|
|
52
|
+
MODULE_ACTIVITY = "MODULE_ACTIVITY",
|
|
53
|
+
NETWORK_ACTIVITY = "NETWORK_ACTIVITY",
|
|
54
|
+
PROCESS_ACTIVITY = "PROCESS_ACTIVITY",
|
|
55
|
+
RDP_ACTIVITY = "RDP_ACTIVITY",
|
|
56
|
+
REGISTRY_KEY_ACTIVITY = "REGISTRY_KEY_ACTIVITY",
|
|
57
|
+
REGISTRY_VALUE_ACTIVITY = "REGISTRY_VALUE_ACTIVITY",
|
|
58
|
+
RESOURCE_ACTIVITY = "RESOURCE_ACTIVITY",
|
|
59
|
+
RFB_ACTIVITY = "RFB_ACTIVITY",
|
|
60
|
+
SCHEDULED_JOB_ACTIVITY = "SCHEDULED_JOB_ACTIVITY",
|
|
61
|
+
SECURITY_FINDING = "SECURITY_FINDING",
|
|
62
|
+
SMB_ACTIVITY = "SMB_ACTIVITY",
|
|
63
|
+
SMTP_ACTIVITY = "SMTP_ACTIVITY",
|
|
64
|
+
SSH_ACTIVITY = "SSH_ACTIVITY",
|
|
65
|
+
VIRTUAL_MACHINE_ACTIVITY = "VIRTUAL_MACHINE_ACTIVITY"
|
|
66
|
+
}
|
|
67
|
+
export declare enum SourceStatus {
|
|
68
|
+
ACTIVE = "ACTIVE",
|
|
69
|
+
DEACTIVATED = "DEACTIVATED",
|
|
70
|
+
PENDING = "PENDING"
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* <p>Log status for the Security Lake account.</p>
|
|
74
|
+
*/
|
|
75
|
+
export interface LogsStatus {
|
|
76
|
+
/**
|
|
77
|
+
* <p>Defines path the stored logs are available which has information on your systems,
|
|
78
|
+
* applications, and services. </p>
|
|
79
|
+
*/
|
|
80
|
+
pathToLogs: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* <p>Health status of services including error codes and patterns.</p>
|
|
83
|
+
*/
|
|
84
|
+
healthStatus: SourceStatus | string | undefined;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* <p>Security Lake can collect logs and events from supported Amazon Web Services services and custom sources. </p>
|
|
88
|
+
*/
|
|
89
|
+
export interface AccountSources {
|
|
90
|
+
/**
|
|
91
|
+
* <p>Account ID of the Security Lake account for which logs are collected.</p>
|
|
92
|
+
*/
|
|
93
|
+
account: string | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* <p>The supported Amazon Web Services services from which logs and events are collected. Amazon Security Lake supports logs and events collection for natively-supported Amazon Web Services services. For more information, see the Amazon Security Lake User Guide. </p>
|
|
96
|
+
*/
|
|
97
|
+
sourceType: string | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* <p>Log status for the Security Lake account.</p>
|
|
100
|
+
*/
|
|
101
|
+
logsStatus?: LogsStatus[];
|
|
102
|
+
/**
|
|
103
|
+
* <p>Initializes a new instance of the Event class.</p>
|
|
104
|
+
*/
|
|
105
|
+
eventClass?: OcsfEventClass | string;
|
|
106
|
+
}
|
|
107
|
+
export declare enum Region {
|
|
108
|
+
AP_NORTHEAST_1 = "ap-northeast-1",
|
|
109
|
+
AP_SOUTHEAST_2 = "ap-southeast-2",
|
|
110
|
+
EU_CENTRAL_1 = "eu-central-1",
|
|
111
|
+
EU_WEST_1 = "eu-west-1",
|
|
112
|
+
US_EAST_1 = "us-east-1",
|
|
113
|
+
US_EAST_2 = "us-east-2",
|
|
114
|
+
US_WEST_2 = "us-west-2"
|
|
115
|
+
}
|
|
116
|
+
export declare enum AwsLogSourceType {
|
|
117
|
+
CLOUD_TRAIL = "CLOUD_TRAIL",
|
|
118
|
+
ROUTE53 = "ROUTE53",
|
|
119
|
+
SH_FINDINGS = "SH_FINDINGS",
|
|
120
|
+
VPC_FLOW = "VPC_FLOW"
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* <p>Automatically enable new organization accounts as member accounts from a Security Lake administrator
|
|
124
|
+
* account.</p>
|
|
125
|
+
*/
|
|
126
|
+
export interface AutoEnableNewRegionConfiguration {
|
|
127
|
+
/**
|
|
128
|
+
* <p>The Regions where Security Lake is auto enabled</p>
|
|
129
|
+
*/
|
|
130
|
+
region: Region | string | undefined;
|
|
131
|
+
/**
|
|
132
|
+
* <p>The Amazon Web Services sources which are auto enabled in Security Lake.</p>
|
|
133
|
+
*/
|
|
134
|
+
sources: (AwsLogSourceType | string)[] | undefined;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* <p>Amazon Security Lake generally returns 404 errors if the requested object is missing from the
|
|
138
|
+
* bucket.</p>
|
|
139
|
+
*/
|
|
140
|
+
export declare class BucketNotFoundException extends __BaseException {
|
|
141
|
+
readonly name: "BucketNotFoundException";
|
|
142
|
+
readonly $fault: "client";
|
|
143
|
+
/**
|
|
144
|
+
* @internal
|
|
145
|
+
*/
|
|
146
|
+
constructor(opts: __ExceptionOptionType<BucketNotFoundException, __BaseException>);
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* <p>More than one process tried to modify a resource at the same time. </p>
|
|
150
|
+
*/
|
|
151
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
152
|
+
readonly name: "ConcurrentModificationException";
|
|
153
|
+
readonly $fault: "client";
|
|
154
|
+
$retryable: {};
|
|
155
|
+
/**
|
|
156
|
+
* @internal
|
|
157
|
+
*/
|
|
158
|
+
constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
162
|
+
* occurs when the previous write did not have time to propagate to the host serving the
|
|
163
|
+
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
164
|
+
* this exception.</p>
|
|
165
|
+
*/
|
|
166
|
+
export declare class ConflictException extends __BaseException {
|
|
167
|
+
readonly name: "ConflictException";
|
|
168
|
+
readonly $fault: "client";
|
|
169
|
+
/**
|
|
170
|
+
* <p>A conflict occurred when prompting for the Resource ID.</p>
|
|
171
|
+
*/
|
|
172
|
+
resourceId: string | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* <p>The resource type. </p>
|
|
175
|
+
*/
|
|
176
|
+
resourceType: string | undefined;
|
|
177
|
+
/**
|
|
178
|
+
* @internal
|
|
179
|
+
*/
|
|
180
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* <p>There was a conflict when you attempted to modify a Security Lake source name. </p>
|
|
184
|
+
*/
|
|
185
|
+
export declare class ConflictSourceNamesException extends __BaseException {
|
|
186
|
+
readonly name: "ConflictSourceNamesException";
|
|
187
|
+
readonly $fault: "client";
|
|
188
|
+
/**
|
|
189
|
+
* @internal
|
|
190
|
+
*/
|
|
191
|
+
constructor(opts: __ExceptionOptionType<ConflictSourceNamesException, __BaseException>);
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* <p>A conflicting subscription exception operation is in progress. </p>
|
|
195
|
+
*/
|
|
196
|
+
export declare class ConflictSubscriptionException extends __BaseException {
|
|
197
|
+
readonly name: "ConflictSubscriptionException";
|
|
198
|
+
readonly $fault: "client";
|
|
199
|
+
/**
|
|
200
|
+
* @internal
|
|
201
|
+
*/
|
|
202
|
+
constructor(opts: __ExceptionOptionType<ConflictSubscriptionException, __BaseException>);
|
|
203
|
+
}
|
|
204
|
+
export declare enum Dimension {
|
|
205
|
+
MEMBER = "MEMBER",
|
|
206
|
+
REGION = "REGION",
|
|
207
|
+
SOURCE_TYPE = "SOURCE_TYPE"
|
|
208
|
+
}
|
|
209
|
+
export interface CreateAwsLogSourceRequest {
|
|
210
|
+
/**
|
|
211
|
+
* <p>Specifies the input order to enable dimensions in Security Lake, namely region, source
|
|
212
|
+
* type, and member account.</p>
|
|
213
|
+
*/
|
|
214
|
+
inputOrder: (Dimension | string)[] | undefined;
|
|
215
|
+
/**
|
|
216
|
+
* <p>Enables specific sources in all Regions and source types.</p>
|
|
217
|
+
*/
|
|
218
|
+
enableAllDimensions?: Record<string, Record<string, string[]>>;
|
|
219
|
+
/**
|
|
220
|
+
* <p>Enables specific service sources in specific accounts or Regions.</p>
|
|
221
|
+
*/
|
|
222
|
+
enableTwoDimensions?: Record<string, string[]>;
|
|
223
|
+
/**
|
|
224
|
+
* <p>Enables all sources in specific accounts or Regions.</p>
|
|
225
|
+
*/
|
|
226
|
+
enableSingleDimension?: string[];
|
|
227
|
+
}
|
|
228
|
+
export interface CreateAwsLogSourceResponse {
|
|
229
|
+
/**
|
|
230
|
+
* <p>List of all accounts which are in the process of enabling a natively-supported Amazon Web Services service as a Security Lake.</p>
|
|
231
|
+
*/
|
|
232
|
+
processing?: string[];
|
|
233
|
+
/**
|
|
234
|
+
* <p>List of all accounts in which enabling a natively-supported Amazon Web Services service as a Security Lake failed. The failure occurred as these accounts are not part of an organization.</p>
|
|
235
|
+
*/
|
|
236
|
+
failed?: string[];
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* <p>Internal service exceptions are sometimes caused by transient issues. Before you start
|
|
240
|
+
* troubleshooting, perform the operation again. </p>
|
|
241
|
+
*/
|
|
242
|
+
export declare class InternalServerException extends __BaseException {
|
|
243
|
+
readonly name: "InternalServerException";
|
|
244
|
+
readonly $fault: "server";
|
|
245
|
+
$retryable: {};
|
|
246
|
+
/**
|
|
247
|
+
* <p>Retry the request after the specified time. </p>
|
|
248
|
+
*/
|
|
249
|
+
retryAfterSeconds?: number;
|
|
250
|
+
/**
|
|
251
|
+
* @internal
|
|
252
|
+
*/
|
|
253
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* <p>The resource could not be found.</p>
|
|
257
|
+
*/
|
|
258
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
259
|
+
readonly name: "ResourceNotFoundException";
|
|
260
|
+
readonly $fault: "client";
|
|
261
|
+
/**
|
|
262
|
+
* <p>The ID of the resource for which the type of resource could not be found.</p>
|
|
263
|
+
*/
|
|
264
|
+
resourceId: string | undefined;
|
|
265
|
+
/**
|
|
266
|
+
* <p>The type of the resource that could not be found.</p>
|
|
267
|
+
*/
|
|
268
|
+
resourceType: string | undefined;
|
|
269
|
+
/**
|
|
270
|
+
* @internal
|
|
271
|
+
*/
|
|
272
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
273
|
+
}
|
|
274
|
+
/**
|
|
275
|
+
* <p>Provides an extension of the AmazonServiceException for errors reported by Amazon S3
|
|
276
|
+
* while processing a request. In particular, this class provides access to Amazon S3's
|
|
277
|
+
* extended request ID. This ID is required debugging information in the case the user needs
|
|
278
|
+
* to contact Amazon about an issue where Amazon S3 is incorrectly handling a request.</p>
|
|
279
|
+
*/
|
|
280
|
+
export declare class S3Exception extends __BaseException {
|
|
281
|
+
readonly name: "S3Exception";
|
|
282
|
+
readonly $fault: "client";
|
|
283
|
+
/**
|
|
284
|
+
* @internal
|
|
285
|
+
*/
|
|
286
|
+
constructor(opts: __ExceptionOptionType<S3Exception, __BaseException>);
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* <p>The input fails to meet the constraints specified in Amazon Security Lake </p>
|
|
290
|
+
*/
|
|
291
|
+
export interface ValidationExceptionField {
|
|
292
|
+
/**
|
|
293
|
+
* <p>Name of the validation exception.</p>
|
|
294
|
+
*/
|
|
295
|
+
name: string | undefined;
|
|
296
|
+
/**
|
|
297
|
+
* <p>Describes the error encountered.</p>
|
|
298
|
+
*/
|
|
299
|
+
message: string | undefined;
|
|
300
|
+
}
|
|
301
|
+
export declare enum ValidationExceptionReason {
|
|
302
|
+
CANNOT_PARSE = "cannotParse",
|
|
303
|
+
FIELD_VALIDATION_FAILED = "fieldValidationFailed",
|
|
304
|
+
OTHER = "other",
|
|
305
|
+
UNKNOWN_OPERATION = "unknownOperation"
|
|
306
|
+
}
|
|
307
|
+
/**
|
|
308
|
+
* <p>Your signing certificate could not be validated. </p>
|
|
309
|
+
*/
|
|
310
|
+
export declare class ValidationException extends __BaseException {
|
|
311
|
+
readonly name: "ValidationException";
|
|
312
|
+
readonly $fault: "client";
|
|
313
|
+
/**
|
|
314
|
+
* <p>The reason for the validation exception. </p>
|
|
315
|
+
*/
|
|
316
|
+
reason: ValidationExceptionReason | string | undefined;
|
|
317
|
+
/**
|
|
318
|
+
* <p>The list of parameters that failed to validate. </p>
|
|
319
|
+
*/
|
|
320
|
+
fieldList?: ValidationExceptionField[];
|
|
321
|
+
/**
|
|
322
|
+
* @internal
|
|
323
|
+
*/
|
|
324
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
325
|
+
}
|
|
326
|
+
export interface CreateCustomLogSourceRequest {
|
|
327
|
+
/**
|
|
328
|
+
* <p>The custom source name for a third-party custom source. </p>
|
|
329
|
+
*/
|
|
330
|
+
customSourceName: string | undefined;
|
|
331
|
+
/**
|
|
332
|
+
* <p>The Open Cybersecurity Schema Framework (OCSF) event class.</p>
|
|
333
|
+
*/
|
|
334
|
+
eventClass: OcsfEventClass | string | undefined;
|
|
335
|
+
/**
|
|
336
|
+
* <p>The IAM Role ARN to be used by the Glue Crawler. The recommended IAM policies are:</p>
|
|
337
|
+
* <ul>
|
|
338
|
+
* <li>
|
|
339
|
+
* <p>The managed policy <code>AWSGlueServiceRole</code>
|
|
340
|
+
* </p>
|
|
341
|
+
* </li>
|
|
342
|
+
* <li>
|
|
343
|
+
* <p>A custom policy granting access to your S3 Data Lake</p>
|
|
344
|
+
* </li>
|
|
345
|
+
* </ul>
|
|
346
|
+
*/
|
|
347
|
+
glueInvocationRoleArn: string | undefined;
|
|
348
|
+
/**
|
|
349
|
+
* <p>The Account ID that will assume the above Role to put logs into the Data Lake.</p>
|
|
350
|
+
*/
|
|
351
|
+
logProviderAccountId: string | undefined;
|
|
352
|
+
}
|
|
353
|
+
export interface CreateCustomLogSourceResponse {
|
|
354
|
+
/**
|
|
355
|
+
* <p>The location of the partition in the Security Lake S3 bucket.</p>
|
|
356
|
+
*/
|
|
357
|
+
customDataLocation: string | undefined;
|
|
358
|
+
/**
|
|
359
|
+
* <p>The name of the Glue crawler.</p>
|
|
360
|
+
*/
|
|
361
|
+
glueCrawlerName: string | undefined;
|
|
362
|
+
/**
|
|
363
|
+
* <p>The table name of the Glue crawler.</p>
|
|
364
|
+
*/
|
|
365
|
+
glueTableName: string | undefined;
|
|
366
|
+
/**
|
|
367
|
+
* <p>The Glue database where results are written, such as:
|
|
368
|
+
* <code>arn:aws:daylight:us-east-1::database/sometable/*</code>.</p>
|
|
369
|
+
*/
|
|
370
|
+
glueDatabaseName: string | undefined;
|
|
371
|
+
/**
|
|
372
|
+
* <p> IAM Role ARN to be used by the entity putting logs into your Custom Source partition.
|
|
373
|
+
* Security Lake will apply the correct access policies to this Role, but this Role must have the
|
|
374
|
+
* trust policy created manually. This Role's name must start with the text 'Security Lake'. It
|
|
375
|
+
* must trust the <code>logProviderAccountId</code> to assume it.</p>
|
|
376
|
+
*/
|
|
377
|
+
logProviderAccessRoleArn: string | undefined;
|
|
378
|
+
}
|
|
379
|
+
export declare enum StorageClass {
|
|
380
|
+
DEEP_ARCHIVE = "DEEP_ARCHIVE",
|
|
381
|
+
EXPIRE = "EXPIRE",
|
|
382
|
+
GLACIER = "GLACIER",
|
|
383
|
+
GLACIER_IR = "GLACIER_IR",
|
|
384
|
+
INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
|
|
385
|
+
ONEZONE_IA = "ONEZONE_IA",
|
|
386
|
+
STANDARD_IA = "STANDARD_IA"
|
|
387
|
+
}
|
|
388
|
+
/**
|
|
389
|
+
* <p>Retention settings for the destination Amazon S3 buckets in Security Lake. </p>
|
|
390
|
+
*/
|
|
391
|
+
export interface RetentionSetting {
|
|
392
|
+
/**
|
|
393
|
+
* <p>The range of storage classes that you can choose from based on the data access,
|
|
394
|
+
* resiliency, and cost requirements of your workloads.</p>
|
|
395
|
+
*/
|
|
396
|
+
storageClass?: StorageClass | string;
|
|
397
|
+
/**
|
|
398
|
+
* <p>The retention period specifies a fixed period of time during which the Security Lake object
|
|
399
|
+
* remains locked. You can specify the retention period for one or more source in days. </p>
|
|
400
|
+
*/
|
|
401
|
+
retentionPeriod?: number;
|
|
402
|
+
}
|
|
403
|
+
/**
|
|
404
|
+
* <p>Provides details of lake configuration object in Amazon Security Lake.</p>
|
|
405
|
+
*/
|
|
406
|
+
export interface LakeConfigurationRequest {
|
|
407
|
+
/**
|
|
408
|
+
* <p>The type of encryption key used by Security Lake to encrypt the lake configuration
|
|
409
|
+
* object.</p>
|
|
410
|
+
*/
|
|
411
|
+
encryptionKey?: string;
|
|
412
|
+
/**
|
|
413
|
+
* <p>Retention settings for the destination Amazon S3 buckets. </p>
|
|
414
|
+
*/
|
|
415
|
+
retentionSettings?: RetentionSetting[];
|
|
416
|
+
/**
|
|
417
|
+
* <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an
|
|
418
|
+
* optional value, both of which you define.</p>
|
|
419
|
+
*/
|
|
420
|
+
tagsMap?: Record<string, string>;
|
|
421
|
+
/**
|
|
422
|
+
* <p>Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
|
423
|
+
* Amazon S3 buckets that are configured for object replication can be owned by the same Amazon Web Services account or
|
|
424
|
+
* by different accounts. You can replicate objects to a single destination bucket or to
|
|
425
|
+
* multiple destination buckets. The destination buckets can be in different Amazon Web Services Regions or
|
|
426
|
+
* within the same Region as the source bucket.</p>
|
|
427
|
+
* <p>Set up one or more rollup Regions by providing the Region or Regions that should
|
|
428
|
+
* contribute to the central rollup Region. </p>
|
|
429
|
+
*/
|
|
430
|
+
replicationDestinationRegions?: (Region | string)[];
|
|
431
|
+
/**
|
|
432
|
+
* <p>Replication settings for the Amazon S3 buckets. This parameter uses the IAM role
|
|
433
|
+
* created by you that is managed by Security Lake, to ensure the replication setting is correct. </p>
|
|
434
|
+
*/
|
|
435
|
+
replicationRoleArn?: string;
|
|
436
|
+
}
|
|
437
|
+
export interface CreateDatalakeRequest {
|
|
438
|
+
/**
|
|
439
|
+
* <p>Enable Security Lake in the specified Regions to begin ingesting security data. To enable Security Lake in specific Amazon Web Services Regions, such as us-east-1 or ap-northeast-3, provide the Region codes. For a list of Region codes, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints">Region codes</a> in the Amazon Web Services General Reference.</p>
|
|
440
|
+
*/
|
|
441
|
+
regions?: (Region | string)[];
|
|
442
|
+
/**
|
|
443
|
+
* <p>Enable Security Lake with the specified configurations settings to begin ingesting security
|
|
444
|
+
* data. </p>
|
|
445
|
+
*/
|
|
446
|
+
configurations?: Record<string, LakeConfigurationRequest>;
|
|
447
|
+
/**
|
|
448
|
+
* <p>Enable Security Lake in all Regions to begin ingesting security data.</p>
|
|
449
|
+
*/
|
|
450
|
+
enableAll?: boolean;
|
|
451
|
+
/**
|
|
452
|
+
* <p>The Role ARN used to create and update the Glue table with partitions generated by ingestion and normalization of Amazon Web Services log sources and custom sources.</p>
|
|
453
|
+
*/
|
|
454
|
+
metaStoreManagerRoleArn?: string;
|
|
455
|
+
}
|
|
456
|
+
export interface CreateDatalakeResponse {
|
|
457
|
+
}
|
|
458
|
+
/**
|
|
459
|
+
* <p>You have exceeded your service quota. To perform the requested action, remove some of
|
|
460
|
+
* the relevant resources, or use Service Quotas to request a service quota increase. </p>
|
|
461
|
+
*/
|
|
462
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
463
|
+
readonly name: "ServiceQuotaExceededException";
|
|
464
|
+
readonly $fault: "client";
|
|
465
|
+
/**
|
|
466
|
+
* <p>The ID of the resource that exceeds the service quota.</p>
|
|
467
|
+
*/
|
|
468
|
+
resourceId: string | undefined;
|
|
469
|
+
/**
|
|
470
|
+
* <p>The type of the resource that exceeds the service quota.</p>
|
|
471
|
+
*/
|
|
472
|
+
resourceType: string | undefined;
|
|
473
|
+
/**
|
|
474
|
+
* <p>The code for the service in Service Quotas.</p>
|
|
475
|
+
*/
|
|
476
|
+
serviceCode: string | undefined;
|
|
477
|
+
/**
|
|
478
|
+
* <p>That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services account.</p>
|
|
479
|
+
*/
|
|
480
|
+
quotaCode: string | undefined;
|
|
481
|
+
/**
|
|
482
|
+
* @internal
|
|
483
|
+
*/
|
|
484
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
485
|
+
}
|
|
486
|
+
/**
|
|
487
|
+
* <p>The limit on the number of requests per second was exceeded. </p>
|
|
488
|
+
*/
|
|
489
|
+
export declare class ThrottlingException extends __BaseException {
|
|
490
|
+
readonly name: "ThrottlingException";
|
|
491
|
+
readonly $fault: "client";
|
|
492
|
+
$retryable: {
|
|
493
|
+
throttling: boolean;
|
|
494
|
+
};
|
|
495
|
+
/**
|
|
496
|
+
* <p>The code for the service in Service Quotas.</p>
|
|
497
|
+
*/
|
|
498
|
+
serviceCode?: string;
|
|
499
|
+
/**
|
|
500
|
+
* <p>That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services account.</p>
|
|
501
|
+
*/
|
|
502
|
+
quotaCode?: string;
|
|
503
|
+
/**
|
|
504
|
+
* <p>Retry the request after the specified time. </p>
|
|
505
|
+
*/
|
|
506
|
+
retryAfterSeconds?: number;
|
|
507
|
+
/**
|
|
508
|
+
* @internal
|
|
509
|
+
*/
|
|
510
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
511
|
+
}
|
|
512
|
+
export interface CreateDatalakeAutoEnableRequest {
|
|
513
|
+
/**
|
|
514
|
+
* <p>Enable Amazon Security Lake with the specified configurations settings to begin ingesting security
|
|
515
|
+
* data for new accounts in Security Lake. </p>
|
|
516
|
+
*/
|
|
517
|
+
configurationForNewAccounts: AutoEnableNewRegionConfiguration[] | undefined;
|
|
518
|
+
}
|
|
519
|
+
export interface CreateDatalakeAutoEnableResponse {
|
|
520
|
+
}
|
|
521
|
+
export interface CreateDatalakeDelegatedAdminRequest {
|
|
522
|
+
/**
|
|
523
|
+
* <p>Account ID of the Security Lake delegated administrator.</p>
|
|
524
|
+
*/
|
|
525
|
+
account: string | undefined;
|
|
526
|
+
}
|
|
527
|
+
export interface CreateDatalakeDelegatedAdminResponse {
|
|
528
|
+
}
|
|
529
|
+
export declare enum SubscriptionProtocolType {
|
|
530
|
+
APP = "APP",
|
|
531
|
+
EMAIL = "EMAIL",
|
|
532
|
+
EMAIL_JSON = "EMAIL_JSON",
|
|
533
|
+
FIREHOSE = "FIREHOSE",
|
|
534
|
+
HTTP = "HTTP",
|
|
535
|
+
HTTPS = "HTTPS",
|
|
536
|
+
LAMBDA = "LAMBDA",
|
|
537
|
+
SMS = "SMS",
|
|
538
|
+
SQS = "SQS"
|
|
539
|
+
}
|
|
540
|
+
export interface CreateDatalakeExceptionsSubscriptionRequest {
|
|
541
|
+
/**
|
|
542
|
+
* <p>The subscription protocol to which exception messages are posted. </p>
|
|
543
|
+
*/
|
|
544
|
+
subscriptionProtocol: SubscriptionProtocolType | string | undefined;
|
|
545
|
+
/**
|
|
546
|
+
* <p>The account in which the exception notifications subscription is created.</p>
|
|
547
|
+
*/
|
|
548
|
+
notificationEndpoint: string | undefined;
|
|
549
|
+
}
|
|
550
|
+
export interface CreateDatalakeExceptionsSubscriptionResponse {
|
|
551
|
+
}
|
|
552
|
+
/**
|
|
553
|
+
* <p>The supported source types from which logs and events are collected in Amazon Security Lake. </p>
|
|
554
|
+
*/
|
|
555
|
+
export declare type SourceType = SourceType.AwsSourceTypeMember | SourceType.CustomSourceTypeMember | SourceType.$UnknownMember;
|
|
556
|
+
export declare namespace SourceType {
|
|
557
|
+
/**
|
|
558
|
+
* <p>Amazon Security Lake supports logs and events collection for natively-supported Amazon Web Services services. For more information, see the Amazon Security Lake User Guide.</p>
|
|
559
|
+
*/
|
|
560
|
+
interface AwsSourceTypeMember {
|
|
561
|
+
awsSourceType: AwsLogSourceType | string;
|
|
562
|
+
customSourceType?: never;
|
|
563
|
+
$unknown?: never;
|
|
564
|
+
}
|
|
565
|
+
/**
|
|
566
|
+
* <p>Amazon Security Lake supports custom source types. For the detailed list, see the Amazon Security Lake User Guide.</p>
|
|
567
|
+
*/
|
|
568
|
+
interface CustomSourceTypeMember {
|
|
569
|
+
awsSourceType?: never;
|
|
570
|
+
customSourceType: string;
|
|
571
|
+
$unknown?: never;
|
|
572
|
+
}
|
|
573
|
+
interface $UnknownMember {
|
|
574
|
+
awsSourceType?: never;
|
|
575
|
+
customSourceType?: never;
|
|
576
|
+
$unknown: [string, any];
|
|
577
|
+
}
|
|
578
|
+
interface Visitor<T> {
|
|
579
|
+
awsSourceType: (value: AwsLogSourceType | string) => T;
|
|
580
|
+
customSourceType: (value: string) => T;
|
|
581
|
+
_: (name: string, value: any) => T;
|
|
582
|
+
}
|
|
583
|
+
const visit: <T>(value: SourceType, visitor: Visitor<T>) => T;
|
|
584
|
+
}
|
|
585
|
+
export interface CreateSubscriberRequest {
|
|
586
|
+
/**
|
|
587
|
+
* <p>The supported Amazon Web Services services from which logs and events are collected. Amazon Security Lake
|
|
588
|
+
* supports logs and events collection for natively-supported Amazon Web Services
|
|
589
|
+
* services.</p>
|
|
590
|
+
*/
|
|
591
|
+
sourceTypes: SourceType[] | undefined;
|
|
592
|
+
/**
|
|
593
|
+
* <p>The third party Amazon Web Services account ID used to access your data.</p>
|
|
594
|
+
*/
|
|
595
|
+
accountId: string | undefined;
|
|
596
|
+
/**
|
|
597
|
+
* <p>The external ID of the subscriber. External ID allows the user that is assuming the role
|
|
598
|
+
* to assert the circumstances in which they are operating. It also provides a way for the
|
|
599
|
+
* account owner to permit the role to be assumed only under specific circumstances.</p>
|
|
600
|
+
*/
|
|
601
|
+
externalId: string | undefined;
|
|
602
|
+
/**
|
|
603
|
+
* <p>The Amazon S3 or Lake Formation access type.</p>
|
|
604
|
+
*/
|
|
605
|
+
accessTypes?: (AccessType | string)[];
|
|
606
|
+
/**
|
|
607
|
+
* <p>The name of your Amazon Security Lake subscriber account.</p>
|
|
608
|
+
*/
|
|
609
|
+
subscriberName: string | undefined;
|
|
610
|
+
/**
|
|
611
|
+
* <p>The subscriber descriptions for the subscriber account in Amazon Security Lake. </p>
|
|
612
|
+
*/
|
|
613
|
+
subscriberDescription?: string;
|
|
614
|
+
}
|
|
615
|
+
export interface CreateSubscriberResponse {
|
|
616
|
+
/**
|
|
617
|
+
* <p>The <code>subscriptionId</code> that was created by the <code>CreateSubscriber</code> API call.</p>
|
|
618
|
+
*/
|
|
619
|
+
subscriptionId: string | undefined;
|
|
620
|
+
/**
|
|
621
|
+
* <p>The Amazon Resource Name (ARN) created by the user to provide to the subscriber. For
|
|
622
|
+
* more information about ARNs and how to use them in policies, see IAM identifiers in the IAM
|
|
623
|
+
* User Guide.</p>
|
|
624
|
+
*/
|
|
625
|
+
roleArn?: string;
|
|
626
|
+
/**
|
|
627
|
+
* <p>The Amazon Resource Name (ARN) for the Amazon Simple Notification Service.</p>
|
|
628
|
+
*/
|
|
629
|
+
snsArn?: string;
|
|
630
|
+
/**
|
|
631
|
+
* <p>The Amazon Resource Name (ARN) for the Amazon S3 bucket. </p>
|
|
632
|
+
*/
|
|
633
|
+
s3BucketArn?: string;
|
|
634
|
+
}
|
|
635
|
+
/**
|
|
636
|
+
* <p>The request was rejected because an invalid or out-of-range value was supplied for an
|
|
637
|
+
* input parameter. </p>
|
|
638
|
+
*/
|
|
639
|
+
export declare class InvalidInputException extends __BaseException {
|
|
640
|
+
readonly name: "InvalidInputException";
|
|
641
|
+
readonly $fault: "client";
|
|
642
|
+
/**
|
|
643
|
+
* @internal
|
|
644
|
+
*/
|
|
645
|
+
constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
|
|
646
|
+
}
|
|
647
|
+
export declare enum HttpsMethod {
|
|
648
|
+
POST = "POST",
|
|
649
|
+
PUT = "PUT"
|
|
650
|
+
}
|
|
651
|
+
export interface CreateSubscriptionNotificationConfigurationRequest {
|
|
652
|
+
/**
|
|
653
|
+
* <p>The subscription ID for which the subscription notification is specified. </p>
|
|
654
|
+
*/
|
|
655
|
+
subscriptionId: string | undefined;
|
|
656
|
+
/**
|
|
657
|
+
* <p>The subscription endpoint in Security Lake.</p>
|
|
658
|
+
*/
|
|
659
|
+
subscriptionEndpoint?: string;
|
|
660
|
+
/**
|
|
661
|
+
* <p>The key name for the subscription notification.</p>
|
|
662
|
+
*/
|
|
663
|
+
httpsApiKeyName?: string;
|
|
664
|
+
/**
|
|
665
|
+
* <p>The key value for the subscription notification.</p>
|
|
666
|
+
*/
|
|
667
|
+
httpsApiKeyValue?: string;
|
|
668
|
+
/**
|
|
669
|
+
* <p>The HTTPS method used for the subscription notification. </p>
|
|
670
|
+
*/
|
|
671
|
+
httpsMethod?: HttpsMethod | string;
|
|
672
|
+
/**
|
|
673
|
+
* <p>Create a new subscription notification for the specified subscription ID in Security Lake.</p>
|
|
674
|
+
*/
|
|
675
|
+
createSqs?: boolean;
|
|
676
|
+
/**
|
|
677
|
+
* <p>The Amazon Resource Name (ARN) specifying the role of the subscriber.</p>
|
|
678
|
+
*/
|
|
679
|
+
roleArn?: string;
|
|
680
|
+
}
|
|
681
|
+
export interface CreateSubscriptionNotificationConfigurationResponse {
|
|
682
|
+
/**
|
|
683
|
+
* <p>Returns the Amazon resource name (ARN) of the queue.</p>
|
|
684
|
+
*/
|
|
685
|
+
queueArn?: string;
|
|
686
|
+
}
|
|
687
|
+
export interface DeleteAwsLogSourceRequest {
|
|
688
|
+
/**
|
|
689
|
+
* <p>This is a mandatory input. Specifies the input order to disable dimensions in Security Lake,
|
|
690
|
+
* namely Region, source type, and member. </p>
|
|
691
|
+
*/
|
|
692
|
+
inputOrder: (Dimension | string)[] | undefined;
|
|
693
|
+
/**
|
|
694
|
+
* <p>Removes the specific Amazon Web Services sources from all Regions and source types.</p>
|
|
695
|
+
*/
|
|
696
|
+
disableAllDimensions?: Record<string, Record<string, string[]>>;
|
|
697
|
+
/**
|
|
698
|
+
* <p>Remove a specific Amazon Web Services source from specific accounts or Regions.</p>
|
|
699
|
+
*/
|
|
700
|
+
disableTwoDimensions?: Record<string, string[]>;
|
|
701
|
+
/**
|
|
702
|
+
* <p>Removes all Amazon Web Services sources from specific accounts or Regions.</p>
|
|
703
|
+
*/
|
|
704
|
+
disableSingleDimension?: string[];
|
|
705
|
+
}
|
|
706
|
+
export interface DeleteAwsLogSourceResponse {
|
|
707
|
+
/**
|
|
708
|
+
* <p>Deletion of the Amazon Web Services sources is in-progress.</p>
|
|
709
|
+
*/
|
|
710
|
+
processing?: string[];
|
|
711
|
+
/**
|
|
712
|
+
* <p>Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.</p>
|
|
713
|
+
*/
|
|
714
|
+
failed?: string[];
|
|
715
|
+
}
|
|
716
|
+
export interface DeleteCustomLogSourceRequest {
|
|
717
|
+
/**
|
|
718
|
+
* <p>The custom source name for the custome log source.</p>
|
|
719
|
+
*/
|
|
720
|
+
customSourceName: string | undefined;
|
|
721
|
+
}
|
|
722
|
+
export interface DeleteCustomLogSourceResponse {
|
|
723
|
+
/**
|
|
724
|
+
* <p>The location of the partition in the Security Lake S3 bucket.</p>
|
|
725
|
+
*/
|
|
726
|
+
customDataLocation: string | undefined;
|
|
727
|
+
}
|
|
728
|
+
export interface DeleteDatalakeRequest {
|
|
729
|
+
}
|
|
730
|
+
export interface DeleteDatalakeResponse {
|
|
731
|
+
}
|
|
732
|
+
export interface DeleteDatalakeAutoEnableRequest {
|
|
733
|
+
/**
|
|
734
|
+
* <p>Delete Amazon Security Lake with the specified configurations settings to stop ingesting security data for new accounts in Security Lake. </p>
|
|
735
|
+
*/
|
|
736
|
+
removeFromConfigurationForNewAccounts: AutoEnableNewRegionConfiguration[] | undefined;
|
|
737
|
+
}
|
|
738
|
+
export interface DeleteDatalakeAutoEnableResponse {
|
|
739
|
+
}
|
|
740
|
+
export interface DeleteDatalakeDelegatedAdminRequest {
|
|
741
|
+
/**
|
|
742
|
+
* <p>Account ID the Security Lake delegated administrator.</p>
|
|
743
|
+
*/
|
|
744
|
+
account: string | undefined;
|
|
745
|
+
}
|
|
746
|
+
export interface DeleteDatalakeDelegatedAdminResponse {
|
|
747
|
+
}
|
|
748
|
+
export interface DeleteDatalakeExceptionsSubscriptionRequest {
|
|
749
|
+
}
|
|
750
|
+
export interface DeleteDatalakeExceptionsSubscriptionResponse {
|
|
751
|
+
/**
|
|
752
|
+
* <p>Retrieves the status of the delete Security Lake operation for an account. </p>
|
|
753
|
+
*/
|
|
754
|
+
status: string | undefined;
|
|
755
|
+
}
|
|
756
|
+
export interface DeleteSubscriberRequest {
|
|
757
|
+
/**
|
|
758
|
+
* <p>A value created by Security Lake that uniquely identifies your <code>DeleteSubscriber</code> API request. </p>
|
|
759
|
+
*/
|
|
760
|
+
id: string | undefined;
|
|
761
|
+
}
|
|
762
|
+
export interface DeleteSubscriberResponse {
|
|
763
|
+
}
|
|
764
|
+
export interface DeleteSubscriptionNotificationConfigurationRequest {
|
|
765
|
+
/**
|
|
766
|
+
* <p>The subscription ID of the Amazon Security Lake subscriber account.</p>
|
|
767
|
+
*/
|
|
768
|
+
subscriptionId: string | undefined;
|
|
769
|
+
}
|
|
770
|
+
export interface DeleteSubscriptionNotificationConfigurationResponse {
|
|
771
|
+
}
|
|
772
|
+
export declare enum EndpointProtocol {
|
|
773
|
+
HTTPS = "HTTPS",
|
|
774
|
+
SQS = "SQS"
|
|
775
|
+
}
|
|
776
|
+
/**
|
|
777
|
+
* <p>Represents an error interacting with the Amazon EventBridge service.</p>
|
|
778
|
+
*/
|
|
779
|
+
export declare class EventBridgeException extends __BaseException {
|
|
780
|
+
readonly name: "EventBridgeException";
|
|
781
|
+
readonly $fault: "client";
|
|
782
|
+
/**
|
|
783
|
+
* @internal
|
|
784
|
+
*/
|
|
785
|
+
constructor(opts: __ExceptionOptionType<EventBridgeException, __BaseException>);
|
|
786
|
+
}
|
|
787
|
+
/**
|
|
788
|
+
* <p>List of all failures.</p>
|
|
789
|
+
*/
|
|
790
|
+
export interface Failures {
|
|
791
|
+
/**
|
|
792
|
+
* <p>List of all exception messages.</p>
|
|
793
|
+
*/
|
|
794
|
+
exceptionMessage: string | undefined;
|
|
795
|
+
/**
|
|
796
|
+
* <p>List of all remediation steps for failures.</p>
|
|
797
|
+
*/
|
|
798
|
+
remediation: string | undefined;
|
|
799
|
+
/**
|
|
800
|
+
* <p>This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation had errors or missing values.</p>
|
|
801
|
+
*/
|
|
802
|
+
timestamp: Date | undefined;
|
|
803
|
+
}
|
|
804
|
+
/**
|
|
805
|
+
* <p>Response element for actions which make changes namely create, update, or delete actions. </p>
|
|
806
|
+
*/
|
|
807
|
+
export interface FailuresResponse {
|
|
808
|
+
/**
|
|
809
|
+
* <p>List of Regions where the failure occurred. </p>
|
|
810
|
+
*/
|
|
811
|
+
region?: string;
|
|
812
|
+
/**
|
|
813
|
+
* <p>List of all failures. </p>
|
|
814
|
+
*/
|
|
815
|
+
failures?: Failures[];
|
|
816
|
+
}
|
|
817
|
+
export interface GetDatalakeRequest {
|
|
818
|
+
}
|
|
819
|
+
export declare enum SettingsStatus {
|
|
820
|
+
COMPLETED = "COMPLETED",
|
|
821
|
+
FAILED = "FAILED",
|
|
822
|
+
INITIALIZED = "INITIALIZED",
|
|
823
|
+
PENDING = "PENDING"
|
|
824
|
+
}
|
|
825
|
+
/**
|
|
826
|
+
* <p>Provides details of lake configuration object in Amazon Security Lake.</p>
|
|
827
|
+
*/
|
|
828
|
+
export interface LakeConfigurationResponse {
|
|
829
|
+
/**
|
|
830
|
+
* <p>The type of encryption key used by Security Lake to encrypt the lake configuration</p>
|
|
831
|
+
*/
|
|
832
|
+
encryptionKey?: string;
|
|
833
|
+
/**
|
|
834
|
+
* <p>Retention settings for the destination Amazon S3 buckets. </p>
|
|
835
|
+
*/
|
|
836
|
+
retentionSettings?: RetentionSetting[];
|
|
837
|
+
/**
|
|
838
|
+
* <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an
|
|
839
|
+
* optional value, both of which you define.</p>
|
|
840
|
+
*/
|
|
841
|
+
tagsMap?: Record<string, string>;
|
|
842
|
+
/**
|
|
843
|
+
* <p>Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets.
|
|
844
|
+
* Amazon S3 buckets that are configured for object replication can be owned by the same AWS account or
|
|
845
|
+
* by different accounts. You can replicate objects to a single destination bucket or to
|
|
846
|
+
* multiple destination buckets. The destination buckets can be in different Amazon Web Services Regions or
|
|
847
|
+
* within the same Region as the source bucket.</p>
|
|
848
|
+
* <p>Set up one or more rollup Regions by providing the Region or Regions that should
|
|
849
|
+
* contribute to the central rollup Region. </p>
|
|
850
|
+
*/
|
|
851
|
+
replicationDestinationRegions?: (Region | string)[];
|
|
852
|
+
/**
|
|
853
|
+
* <p>Replication settings for the Amazon S3 buckets. This parameter uses the IAM role
|
|
854
|
+
* created by you that is managed by Security Lake, to ensure the replication setting is correct. </p>
|
|
855
|
+
*/
|
|
856
|
+
replicationRoleArn?: string;
|
|
857
|
+
/**
|
|
858
|
+
* <p>Amazon Resource Names (ARNs) uniquely identify Amazon Web Services resources. Security Lake requires an ARN
|
|
859
|
+
* when you need to specify a resource unambiguously across all of Amazon Web Services, such as in IAM
|
|
860
|
+
* policies, Amazon Relational Database Service (Amazon RDS) tags, and API calls. </p>
|
|
861
|
+
*/
|
|
862
|
+
s3BucketArn?: string;
|
|
863
|
+
/**
|
|
864
|
+
* <p>Retrieves the status of the configuration operation for an account in Amazon Security Lake. </p>
|
|
865
|
+
*/
|
|
866
|
+
status?: SettingsStatus | string;
|
|
867
|
+
}
|
|
868
|
+
export interface GetDatalakeResponse {
|
|
869
|
+
/**
|
|
870
|
+
* <p>Retrieves the Security Lake configuration object. </p>
|
|
871
|
+
*/
|
|
872
|
+
configurations: Record<string, LakeConfigurationResponse> | undefined;
|
|
873
|
+
}
|
|
874
|
+
export interface GetDatalakeAutoEnableRequest {
|
|
875
|
+
}
|
|
876
|
+
export interface GetDatalakeAutoEnableResponse {
|
|
877
|
+
/**
|
|
878
|
+
* <p>The configuration for new accounts.</p>
|
|
879
|
+
*/
|
|
880
|
+
autoEnableNewAccounts: AutoEnableNewRegionConfiguration[] | undefined;
|
|
881
|
+
}
|
|
882
|
+
export interface GetDatalakeExceptionsExpiryRequest {
|
|
883
|
+
}
|
|
884
|
+
export interface GetDatalakeExceptionsExpiryResponse {
|
|
885
|
+
/**
|
|
886
|
+
* <p>The expiration period and time-to-live (TTL).</p>
|
|
887
|
+
*/
|
|
888
|
+
exceptionMessageExpiry: number | undefined;
|
|
889
|
+
}
|
|
890
|
+
export interface GetDatalakeExceptionsSubscriptionRequest {
|
|
891
|
+
}
|
|
892
|
+
/**
|
|
893
|
+
* <p>Notifications in Security Lake which dictates how notifications are posted at the endpoint. </p>
|
|
894
|
+
*/
|
|
895
|
+
export interface ProtocolAndNotificationEndpoint {
|
|
896
|
+
/**
|
|
897
|
+
* <p>The protocol to which notification messages are posted. </p>
|
|
898
|
+
*/
|
|
899
|
+
protocol?: string;
|
|
900
|
+
/**
|
|
901
|
+
* <p>The account which is subscribed to receive exception notifications. </p>
|
|
902
|
+
*/
|
|
903
|
+
endpoint?: string;
|
|
904
|
+
}
|
|
905
|
+
export interface GetDatalakeExceptionsSubscriptionResponse {
|
|
906
|
+
/**
|
|
907
|
+
* <p>Retrieves the exception notification subscription information.</p>
|
|
908
|
+
*/
|
|
909
|
+
protocolAndNotificationEndpoint: ProtocolAndNotificationEndpoint | undefined;
|
|
910
|
+
}
|
|
911
|
+
export interface GetDatalakeStatusRequest {
|
|
912
|
+
/**
|
|
913
|
+
* <p>The account IDs for which a static snapshot of the current Region, including enabled
|
|
914
|
+
* accounts and log sources is retrieved.</p>
|
|
915
|
+
*/
|
|
916
|
+
accountSet?: string[];
|
|
917
|
+
/**
|
|
918
|
+
* <p>The maximum limit of accounts for which the static snapshot of the current Region including enabled accounts and log sources is retrieved.</p>
|
|
919
|
+
*/
|
|
920
|
+
maxAccountResults?: number;
|
|
921
|
+
/**
|
|
922
|
+
* <p>If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.</p>
|
|
923
|
+
*/
|
|
924
|
+
nextToken?: string;
|
|
925
|
+
}
|
|
926
|
+
export interface GetDatalakeStatusResponse {
|
|
927
|
+
/**
|
|
928
|
+
* <p>The list of enabled accounts and enabled sources.</p>
|
|
929
|
+
*/
|
|
930
|
+
accountSourcesList: AccountSources[] | undefined;
|
|
931
|
+
/**
|
|
932
|
+
* <p>If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.</p>
|
|
933
|
+
*/
|
|
934
|
+
nextToken?: string;
|
|
935
|
+
}
|
|
936
|
+
export interface GetSubscriberRequest {
|
|
937
|
+
/**
|
|
938
|
+
* <p>A value created by Security Lake that uniquely identifies your <code>GetSubscriber</code> API request.</p>
|
|
939
|
+
*/
|
|
940
|
+
id: string | undefined;
|
|
941
|
+
}
|
|
942
|
+
export declare enum SubscriptionStatus {
|
|
943
|
+
ACTIVE = "ACTIVE",
|
|
944
|
+
DEACTIVATED = "DEACTIVATED",
|
|
945
|
+
PENDING = "PENDING",
|
|
946
|
+
READY = "READY"
|
|
947
|
+
}
|
|
948
|
+
/**
|
|
949
|
+
* <p>Provides details of the Amazon Security Lake account subscription. Subscribers are notified
|
|
950
|
+
* of new objects for a source as the data is written to your Amazon Security Lake S3 bucket. </p>
|
|
951
|
+
*/
|
|
952
|
+
export interface SubscriberResource {
|
|
953
|
+
/**
|
|
954
|
+
* <p>The subscription ID of the Amazon Security Lake subscriber account.</p>
|
|
955
|
+
*/
|
|
956
|
+
subscriptionId: string | undefined;
|
|
957
|
+
/**
|
|
958
|
+
* <p>Amazon Security Lake supports logs and events collection for the natively-supported Amazon Web Services services. For more information, see the Amazon Security Lake User Guide.</p>
|
|
959
|
+
*/
|
|
960
|
+
sourceTypes: SourceType[] | undefined;
|
|
961
|
+
/**
|
|
962
|
+
* <p>The Amazon Web Services account ID of the account that you are using to create your Amazon Security Lake
|
|
963
|
+
* account.</p>
|
|
964
|
+
*/
|
|
965
|
+
accountId: string | undefined;
|
|
966
|
+
/**
|
|
967
|
+
* <p>The name of your Amazon Security Lake subscriber account.</p>
|
|
968
|
+
*/
|
|
969
|
+
subscriberName?: string;
|
|
970
|
+
/**
|
|
971
|
+
* <p>The subscriber descriptions for a subscriber account. The description for a subscriber
|
|
972
|
+
* includes <code>subscriberName</code>, <code>accountID</code>, <code>externalID</code>, and
|
|
973
|
+
* <code>subscriptionId</code>.</p>
|
|
974
|
+
*/
|
|
975
|
+
subscriberDescription?: string;
|
|
976
|
+
/**
|
|
977
|
+
* <p>Subscription status of the Amazon Security Lake subscriber account.</p>
|
|
978
|
+
*/
|
|
979
|
+
subscriptionStatus?: SubscriptionStatus | string;
|
|
980
|
+
/**
|
|
981
|
+
* <p>The Amazon Resource Name (ARN) specifying the role of the subscriber.</p>
|
|
982
|
+
*/
|
|
983
|
+
roleArn?: string;
|
|
984
|
+
/**
|
|
985
|
+
* <p>The Amazon Resource Name (ARN) for the Amazon Simple Notification Service.</p>
|
|
986
|
+
*/
|
|
987
|
+
snsArn?: string;
|
|
988
|
+
/**
|
|
989
|
+
* <p>The Amazon Resource Name (ARN) for the Amazon S3 bucket. </p>
|
|
990
|
+
*/
|
|
991
|
+
s3BucketArn?: string;
|
|
992
|
+
/**
|
|
993
|
+
* <p>You can choose to notify subscribers of new objects with an Amazon Simple Queue Service (Amazon SQS) queue or through messaging to an HTTPS endpoint provided by the subscriber. </p>
|
|
994
|
+
* <p> Subscribers can consume data by directly querying Lake Formation tables in your
|
|
995
|
+
* S3 bucket via services like Amazon Athena. This subscription type is defined as
|
|
996
|
+
* <code>LAKEFORMATION</code>. </p>
|
|
997
|
+
*/
|
|
998
|
+
accessTypes?: (AccessType | string)[];
|
|
999
|
+
/**
|
|
1000
|
+
* <p>The subscription endpoint to which exception messages are posted. </p>
|
|
1001
|
+
*/
|
|
1002
|
+
subscriptionEndpoint?: string;
|
|
1003
|
+
/**
|
|
1004
|
+
* <p>The subscription protocol to which exception messages are posted. </p>
|
|
1005
|
+
*/
|
|
1006
|
+
subscriptionProtocol?: EndpointProtocol | string;
|
|
1007
|
+
/**
|
|
1008
|
+
* <p>The external ID of the subscriber. External ID allows the user that is assuming the role
|
|
1009
|
+
* to assert the circumstances in which they are operating. It also provides a way for the
|
|
1010
|
+
* account owner to permit the role to be assumed only under specific circumstances.</p>
|
|
1011
|
+
*/
|
|
1012
|
+
externalId?: string;
|
|
1013
|
+
/**
|
|
1014
|
+
* <p>The date and time when the subscription was created. </p>
|
|
1015
|
+
*/
|
|
1016
|
+
createdAt?: Date;
|
|
1017
|
+
/**
|
|
1018
|
+
* <p>The date and time when the subscription was created. </p>
|
|
1019
|
+
*/
|
|
1020
|
+
updatedAt?: Date;
|
|
1021
|
+
}
|
|
1022
|
+
export interface GetSubscriberResponse {
|
|
1023
|
+
/**
|
|
1024
|
+
* <p>Subscription information for the specified subscription ID</p>
|
|
1025
|
+
*/
|
|
1026
|
+
subscriber?: SubscriberResource;
|
|
1027
|
+
}
|
|
1028
|
+
export interface ListDatalakeExceptionsRequest {
|
|
1029
|
+
/**
|
|
1030
|
+
* <p>List the regions from which exceptions are retrieved.</p>
|
|
1031
|
+
*/
|
|
1032
|
+
regionSet?: (Region | string)[];
|
|
1033
|
+
/**
|
|
1034
|
+
* <p>List the maximum number of failures in Security Lake.</p>
|
|
1035
|
+
*/
|
|
1036
|
+
maxFailures?: number;
|
|
1037
|
+
/**
|
|
1038
|
+
* <p>List if there are more results available. if nextToken is returned, You can make the call again
|
|
1039
|
+
* using the returned token to retrieve the next page</p>
|
|
1040
|
+
*/
|
|
1041
|
+
nextToken?: string;
|
|
1042
|
+
}
|
|
1043
|
+
export interface ListDatalakeExceptionsResponse {
|
|
1044
|
+
/**
|
|
1045
|
+
* <p>Lists the non-retryable failures in the current region.</p>
|
|
1046
|
+
*/
|
|
1047
|
+
nonRetryableFailures: FailuresResponse[] | undefined;
|
|
1048
|
+
/**
|
|
1049
|
+
* <p>List if there are more results available. if nextToken is returned, You can make the call again
|
|
1050
|
+
* using the returned token to retrieve the next page</p>
|
|
1051
|
+
*/
|
|
1052
|
+
nextToken?: string;
|
|
1053
|
+
}
|
|
1054
|
+
export interface ListLogSourcesRequest {
|
|
1055
|
+
/**
|
|
1056
|
+
* <p>Lists the log sources in input order, namely Region, source
|
|
1057
|
+
* type, and member account.</p>
|
|
1058
|
+
*/
|
|
1059
|
+
inputOrder?: (Dimension | string)[];
|
|
1060
|
+
/**
|
|
1061
|
+
* <p>List the view of log sources for enabled Security Lake accounts in all Regions and source types.</p>
|
|
1062
|
+
*/
|
|
1063
|
+
listAllDimensions?: Record<string, Record<string, string[]>>;
|
|
1064
|
+
/**
|
|
1065
|
+
* <p>Lists the log sources for the specified source types in enabled Security Lake
|
|
1066
|
+
* accounts for the entire Region, for selected member accounts.</p>
|
|
1067
|
+
*/
|
|
1068
|
+
listTwoDimensions?: Record<string, string[]>;
|
|
1069
|
+
/**
|
|
1070
|
+
* <p>List the view of log sources for enabled Security Lake accounts for the entire region.</p>
|
|
1071
|
+
*/
|
|
1072
|
+
listSingleDimension?: string[];
|
|
1073
|
+
/**
|
|
1074
|
+
* <p>The maximum number of accounts for which the configuration is displayed.</p>
|
|
1075
|
+
*/
|
|
1076
|
+
maxResults?: number;
|
|
1077
|
+
/**
|
|
1078
|
+
* <p>If nextToken is returned, there are more results available. You can make the call again
|
|
1079
|
+
* using the returned token to retrieve the next page.</p>
|
|
1080
|
+
*/
|
|
1081
|
+
nextToken?: string;
|
|
1082
|
+
}
|
|
1083
|
+
export interface ListLogSourcesResponse {
|
|
1084
|
+
/**
|
|
1085
|
+
* <p>Lists the log sources in the Regions for enabled Security Lake accounts.</p>
|
|
1086
|
+
*/
|
|
1087
|
+
regionSourceTypesAccountsList: Record<string, Record<string, string[]>>[] | undefined;
|
|
1088
|
+
/**
|
|
1089
|
+
* <p>If nextToken is returned, there are more results available. You can make the call again
|
|
1090
|
+
* using the returned token to retrieve the next page.</p>
|
|
1091
|
+
*/
|
|
1092
|
+
nextToken?: string;
|
|
1093
|
+
}
|
|
1094
|
+
export interface ListSubscribersRequest {
|
|
1095
|
+
/**
|
|
1096
|
+
* <p>If nextToken is returned, there are more results available. You can make the call again
|
|
1097
|
+
* using the returned token to retrieve the next page.</p>
|
|
1098
|
+
*/
|
|
1099
|
+
nextToken?: string;
|
|
1100
|
+
/**
|
|
1101
|
+
* <p>The maximum number of accounts for which the configuration is displayed.</p>
|
|
1102
|
+
*/
|
|
1103
|
+
maxResults?: number;
|
|
1104
|
+
}
|
|
1105
|
+
export interface ListSubscribersResponse {
|
|
1106
|
+
/**
|
|
1107
|
+
* <p>The subscribers available in the specified Security Lake account ID.</p>
|
|
1108
|
+
*/
|
|
1109
|
+
subscribers: SubscriberResource[] | undefined;
|
|
1110
|
+
/**
|
|
1111
|
+
* <p>If nextToken is returned, there are more results available. You can make the call again
|
|
1112
|
+
* using the returned token to retrieve the next page.</p>
|
|
1113
|
+
*/
|
|
1114
|
+
nextToken?: string;
|
|
1115
|
+
}
|
|
1116
|
+
export interface UpdateDatalakeRequest {
|
|
1117
|
+
/**
|
|
1118
|
+
* <p>The configuration object</p>
|
|
1119
|
+
*/
|
|
1120
|
+
configurations: Record<string, LakeConfigurationRequest> | undefined;
|
|
1121
|
+
}
|
|
1122
|
+
export interface UpdateDatalakeResponse {
|
|
1123
|
+
}
|
|
1124
|
+
export interface UpdateDatalakeExceptionsExpiryRequest {
|
|
1125
|
+
/**
|
|
1126
|
+
* <p>The time-to-live (TTL) for the exception message to remain.</p>
|
|
1127
|
+
*/
|
|
1128
|
+
exceptionMessageExpiry: number | undefined;
|
|
1129
|
+
}
|
|
1130
|
+
export interface UpdateDatalakeExceptionsExpiryResponse {
|
|
1131
|
+
}
|
|
1132
|
+
export interface UpdateDatalakeExceptionsSubscriptionRequest {
|
|
1133
|
+
/**
|
|
1134
|
+
* <p>The subscription protocol to which exception messages are posted. </p>
|
|
1135
|
+
*/
|
|
1136
|
+
subscriptionProtocol: SubscriptionProtocolType | string | undefined;
|
|
1137
|
+
/**
|
|
1138
|
+
* <p>The account which is subscribed to receive exception notifications.</p>
|
|
1139
|
+
*/
|
|
1140
|
+
notificationEndpoint: string | undefined;
|
|
1141
|
+
}
|
|
1142
|
+
export interface UpdateDatalakeExceptionsSubscriptionResponse {
|
|
1143
|
+
}
|
|
1144
|
+
export interface UpdateSubscriberRequest {
|
|
1145
|
+
/**
|
|
1146
|
+
* <p>A value created by Security Lake that uniquely identifies your <code>UpdateSubscriber</code> API request. </p>
|
|
1147
|
+
*/
|
|
1148
|
+
id: string | undefined;
|
|
1149
|
+
/**
|
|
1150
|
+
* <p>The supported Amazon Web Services services from which logs and events are collected. Amazon Security Lake
|
|
1151
|
+
* supports logs and events collection for the following natively-supported Amazon Web Services
|
|
1152
|
+
* services. For more information, see the Amazon Security Lake User Guide.</p>
|
|
1153
|
+
*/
|
|
1154
|
+
sourceTypes?: SourceType[];
|
|
1155
|
+
/**
|
|
1156
|
+
* <p>External ID of the Security Lake account.</p>
|
|
1157
|
+
*/
|
|
1158
|
+
externalId?: string;
|
|
1159
|
+
/**
|
|
1160
|
+
* <p>Name of the Security Lake account subscriber. </p>
|
|
1161
|
+
*/
|
|
1162
|
+
subscriberName?: string;
|
|
1163
|
+
/**
|
|
1164
|
+
* <p>Description of the Security Lake account subscriber.</p>
|
|
1165
|
+
*/
|
|
1166
|
+
subscriberDescription?: string;
|
|
1167
|
+
}
|
|
1168
|
+
export interface UpdateSubscriberResponse {
|
|
1169
|
+
/**
|
|
1170
|
+
* <p>The account subscriber in Amazon Security Lake.</p>
|
|
1171
|
+
*/
|
|
1172
|
+
subscriber?: SubscriberResource;
|
|
1173
|
+
}
|
|
1174
|
+
export interface UpdateSubscriptionNotificationConfigurationRequest {
|
|
1175
|
+
/**
|
|
1176
|
+
* <p>The subscription ID for which the subscription notification is specified. </p>
|
|
1177
|
+
*/
|
|
1178
|
+
subscriptionId: string | undefined;
|
|
1179
|
+
/**
|
|
1180
|
+
* <p>The subscription endpoint in Security Lake.</p>
|
|
1181
|
+
*/
|
|
1182
|
+
subscriptionEndpoint?: string;
|
|
1183
|
+
/**
|
|
1184
|
+
* <p>The key name for the subscription notification.</p>
|
|
1185
|
+
*/
|
|
1186
|
+
httpsApiKeyName?: string;
|
|
1187
|
+
/**
|
|
1188
|
+
* <p>The key value for the subscription notification.</p>
|
|
1189
|
+
*/
|
|
1190
|
+
httpsApiKeyValue?: string;
|
|
1191
|
+
/**
|
|
1192
|
+
* <p>The HTTPS method used for the subscription notification. </p>
|
|
1193
|
+
*/
|
|
1194
|
+
httpsMethod?: HttpsMethod | string;
|
|
1195
|
+
/**
|
|
1196
|
+
* <p>Create a new subscription notification for the specified subscription ID in Security Lake.</p>
|
|
1197
|
+
*/
|
|
1198
|
+
createSqs?: boolean;
|
|
1199
|
+
/**
|
|
1200
|
+
* <p>The Amazon Resource Name (ARN) specifying the role of the subscriber. </p>
|
|
1201
|
+
*/
|
|
1202
|
+
roleArn?: string;
|
|
1203
|
+
}
|
|
1204
|
+
export interface UpdateSubscriptionNotificationConfigurationResponse {
|
|
1205
|
+
/**
|
|
1206
|
+
* <p>Returns the Amazon resource name (ARN) of the queue.</p>
|
|
1207
|
+
*/
|
|
1208
|
+
queueArn?: string;
|
|
1209
|
+
}
|
|
1210
|
+
/**
|
|
1211
|
+
* @internal
|
|
1212
|
+
*/
|
|
1213
|
+
export declare const LogsStatusFilterSensitiveLog: (obj: LogsStatus) => any;
|
|
1214
|
+
/**
|
|
1215
|
+
* @internal
|
|
1216
|
+
*/
|
|
1217
|
+
export declare const AccountSourcesFilterSensitiveLog: (obj: AccountSources) => any;
|
|
1218
|
+
/**
|
|
1219
|
+
* @internal
|
|
1220
|
+
*/
|
|
1221
|
+
export declare const AutoEnableNewRegionConfigurationFilterSensitiveLog: (obj: AutoEnableNewRegionConfiguration) => any;
|
|
1222
|
+
/**
|
|
1223
|
+
* @internal
|
|
1224
|
+
*/
|
|
1225
|
+
export declare const CreateAwsLogSourceRequestFilterSensitiveLog: (obj: CreateAwsLogSourceRequest) => any;
|
|
1226
|
+
/**
|
|
1227
|
+
* @internal
|
|
1228
|
+
*/
|
|
1229
|
+
export declare const CreateAwsLogSourceResponseFilterSensitiveLog: (obj: CreateAwsLogSourceResponse) => any;
|
|
1230
|
+
/**
|
|
1231
|
+
* @internal
|
|
1232
|
+
*/
|
|
1233
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
1234
|
+
/**
|
|
1235
|
+
* @internal
|
|
1236
|
+
*/
|
|
1237
|
+
export declare const CreateCustomLogSourceRequestFilterSensitiveLog: (obj: CreateCustomLogSourceRequest) => any;
|
|
1238
|
+
/**
|
|
1239
|
+
* @internal
|
|
1240
|
+
*/
|
|
1241
|
+
export declare const CreateCustomLogSourceResponseFilterSensitiveLog: (obj: CreateCustomLogSourceResponse) => any;
|
|
1242
|
+
/**
|
|
1243
|
+
* @internal
|
|
1244
|
+
*/
|
|
1245
|
+
export declare const RetentionSettingFilterSensitiveLog: (obj: RetentionSetting) => any;
|
|
1246
|
+
/**
|
|
1247
|
+
* @internal
|
|
1248
|
+
*/
|
|
1249
|
+
export declare const LakeConfigurationRequestFilterSensitiveLog: (obj: LakeConfigurationRequest) => any;
|
|
1250
|
+
/**
|
|
1251
|
+
* @internal
|
|
1252
|
+
*/
|
|
1253
|
+
export declare const CreateDatalakeRequestFilterSensitiveLog: (obj: CreateDatalakeRequest) => any;
|
|
1254
|
+
/**
|
|
1255
|
+
* @internal
|
|
1256
|
+
*/
|
|
1257
|
+
export declare const CreateDatalakeResponseFilterSensitiveLog: (obj: CreateDatalakeResponse) => any;
|
|
1258
|
+
/**
|
|
1259
|
+
* @internal
|
|
1260
|
+
*/
|
|
1261
|
+
export declare const CreateDatalakeAutoEnableRequestFilterSensitiveLog: (obj: CreateDatalakeAutoEnableRequest) => any;
|
|
1262
|
+
/**
|
|
1263
|
+
* @internal
|
|
1264
|
+
*/
|
|
1265
|
+
export declare const CreateDatalakeAutoEnableResponseFilterSensitiveLog: (obj: CreateDatalakeAutoEnableResponse) => any;
|
|
1266
|
+
/**
|
|
1267
|
+
* @internal
|
|
1268
|
+
*/
|
|
1269
|
+
export declare const CreateDatalakeDelegatedAdminRequestFilterSensitiveLog: (obj: CreateDatalakeDelegatedAdminRequest) => any;
|
|
1270
|
+
/**
|
|
1271
|
+
* @internal
|
|
1272
|
+
*/
|
|
1273
|
+
export declare const CreateDatalakeDelegatedAdminResponseFilterSensitiveLog: (obj: CreateDatalakeDelegatedAdminResponse) => any;
|
|
1274
|
+
/**
|
|
1275
|
+
* @internal
|
|
1276
|
+
*/
|
|
1277
|
+
export declare const CreateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog: (obj: CreateDatalakeExceptionsSubscriptionRequest) => any;
|
|
1278
|
+
/**
|
|
1279
|
+
* @internal
|
|
1280
|
+
*/
|
|
1281
|
+
export declare const CreateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog: (obj: CreateDatalakeExceptionsSubscriptionResponse) => any;
|
|
1282
|
+
/**
|
|
1283
|
+
* @internal
|
|
1284
|
+
*/
|
|
1285
|
+
export declare const SourceTypeFilterSensitiveLog: (obj: SourceType) => any;
|
|
1286
|
+
/**
|
|
1287
|
+
* @internal
|
|
1288
|
+
*/
|
|
1289
|
+
export declare const CreateSubscriberRequestFilterSensitiveLog: (obj: CreateSubscriberRequest) => any;
|
|
1290
|
+
/**
|
|
1291
|
+
* @internal
|
|
1292
|
+
*/
|
|
1293
|
+
export declare const CreateSubscriberResponseFilterSensitiveLog: (obj: CreateSubscriberResponse) => any;
|
|
1294
|
+
/**
|
|
1295
|
+
* @internal
|
|
1296
|
+
*/
|
|
1297
|
+
export declare const CreateSubscriptionNotificationConfigurationRequestFilterSensitiveLog: (obj: CreateSubscriptionNotificationConfigurationRequest) => any;
|
|
1298
|
+
/**
|
|
1299
|
+
* @internal
|
|
1300
|
+
*/
|
|
1301
|
+
export declare const CreateSubscriptionNotificationConfigurationResponseFilterSensitiveLog: (obj: CreateSubscriptionNotificationConfigurationResponse) => any;
|
|
1302
|
+
/**
|
|
1303
|
+
* @internal
|
|
1304
|
+
*/
|
|
1305
|
+
export declare const DeleteAwsLogSourceRequestFilterSensitiveLog: (obj: DeleteAwsLogSourceRequest) => any;
|
|
1306
|
+
/**
|
|
1307
|
+
* @internal
|
|
1308
|
+
*/
|
|
1309
|
+
export declare const DeleteAwsLogSourceResponseFilterSensitiveLog: (obj: DeleteAwsLogSourceResponse) => any;
|
|
1310
|
+
/**
|
|
1311
|
+
* @internal
|
|
1312
|
+
*/
|
|
1313
|
+
export declare const DeleteCustomLogSourceRequestFilterSensitiveLog: (obj: DeleteCustomLogSourceRequest) => any;
|
|
1314
|
+
/**
|
|
1315
|
+
* @internal
|
|
1316
|
+
*/
|
|
1317
|
+
export declare const DeleteCustomLogSourceResponseFilterSensitiveLog: (obj: DeleteCustomLogSourceResponse) => any;
|
|
1318
|
+
/**
|
|
1319
|
+
* @internal
|
|
1320
|
+
*/
|
|
1321
|
+
export declare const DeleteDatalakeRequestFilterSensitiveLog: (obj: DeleteDatalakeRequest) => any;
|
|
1322
|
+
/**
|
|
1323
|
+
* @internal
|
|
1324
|
+
*/
|
|
1325
|
+
export declare const DeleteDatalakeResponseFilterSensitiveLog: (obj: DeleteDatalakeResponse) => any;
|
|
1326
|
+
/**
|
|
1327
|
+
* @internal
|
|
1328
|
+
*/
|
|
1329
|
+
export declare const DeleteDatalakeAutoEnableRequestFilterSensitiveLog: (obj: DeleteDatalakeAutoEnableRequest) => any;
|
|
1330
|
+
/**
|
|
1331
|
+
* @internal
|
|
1332
|
+
*/
|
|
1333
|
+
export declare const DeleteDatalakeAutoEnableResponseFilterSensitiveLog: (obj: DeleteDatalakeAutoEnableResponse) => any;
|
|
1334
|
+
/**
|
|
1335
|
+
* @internal
|
|
1336
|
+
*/
|
|
1337
|
+
export declare const DeleteDatalakeDelegatedAdminRequestFilterSensitiveLog: (obj: DeleteDatalakeDelegatedAdminRequest) => any;
|
|
1338
|
+
/**
|
|
1339
|
+
* @internal
|
|
1340
|
+
*/
|
|
1341
|
+
export declare const DeleteDatalakeDelegatedAdminResponseFilterSensitiveLog: (obj: DeleteDatalakeDelegatedAdminResponse) => any;
|
|
1342
|
+
/**
|
|
1343
|
+
* @internal
|
|
1344
|
+
*/
|
|
1345
|
+
export declare const DeleteDatalakeExceptionsSubscriptionRequestFilterSensitiveLog: (obj: DeleteDatalakeExceptionsSubscriptionRequest) => any;
|
|
1346
|
+
/**
|
|
1347
|
+
* @internal
|
|
1348
|
+
*/
|
|
1349
|
+
export declare const DeleteDatalakeExceptionsSubscriptionResponseFilterSensitiveLog: (obj: DeleteDatalakeExceptionsSubscriptionResponse) => any;
|
|
1350
|
+
/**
|
|
1351
|
+
* @internal
|
|
1352
|
+
*/
|
|
1353
|
+
export declare const DeleteSubscriberRequestFilterSensitiveLog: (obj: DeleteSubscriberRequest) => any;
|
|
1354
|
+
/**
|
|
1355
|
+
* @internal
|
|
1356
|
+
*/
|
|
1357
|
+
export declare const DeleteSubscriberResponseFilterSensitiveLog: (obj: DeleteSubscriberResponse) => any;
|
|
1358
|
+
/**
|
|
1359
|
+
* @internal
|
|
1360
|
+
*/
|
|
1361
|
+
export declare const DeleteSubscriptionNotificationConfigurationRequestFilterSensitiveLog: (obj: DeleteSubscriptionNotificationConfigurationRequest) => any;
|
|
1362
|
+
/**
|
|
1363
|
+
* @internal
|
|
1364
|
+
*/
|
|
1365
|
+
export declare const DeleteSubscriptionNotificationConfigurationResponseFilterSensitiveLog: (obj: DeleteSubscriptionNotificationConfigurationResponse) => any;
|
|
1366
|
+
/**
|
|
1367
|
+
* @internal
|
|
1368
|
+
*/
|
|
1369
|
+
export declare const FailuresFilterSensitiveLog: (obj: Failures) => any;
|
|
1370
|
+
/**
|
|
1371
|
+
* @internal
|
|
1372
|
+
*/
|
|
1373
|
+
export declare const FailuresResponseFilterSensitiveLog: (obj: FailuresResponse) => any;
|
|
1374
|
+
/**
|
|
1375
|
+
* @internal
|
|
1376
|
+
*/
|
|
1377
|
+
export declare const GetDatalakeRequestFilterSensitiveLog: (obj: GetDatalakeRequest) => any;
|
|
1378
|
+
/**
|
|
1379
|
+
* @internal
|
|
1380
|
+
*/
|
|
1381
|
+
export declare const LakeConfigurationResponseFilterSensitiveLog: (obj: LakeConfigurationResponse) => any;
|
|
1382
|
+
/**
|
|
1383
|
+
* @internal
|
|
1384
|
+
*/
|
|
1385
|
+
export declare const GetDatalakeResponseFilterSensitiveLog: (obj: GetDatalakeResponse) => any;
|
|
1386
|
+
/**
|
|
1387
|
+
* @internal
|
|
1388
|
+
*/
|
|
1389
|
+
export declare const GetDatalakeAutoEnableRequestFilterSensitiveLog: (obj: GetDatalakeAutoEnableRequest) => any;
|
|
1390
|
+
/**
|
|
1391
|
+
* @internal
|
|
1392
|
+
*/
|
|
1393
|
+
export declare const GetDatalakeAutoEnableResponseFilterSensitiveLog: (obj: GetDatalakeAutoEnableResponse) => any;
|
|
1394
|
+
/**
|
|
1395
|
+
* @internal
|
|
1396
|
+
*/
|
|
1397
|
+
export declare const GetDatalakeExceptionsExpiryRequestFilterSensitiveLog: (obj: GetDatalakeExceptionsExpiryRequest) => any;
|
|
1398
|
+
/**
|
|
1399
|
+
* @internal
|
|
1400
|
+
*/
|
|
1401
|
+
export declare const GetDatalakeExceptionsExpiryResponseFilterSensitiveLog: (obj: GetDatalakeExceptionsExpiryResponse) => any;
|
|
1402
|
+
/**
|
|
1403
|
+
* @internal
|
|
1404
|
+
*/
|
|
1405
|
+
export declare const GetDatalakeExceptionsSubscriptionRequestFilterSensitiveLog: (obj: GetDatalakeExceptionsSubscriptionRequest) => any;
|
|
1406
|
+
/**
|
|
1407
|
+
* @internal
|
|
1408
|
+
*/
|
|
1409
|
+
export declare const ProtocolAndNotificationEndpointFilterSensitiveLog: (obj: ProtocolAndNotificationEndpoint) => any;
|
|
1410
|
+
/**
|
|
1411
|
+
* @internal
|
|
1412
|
+
*/
|
|
1413
|
+
export declare const GetDatalakeExceptionsSubscriptionResponseFilterSensitiveLog: (obj: GetDatalakeExceptionsSubscriptionResponse) => any;
|
|
1414
|
+
/**
|
|
1415
|
+
* @internal
|
|
1416
|
+
*/
|
|
1417
|
+
export declare const GetDatalakeStatusRequestFilterSensitiveLog: (obj: GetDatalakeStatusRequest) => any;
|
|
1418
|
+
/**
|
|
1419
|
+
* @internal
|
|
1420
|
+
*/
|
|
1421
|
+
export declare const GetDatalakeStatusResponseFilterSensitiveLog: (obj: GetDatalakeStatusResponse) => any;
|
|
1422
|
+
/**
|
|
1423
|
+
* @internal
|
|
1424
|
+
*/
|
|
1425
|
+
export declare const GetSubscriberRequestFilterSensitiveLog: (obj: GetSubscriberRequest) => any;
|
|
1426
|
+
/**
|
|
1427
|
+
* @internal
|
|
1428
|
+
*/
|
|
1429
|
+
export declare const SubscriberResourceFilterSensitiveLog: (obj: SubscriberResource) => any;
|
|
1430
|
+
/**
|
|
1431
|
+
* @internal
|
|
1432
|
+
*/
|
|
1433
|
+
export declare const GetSubscriberResponseFilterSensitiveLog: (obj: GetSubscriberResponse) => any;
|
|
1434
|
+
/**
|
|
1435
|
+
* @internal
|
|
1436
|
+
*/
|
|
1437
|
+
export declare const ListDatalakeExceptionsRequestFilterSensitiveLog: (obj: ListDatalakeExceptionsRequest) => any;
|
|
1438
|
+
/**
|
|
1439
|
+
* @internal
|
|
1440
|
+
*/
|
|
1441
|
+
export declare const ListDatalakeExceptionsResponseFilterSensitiveLog: (obj: ListDatalakeExceptionsResponse) => any;
|
|
1442
|
+
/**
|
|
1443
|
+
* @internal
|
|
1444
|
+
*/
|
|
1445
|
+
export declare const ListLogSourcesRequestFilterSensitiveLog: (obj: ListLogSourcesRequest) => any;
|
|
1446
|
+
/**
|
|
1447
|
+
* @internal
|
|
1448
|
+
*/
|
|
1449
|
+
export declare const ListLogSourcesResponseFilterSensitiveLog: (obj: ListLogSourcesResponse) => any;
|
|
1450
|
+
/**
|
|
1451
|
+
* @internal
|
|
1452
|
+
*/
|
|
1453
|
+
export declare const ListSubscribersRequestFilterSensitiveLog: (obj: ListSubscribersRequest) => any;
|
|
1454
|
+
/**
|
|
1455
|
+
* @internal
|
|
1456
|
+
*/
|
|
1457
|
+
export declare const ListSubscribersResponseFilterSensitiveLog: (obj: ListSubscribersResponse) => any;
|
|
1458
|
+
/**
|
|
1459
|
+
* @internal
|
|
1460
|
+
*/
|
|
1461
|
+
export declare const UpdateDatalakeRequestFilterSensitiveLog: (obj: UpdateDatalakeRequest) => any;
|
|
1462
|
+
/**
|
|
1463
|
+
* @internal
|
|
1464
|
+
*/
|
|
1465
|
+
export declare const UpdateDatalakeResponseFilterSensitiveLog: (obj: UpdateDatalakeResponse) => any;
|
|
1466
|
+
/**
|
|
1467
|
+
* @internal
|
|
1468
|
+
*/
|
|
1469
|
+
export declare const UpdateDatalakeExceptionsExpiryRequestFilterSensitiveLog: (obj: UpdateDatalakeExceptionsExpiryRequest) => any;
|
|
1470
|
+
/**
|
|
1471
|
+
* @internal
|
|
1472
|
+
*/
|
|
1473
|
+
export declare const UpdateDatalakeExceptionsExpiryResponseFilterSensitiveLog: (obj: UpdateDatalakeExceptionsExpiryResponse) => any;
|
|
1474
|
+
/**
|
|
1475
|
+
* @internal
|
|
1476
|
+
*/
|
|
1477
|
+
export declare const UpdateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog: (obj: UpdateDatalakeExceptionsSubscriptionRequest) => any;
|
|
1478
|
+
/**
|
|
1479
|
+
* @internal
|
|
1480
|
+
*/
|
|
1481
|
+
export declare const UpdateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog: (obj: UpdateDatalakeExceptionsSubscriptionResponse) => any;
|
|
1482
|
+
/**
|
|
1483
|
+
* @internal
|
|
1484
|
+
*/
|
|
1485
|
+
export declare const UpdateSubscriberRequestFilterSensitiveLog: (obj: UpdateSubscriberRequest) => any;
|
|
1486
|
+
/**
|
|
1487
|
+
* @internal
|
|
1488
|
+
*/
|
|
1489
|
+
export declare const UpdateSubscriberResponseFilterSensitiveLog: (obj: UpdateSubscriberResponse) => any;
|
|
1490
|
+
/**
|
|
1491
|
+
* @internal
|
|
1492
|
+
*/
|
|
1493
|
+
export declare const UpdateSubscriptionNotificationConfigurationRequestFilterSensitiveLog: (obj: UpdateSubscriptionNotificationConfigurationRequest) => any;
|
|
1494
|
+
/**
|
|
1495
|
+
* @internal
|
|
1496
|
+
*/
|
|
1497
|
+
export declare const UpdateSubscriptionNotificationConfigurationResponseFilterSensitiveLog: (obj: UpdateSubscriptionNotificationConfigurationResponse) => any;
|