@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,652 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateSubscriberResponseFilterSensitiveLog = exports.CreateSubscriberRequestFilterSensitiveLog = exports.SourceTypeFilterSensitiveLog = exports.CreateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog = exports.CreateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog = exports.CreateDatalakeDelegatedAdminResponseFilterSensitiveLog = exports.CreateDatalakeDelegatedAdminRequestFilterSensitiveLog = exports.CreateDatalakeAutoEnableResponseFilterSensitiveLog = exports.CreateDatalakeAutoEnableRequestFilterSensitiveLog = exports.CreateDatalakeResponseFilterSensitiveLog = exports.CreateDatalakeRequestFilterSensitiveLog = exports.LakeConfigurationRequestFilterSensitiveLog = exports.RetentionSettingFilterSensitiveLog = exports.CreateCustomLogSourceResponseFilterSensitiveLog = exports.CreateCustomLogSourceRequestFilterSensitiveLog = exports.ValidationExceptionFieldFilterSensitiveLog = exports.CreateAwsLogSourceResponseFilterSensitiveLog = exports.CreateAwsLogSourceRequestFilterSensitiveLog = exports.AutoEnableNewRegionConfigurationFilterSensitiveLog = exports.AccountSourcesFilterSensitiveLog = exports.LogsStatusFilterSensitiveLog = exports.SubscriptionStatus = exports.SettingsStatus = exports.EventBridgeException = exports.EndpointProtocol = exports.HttpsMethod = exports.InvalidInputException = exports.SourceType = exports.SubscriptionProtocolType = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.StorageClass = exports.ValidationException = exports.ValidationExceptionReason = exports.S3Exception = exports.ResourceNotFoundException = exports.InternalServerException = exports.Dimension = exports.ConflictSubscriptionException = exports.ConflictSourceNamesException = exports.ConflictException = exports.ConcurrentModificationException = exports.BucketNotFoundException = exports.AwsLogSourceType = exports.Region = exports.SourceStatus = exports.OcsfEventClass = exports.AccountNotFoundException = exports.AccessType = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.UpdateSubscriptionNotificationConfigurationRequestFilterSensitiveLog = exports.UpdateSubscriberResponseFilterSensitiveLog = exports.UpdateSubscriberRequestFilterSensitiveLog = exports.UpdateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog = exports.UpdateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog = exports.UpdateDatalakeExceptionsExpiryResponseFilterSensitiveLog = exports.UpdateDatalakeExceptionsExpiryRequestFilterSensitiveLog = exports.UpdateDatalakeResponseFilterSensitiveLog = exports.UpdateDatalakeRequestFilterSensitiveLog = exports.ListSubscribersResponseFilterSensitiveLog = exports.ListSubscribersRequestFilterSensitiveLog = exports.ListLogSourcesResponseFilterSensitiveLog = exports.ListLogSourcesRequestFilterSensitiveLog = exports.ListDatalakeExceptionsResponseFilterSensitiveLog = exports.ListDatalakeExceptionsRequestFilterSensitiveLog = exports.GetSubscriberResponseFilterSensitiveLog = exports.SubscriberResourceFilterSensitiveLog = exports.GetSubscriberRequestFilterSensitiveLog = exports.GetDatalakeStatusResponseFilterSensitiveLog = exports.GetDatalakeStatusRequestFilterSensitiveLog = exports.GetDatalakeExceptionsSubscriptionResponseFilterSensitiveLog = exports.ProtocolAndNotificationEndpointFilterSensitiveLog = exports.GetDatalakeExceptionsSubscriptionRequestFilterSensitiveLog = exports.GetDatalakeExceptionsExpiryResponseFilterSensitiveLog = exports.GetDatalakeExceptionsExpiryRequestFilterSensitiveLog = exports.GetDatalakeAutoEnableResponseFilterSensitiveLog = exports.GetDatalakeAutoEnableRequestFilterSensitiveLog = exports.GetDatalakeResponseFilterSensitiveLog = exports.LakeConfigurationResponseFilterSensitiveLog = exports.GetDatalakeRequestFilterSensitiveLog = exports.FailuresResponseFilterSensitiveLog = exports.FailuresFilterSensitiveLog = exports.DeleteSubscriptionNotificationConfigurationResponseFilterSensitiveLog = exports.DeleteSubscriptionNotificationConfigurationRequestFilterSensitiveLog = exports.DeleteSubscriberResponseFilterSensitiveLog = exports.DeleteSubscriberRequestFilterSensitiveLog = exports.DeleteDatalakeExceptionsSubscriptionResponseFilterSensitiveLog = exports.DeleteDatalakeExceptionsSubscriptionRequestFilterSensitiveLog = exports.DeleteDatalakeDelegatedAdminResponseFilterSensitiveLog = exports.DeleteDatalakeDelegatedAdminRequestFilterSensitiveLog = exports.DeleteDatalakeAutoEnableResponseFilterSensitiveLog = exports.DeleteDatalakeAutoEnableRequestFilterSensitiveLog = exports.DeleteDatalakeResponseFilterSensitiveLog = exports.DeleteDatalakeRequestFilterSensitiveLog = exports.DeleteCustomLogSourceResponseFilterSensitiveLog = exports.DeleteCustomLogSourceRequestFilterSensitiveLog = exports.DeleteAwsLogSourceResponseFilterSensitiveLog = exports.DeleteAwsLogSourceRequestFilterSensitiveLog = exports.CreateSubscriptionNotificationConfigurationResponseFilterSensitiveLog = exports.CreateSubscriptionNotificationConfigurationRequestFilterSensitiveLog = void 0;
|
|
5
|
+
exports.UpdateSubscriptionNotificationConfigurationResponseFilterSensitiveLog = void 0;
|
|
6
|
+
const SecurityLakeServiceException_1 = require("./SecurityLakeServiceException");
|
|
7
|
+
class AccessDeniedException extends SecurityLakeServiceException_1.SecurityLakeServiceException {
|
|
8
|
+
constructor(opts) {
|
|
9
|
+
super({
|
|
10
|
+
name: "AccessDeniedException",
|
|
11
|
+
$fault: "client",
|
|
12
|
+
...opts,
|
|
13
|
+
});
|
|
14
|
+
this.name = "AccessDeniedException";
|
|
15
|
+
this.$fault = "client";
|
|
16
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
20
|
+
var AccessType;
|
|
21
|
+
(function (AccessType) {
|
|
22
|
+
AccessType["LAKEFORMATION"] = "LAKEFORMATION";
|
|
23
|
+
AccessType["S3"] = "S3";
|
|
24
|
+
})(AccessType = exports.AccessType || (exports.AccessType = {}));
|
|
25
|
+
class AccountNotFoundException extends SecurityLakeServiceException_1.SecurityLakeServiceException {
|
|
26
|
+
constructor(opts) {
|
|
27
|
+
super({
|
|
28
|
+
name: "AccountNotFoundException",
|
|
29
|
+
$fault: "client",
|
|
30
|
+
...opts,
|
|
31
|
+
});
|
|
32
|
+
this.name = "AccountNotFoundException";
|
|
33
|
+
this.$fault = "client";
|
|
34
|
+
Object.setPrototypeOf(this, AccountNotFoundException.prototype);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
exports.AccountNotFoundException = AccountNotFoundException;
|
|
38
|
+
var OcsfEventClass;
|
|
39
|
+
(function (OcsfEventClass) {
|
|
40
|
+
OcsfEventClass["ACCESS_ACTIVITY"] = "ACCESS_ACTIVITY";
|
|
41
|
+
OcsfEventClass["ACCOUNT_CHANGE"] = "ACCOUNT_CHANGE";
|
|
42
|
+
OcsfEventClass["AUTHENTICATION"] = "AUTHENTICATION";
|
|
43
|
+
OcsfEventClass["AUTHORIZATION"] = "AUTHORIZATION";
|
|
44
|
+
OcsfEventClass["CLOUD_API"] = "CLOUD_API";
|
|
45
|
+
OcsfEventClass["CLOUD_STORAGE"] = "CLOUD_STORAGE";
|
|
46
|
+
OcsfEventClass["CONFIG_STATE"] = "CONFIG_STATE";
|
|
47
|
+
OcsfEventClass["CONTAINER_LIFECYCLE"] = "CONTAINER_LIFECYCLE";
|
|
48
|
+
OcsfEventClass["DATABASE_LIFECYCLE"] = "DATABASE_LIFECYCLE";
|
|
49
|
+
OcsfEventClass["DHCP_ACTIVITY"] = "DHCP_ACTIVITY";
|
|
50
|
+
OcsfEventClass["DNS_ACTIVITY"] = "DNS_ACTIVITY";
|
|
51
|
+
OcsfEventClass["ENTITY_MANAGEMENT_AUDIT"] = "ENTITY_MANAGEMENT_AUDIT";
|
|
52
|
+
OcsfEventClass["FILE_ACTIVITY"] = "FILE_ACTIVITY";
|
|
53
|
+
OcsfEventClass["FTP_ACTIVITY"] = "FTP_ACTIVITY";
|
|
54
|
+
OcsfEventClass["HTTP_ACTIVITY"] = "HTTP_ACTIVITY";
|
|
55
|
+
OcsfEventClass["INVENTORY_INFO"] = "INVENTORY_INFO";
|
|
56
|
+
OcsfEventClass["KERNEL_ACTIVITY"] = "KERNEL_ACTIVITY";
|
|
57
|
+
OcsfEventClass["KERNEL_EXTENSION"] = "KERNEL_EXTENSION";
|
|
58
|
+
OcsfEventClass["MEMORY_ACTIVITY"] = "MEMORY_ACTIVITY";
|
|
59
|
+
OcsfEventClass["MODULE_ACTIVITY"] = "MODULE_ACTIVITY";
|
|
60
|
+
OcsfEventClass["NETWORK_ACTIVITY"] = "NETWORK_ACTIVITY";
|
|
61
|
+
OcsfEventClass["PROCESS_ACTIVITY"] = "PROCESS_ACTIVITY";
|
|
62
|
+
OcsfEventClass["RDP_ACTIVITY"] = "RDP_ACTIVITY";
|
|
63
|
+
OcsfEventClass["REGISTRY_KEY_ACTIVITY"] = "REGISTRY_KEY_ACTIVITY";
|
|
64
|
+
OcsfEventClass["REGISTRY_VALUE_ACTIVITY"] = "REGISTRY_VALUE_ACTIVITY";
|
|
65
|
+
OcsfEventClass["RESOURCE_ACTIVITY"] = "RESOURCE_ACTIVITY";
|
|
66
|
+
OcsfEventClass["RFB_ACTIVITY"] = "RFB_ACTIVITY";
|
|
67
|
+
OcsfEventClass["SCHEDULED_JOB_ACTIVITY"] = "SCHEDULED_JOB_ACTIVITY";
|
|
68
|
+
OcsfEventClass["SECURITY_FINDING"] = "SECURITY_FINDING";
|
|
69
|
+
OcsfEventClass["SMB_ACTIVITY"] = "SMB_ACTIVITY";
|
|
70
|
+
OcsfEventClass["SMTP_ACTIVITY"] = "SMTP_ACTIVITY";
|
|
71
|
+
OcsfEventClass["SSH_ACTIVITY"] = "SSH_ACTIVITY";
|
|
72
|
+
OcsfEventClass["VIRTUAL_MACHINE_ACTIVITY"] = "VIRTUAL_MACHINE_ACTIVITY";
|
|
73
|
+
})(OcsfEventClass = exports.OcsfEventClass || (exports.OcsfEventClass = {}));
|
|
74
|
+
var SourceStatus;
|
|
75
|
+
(function (SourceStatus) {
|
|
76
|
+
SourceStatus["ACTIVE"] = "ACTIVE";
|
|
77
|
+
SourceStatus["DEACTIVATED"] = "DEACTIVATED";
|
|
78
|
+
SourceStatus["PENDING"] = "PENDING";
|
|
79
|
+
})(SourceStatus = exports.SourceStatus || (exports.SourceStatus = {}));
|
|
80
|
+
var Region;
|
|
81
|
+
(function (Region) {
|
|
82
|
+
Region["AP_NORTHEAST_1"] = "ap-northeast-1";
|
|
83
|
+
Region["AP_SOUTHEAST_2"] = "ap-southeast-2";
|
|
84
|
+
Region["EU_CENTRAL_1"] = "eu-central-1";
|
|
85
|
+
Region["EU_WEST_1"] = "eu-west-1";
|
|
86
|
+
Region["US_EAST_1"] = "us-east-1";
|
|
87
|
+
Region["US_EAST_2"] = "us-east-2";
|
|
88
|
+
Region["US_WEST_2"] = "us-west-2";
|
|
89
|
+
})(Region = exports.Region || (exports.Region = {}));
|
|
90
|
+
var AwsLogSourceType;
|
|
91
|
+
(function (AwsLogSourceType) {
|
|
92
|
+
AwsLogSourceType["CLOUD_TRAIL"] = "CLOUD_TRAIL";
|
|
93
|
+
AwsLogSourceType["ROUTE53"] = "ROUTE53";
|
|
94
|
+
AwsLogSourceType["SH_FINDINGS"] = "SH_FINDINGS";
|
|
95
|
+
AwsLogSourceType["VPC_FLOW"] = "VPC_FLOW";
|
|
96
|
+
})(AwsLogSourceType = exports.AwsLogSourceType || (exports.AwsLogSourceType = {}));
|
|
97
|
+
class BucketNotFoundException extends SecurityLakeServiceException_1.SecurityLakeServiceException {
|
|
98
|
+
constructor(opts) {
|
|
99
|
+
super({
|
|
100
|
+
name: "BucketNotFoundException",
|
|
101
|
+
$fault: "client",
|
|
102
|
+
...opts,
|
|
103
|
+
});
|
|
104
|
+
this.name = "BucketNotFoundException";
|
|
105
|
+
this.$fault = "client";
|
|
106
|
+
Object.setPrototypeOf(this, BucketNotFoundException.prototype);
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
exports.BucketNotFoundException = BucketNotFoundException;
|
|
110
|
+
class ConcurrentModificationException extends SecurityLakeServiceException_1.SecurityLakeServiceException {
|
|
111
|
+
constructor(opts) {
|
|
112
|
+
super({
|
|
113
|
+
name: "ConcurrentModificationException",
|
|
114
|
+
$fault: "client",
|
|
115
|
+
...opts,
|
|
116
|
+
});
|
|
117
|
+
this.name = "ConcurrentModificationException";
|
|
118
|
+
this.$fault = "client";
|
|
119
|
+
this.$retryable = {};
|
|
120
|
+
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
124
|
+
class ConflictException extends SecurityLakeServiceException_1.SecurityLakeServiceException {
|
|
125
|
+
constructor(opts) {
|
|
126
|
+
super({
|
|
127
|
+
name: "ConflictException",
|
|
128
|
+
$fault: "client",
|
|
129
|
+
...opts,
|
|
130
|
+
});
|
|
131
|
+
this.name = "ConflictException";
|
|
132
|
+
this.$fault = "client";
|
|
133
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
134
|
+
this.resourceId = opts.resourceId;
|
|
135
|
+
this.resourceType = opts.resourceType;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
exports.ConflictException = ConflictException;
|
|
139
|
+
class ConflictSourceNamesException extends SecurityLakeServiceException_1.SecurityLakeServiceException {
|
|
140
|
+
constructor(opts) {
|
|
141
|
+
super({
|
|
142
|
+
name: "ConflictSourceNamesException",
|
|
143
|
+
$fault: "client",
|
|
144
|
+
...opts,
|
|
145
|
+
});
|
|
146
|
+
this.name = "ConflictSourceNamesException";
|
|
147
|
+
this.$fault = "client";
|
|
148
|
+
Object.setPrototypeOf(this, ConflictSourceNamesException.prototype);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
exports.ConflictSourceNamesException = ConflictSourceNamesException;
|
|
152
|
+
class ConflictSubscriptionException extends SecurityLakeServiceException_1.SecurityLakeServiceException {
|
|
153
|
+
constructor(opts) {
|
|
154
|
+
super({
|
|
155
|
+
name: "ConflictSubscriptionException",
|
|
156
|
+
$fault: "client",
|
|
157
|
+
...opts,
|
|
158
|
+
});
|
|
159
|
+
this.name = "ConflictSubscriptionException";
|
|
160
|
+
this.$fault = "client";
|
|
161
|
+
Object.setPrototypeOf(this, ConflictSubscriptionException.prototype);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
exports.ConflictSubscriptionException = ConflictSubscriptionException;
|
|
165
|
+
var Dimension;
|
|
166
|
+
(function (Dimension) {
|
|
167
|
+
Dimension["MEMBER"] = "MEMBER";
|
|
168
|
+
Dimension["REGION"] = "REGION";
|
|
169
|
+
Dimension["SOURCE_TYPE"] = "SOURCE_TYPE";
|
|
170
|
+
})(Dimension = exports.Dimension || (exports.Dimension = {}));
|
|
171
|
+
class InternalServerException extends SecurityLakeServiceException_1.SecurityLakeServiceException {
|
|
172
|
+
constructor(opts) {
|
|
173
|
+
super({
|
|
174
|
+
name: "InternalServerException",
|
|
175
|
+
$fault: "server",
|
|
176
|
+
...opts,
|
|
177
|
+
});
|
|
178
|
+
this.name = "InternalServerException";
|
|
179
|
+
this.$fault = "server";
|
|
180
|
+
this.$retryable = {};
|
|
181
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
182
|
+
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
exports.InternalServerException = InternalServerException;
|
|
186
|
+
class ResourceNotFoundException extends SecurityLakeServiceException_1.SecurityLakeServiceException {
|
|
187
|
+
constructor(opts) {
|
|
188
|
+
super({
|
|
189
|
+
name: "ResourceNotFoundException",
|
|
190
|
+
$fault: "client",
|
|
191
|
+
...opts,
|
|
192
|
+
});
|
|
193
|
+
this.name = "ResourceNotFoundException";
|
|
194
|
+
this.$fault = "client";
|
|
195
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
196
|
+
this.resourceId = opts.resourceId;
|
|
197
|
+
this.resourceType = opts.resourceType;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
201
|
+
class S3Exception extends SecurityLakeServiceException_1.SecurityLakeServiceException {
|
|
202
|
+
constructor(opts) {
|
|
203
|
+
super({
|
|
204
|
+
name: "S3Exception",
|
|
205
|
+
$fault: "client",
|
|
206
|
+
...opts,
|
|
207
|
+
});
|
|
208
|
+
this.name = "S3Exception";
|
|
209
|
+
this.$fault = "client";
|
|
210
|
+
Object.setPrototypeOf(this, S3Exception.prototype);
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
exports.S3Exception = S3Exception;
|
|
214
|
+
var ValidationExceptionReason;
|
|
215
|
+
(function (ValidationExceptionReason) {
|
|
216
|
+
ValidationExceptionReason["CANNOT_PARSE"] = "cannotParse";
|
|
217
|
+
ValidationExceptionReason["FIELD_VALIDATION_FAILED"] = "fieldValidationFailed";
|
|
218
|
+
ValidationExceptionReason["OTHER"] = "other";
|
|
219
|
+
ValidationExceptionReason["UNKNOWN_OPERATION"] = "unknownOperation";
|
|
220
|
+
})(ValidationExceptionReason = exports.ValidationExceptionReason || (exports.ValidationExceptionReason = {}));
|
|
221
|
+
class ValidationException extends SecurityLakeServiceException_1.SecurityLakeServiceException {
|
|
222
|
+
constructor(opts) {
|
|
223
|
+
super({
|
|
224
|
+
name: "ValidationException",
|
|
225
|
+
$fault: "client",
|
|
226
|
+
...opts,
|
|
227
|
+
});
|
|
228
|
+
this.name = "ValidationException";
|
|
229
|
+
this.$fault = "client";
|
|
230
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
231
|
+
this.reason = opts.reason;
|
|
232
|
+
this.fieldList = opts.fieldList;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
exports.ValidationException = ValidationException;
|
|
236
|
+
var StorageClass;
|
|
237
|
+
(function (StorageClass) {
|
|
238
|
+
StorageClass["DEEP_ARCHIVE"] = "DEEP_ARCHIVE";
|
|
239
|
+
StorageClass["EXPIRE"] = "EXPIRE";
|
|
240
|
+
StorageClass["GLACIER"] = "GLACIER";
|
|
241
|
+
StorageClass["GLACIER_IR"] = "GLACIER_IR";
|
|
242
|
+
StorageClass["INTELLIGENT_TIERING"] = "INTELLIGENT_TIERING";
|
|
243
|
+
StorageClass["ONEZONE_IA"] = "ONEZONE_IA";
|
|
244
|
+
StorageClass["STANDARD_IA"] = "STANDARD_IA";
|
|
245
|
+
})(StorageClass = exports.StorageClass || (exports.StorageClass = {}));
|
|
246
|
+
class ServiceQuotaExceededException extends SecurityLakeServiceException_1.SecurityLakeServiceException {
|
|
247
|
+
constructor(opts) {
|
|
248
|
+
super({
|
|
249
|
+
name: "ServiceQuotaExceededException",
|
|
250
|
+
$fault: "client",
|
|
251
|
+
...opts,
|
|
252
|
+
});
|
|
253
|
+
this.name = "ServiceQuotaExceededException";
|
|
254
|
+
this.$fault = "client";
|
|
255
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
256
|
+
this.resourceId = opts.resourceId;
|
|
257
|
+
this.resourceType = opts.resourceType;
|
|
258
|
+
this.serviceCode = opts.serviceCode;
|
|
259
|
+
this.quotaCode = opts.quotaCode;
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
263
|
+
class ThrottlingException extends SecurityLakeServiceException_1.SecurityLakeServiceException {
|
|
264
|
+
constructor(opts) {
|
|
265
|
+
super({
|
|
266
|
+
name: "ThrottlingException",
|
|
267
|
+
$fault: "client",
|
|
268
|
+
...opts,
|
|
269
|
+
});
|
|
270
|
+
this.name = "ThrottlingException";
|
|
271
|
+
this.$fault = "client";
|
|
272
|
+
this.$retryable = {
|
|
273
|
+
throttling: true,
|
|
274
|
+
};
|
|
275
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
276
|
+
this.serviceCode = opts.serviceCode;
|
|
277
|
+
this.quotaCode = opts.quotaCode;
|
|
278
|
+
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
exports.ThrottlingException = ThrottlingException;
|
|
282
|
+
var SubscriptionProtocolType;
|
|
283
|
+
(function (SubscriptionProtocolType) {
|
|
284
|
+
SubscriptionProtocolType["APP"] = "APP";
|
|
285
|
+
SubscriptionProtocolType["EMAIL"] = "EMAIL";
|
|
286
|
+
SubscriptionProtocolType["EMAIL_JSON"] = "EMAIL_JSON";
|
|
287
|
+
SubscriptionProtocolType["FIREHOSE"] = "FIREHOSE";
|
|
288
|
+
SubscriptionProtocolType["HTTP"] = "HTTP";
|
|
289
|
+
SubscriptionProtocolType["HTTPS"] = "HTTPS";
|
|
290
|
+
SubscriptionProtocolType["LAMBDA"] = "LAMBDA";
|
|
291
|
+
SubscriptionProtocolType["SMS"] = "SMS";
|
|
292
|
+
SubscriptionProtocolType["SQS"] = "SQS";
|
|
293
|
+
})(SubscriptionProtocolType = exports.SubscriptionProtocolType || (exports.SubscriptionProtocolType = {}));
|
|
294
|
+
var SourceType;
|
|
295
|
+
(function (SourceType) {
|
|
296
|
+
SourceType.visit = (value, visitor) => {
|
|
297
|
+
if (value.awsSourceType !== undefined)
|
|
298
|
+
return visitor.awsSourceType(value.awsSourceType);
|
|
299
|
+
if (value.customSourceType !== undefined)
|
|
300
|
+
return visitor.customSourceType(value.customSourceType);
|
|
301
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
302
|
+
};
|
|
303
|
+
})(SourceType = exports.SourceType || (exports.SourceType = {}));
|
|
304
|
+
class InvalidInputException extends SecurityLakeServiceException_1.SecurityLakeServiceException {
|
|
305
|
+
constructor(opts) {
|
|
306
|
+
super({
|
|
307
|
+
name: "InvalidInputException",
|
|
308
|
+
$fault: "client",
|
|
309
|
+
...opts,
|
|
310
|
+
});
|
|
311
|
+
this.name = "InvalidInputException";
|
|
312
|
+
this.$fault = "client";
|
|
313
|
+
Object.setPrototypeOf(this, InvalidInputException.prototype);
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
exports.InvalidInputException = InvalidInputException;
|
|
317
|
+
var HttpsMethod;
|
|
318
|
+
(function (HttpsMethod) {
|
|
319
|
+
HttpsMethod["POST"] = "POST";
|
|
320
|
+
HttpsMethod["PUT"] = "PUT";
|
|
321
|
+
})(HttpsMethod = exports.HttpsMethod || (exports.HttpsMethod = {}));
|
|
322
|
+
var EndpointProtocol;
|
|
323
|
+
(function (EndpointProtocol) {
|
|
324
|
+
EndpointProtocol["HTTPS"] = "HTTPS";
|
|
325
|
+
EndpointProtocol["SQS"] = "SQS";
|
|
326
|
+
})(EndpointProtocol = exports.EndpointProtocol || (exports.EndpointProtocol = {}));
|
|
327
|
+
class EventBridgeException extends SecurityLakeServiceException_1.SecurityLakeServiceException {
|
|
328
|
+
constructor(opts) {
|
|
329
|
+
super({
|
|
330
|
+
name: "EventBridgeException",
|
|
331
|
+
$fault: "client",
|
|
332
|
+
...opts,
|
|
333
|
+
});
|
|
334
|
+
this.name = "EventBridgeException";
|
|
335
|
+
this.$fault = "client";
|
|
336
|
+
Object.setPrototypeOf(this, EventBridgeException.prototype);
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
exports.EventBridgeException = EventBridgeException;
|
|
340
|
+
var SettingsStatus;
|
|
341
|
+
(function (SettingsStatus) {
|
|
342
|
+
SettingsStatus["COMPLETED"] = "COMPLETED";
|
|
343
|
+
SettingsStatus["FAILED"] = "FAILED";
|
|
344
|
+
SettingsStatus["INITIALIZED"] = "INITIALIZED";
|
|
345
|
+
SettingsStatus["PENDING"] = "PENDING";
|
|
346
|
+
})(SettingsStatus = exports.SettingsStatus || (exports.SettingsStatus = {}));
|
|
347
|
+
var SubscriptionStatus;
|
|
348
|
+
(function (SubscriptionStatus) {
|
|
349
|
+
SubscriptionStatus["ACTIVE"] = "ACTIVE";
|
|
350
|
+
SubscriptionStatus["DEACTIVATED"] = "DEACTIVATED";
|
|
351
|
+
SubscriptionStatus["PENDING"] = "PENDING";
|
|
352
|
+
SubscriptionStatus["READY"] = "READY";
|
|
353
|
+
})(SubscriptionStatus = exports.SubscriptionStatus || (exports.SubscriptionStatus = {}));
|
|
354
|
+
const LogsStatusFilterSensitiveLog = (obj) => ({
|
|
355
|
+
...obj,
|
|
356
|
+
});
|
|
357
|
+
exports.LogsStatusFilterSensitiveLog = LogsStatusFilterSensitiveLog;
|
|
358
|
+
const AccountSourcesFilterSensitiveLog = (obj) => ({
|
|
359
|
+
...obj,
|
|
360
|
+
});
|
|
361
|
+
exports.AccountSourcesFilterSensitiveLog = AccountSourcesFilterSensitiveLog;
|
|
362
|
+
const AutoEnableNewRegionConfigurationFilterSensitiveLog = (obj) => ({
|
|
363
|
+
...obj,
|
|
364
|
+
});
|
|
365
|
+
exports.AutoEnableNewRegionConfigurationFilterSensitiveLog = AutoEnableNewRegionConfigurationFilterSensitiveLog;
|
|
366
|
+
const CreateAwsLogSourceRequestFilterSensitiveLog = (obj) => ({
|
|
367
|
+
...obj,
|
|
368
|
+
});
|
|
369
|
+
exports.CreateAwsLogSourceRequestFilterSensitiveLog = CreateAwsLogSourceRequestFilterSensitiveLog;
|
|
370
|
+
const CreateAwsLogSourceResponseFilterSensitiveLog = (obj) => ({
|
|
371
|
+
...obj,
|
|
372
|
+
});
|
|
373
|
+
exports.CreateAwsLogSourceResponseFilterSensitiveLog = CreateAwsLogSourceResponseFilterSensitiveLog;
|
|
374
|
+
const ValidationExceptionFieldFilterSensitiveLog = (obj) => ({
|
|
375
|
+
...obj,
|
|
376
|
+
});
|
|
377
|
+
exports.ValidationExceptionFieldFilterSensitiveLog = ValidationExceptionFieldFilterSensitiveLog;
|
|
378
|
+
const CreateCustomLogSourceRequestFilterSensitiveLog = (obj) => ({
|
|
379
|
+
...obj,
|
|
380
|
+
});
|
|
381
|
+
exports.CreateCustomLogSourceRequestFilterSensitiveLog = CreateCustomLogSourceRequestFilterSensitiveLog;
|
|
382
|
+
const CreateCustomLogSourceResponseFilterSensitiveLog = (obj) => ({
|
|
383
|
+
...obj,
|
|
384
|
+
});
|
|
385
|
+
exports.CreateCustomLogSourceResponseFilterSensitiveLog = CreateCustomLogSourceResponseFilterSensitiveLog;
|
|
386
|
+
const RetentionSettingFilterSensitiveLog = (obj) => ({
|
|
387
|
+
...obj,
|
|
388
|
+
});
|
|
389
|
+
exports.RetentionSettingFilterSensitiveLog = RetentionSettingFilterSensitiveLog;
|
|
390
|
+
const LakeConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
391
|
+
...obj,
|
|
392
|
+
});
|
|
393
|
+
exports.LakeConfigurationRequestFilterSensitiveLog = LakeConfigurationRequestFilterSensitiveLog;
|
|
394
|
+
const CreateDatalakeRequestFilterSensitiveLog = (obj) => ({
|
|
395
|
+
...obj,
|
|
396
|
+
});
|
|
397
|
+
exports.CreateDatalakeRequestFilterSensitiveLog = CreateDatalakeRequestFilterSensitiveLog;
|
|
398
|
+
const CreateDatalakeResponseFilterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
});
|
|
401
|
+
exports.CreateDatalakeResponseFilterSensitiveLog = CreateDatalakeResponseFilterSensitiveLog;
|
|
402
|
+
const CreateDatalakeAutoEnableRequestFilterSensitiveLog = (obj) => ({
|
|
403
|
+
...obj,
|
|
404
|
+
});
|
|
405
|
+
exports.CreateDatalakeAutoEnableRequestFilterSensitiveLog = CreateDatalakeAutoEnableRequestFilterSensitiveLog;
|
|
406
|
+
const CreateDatalakeAutoEnableResponseFilterSensitiveLog = (obj) => ({
|
|
407
|
+
...obj,
|
|
408
|
+
});
|
|
409
|
+
exports.CreateDatalakeAutoEnableResponseFilterSensitiveLog = CreateDatalakeAutoEnableResponseFilterSensitiveLog;
|
|
410
|
+
const CreateDatalakeDelegatedAdminRequestFilterSensitiveLog = (obj) => ({
|
|
411
|
+
...obj,
|
|
412
|
+
});
|
|
413
|
+
exports.CreateDatalakeDelegatedAdminRequestFilterSensitiveLog = CreateDatalakeDelegatedAdminRequestFilterSensitiveLog;
|
|
414
|
+
const CreateDatalakeDelegatedAdminResponseFilterSensitiveLog = (obj) => ({
|
|
415
|
+
...obj,
|
|
416
|
+
});
|
|
417
|
+
exports.CreateDatalakeDelegatedAdminResponseFilterSensitiveLog = CreateDatalakeDelegatedAdminResponseFilterSensitiveLog;
|
|
418
|
+
const CreateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
419
|
+
...obj,
|
|
420
|
+
});
|
|
421
|
+
exports.CreateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog = CreateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog;
|
|
422
|
+
const CreateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
423
|
+
...obj,
|
|
424
|
+
});
|
|
425
|
+
exports.CreateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog = CreateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog;
|
|
426
|
+
const SourceTypeFilterSensitiveLog = (obj) => {
|
|
427
|
+
if (obj.awsSourceType !== undefined)
|
|
428
|
+
return { awsSourceType: obj.awsSourceType };
|
|
429
|
+
if (obj.customSourceType !== undefined)
|
|
430
|
+
return { customSourceType: obj.customSourceType };
|
|
431
|
+
if (obj.$unknown !== undefined)
|
|
432
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
433
|
+
};
|
|
434
|
+
exports.SourceTypeFilterSensitiveLog = SourceTypeFilterSensitiveLog;
|
|
435
|
+
const CreateSubscriberRequestFilterSensitiveLog = (obj) => ({
|
|
436
|
+
...obj,
|
|
437
|
+
...(obj.sourceTypes && { sourceTypes: obj.sourceTypes.map((item) => (0, exports.SourceTypeFilterSensitiveLog)(item)) }),
|
|
438
|
+
});
|
|
439
|
+
exports.CreateSubscriberRequestFilterSensitiveLog = CreateSubscriberRequestFilterSensitiveLog;
|
|
440
|
+
const CreateSubscriberResponseFilterSensitiveLog = (obj) => ({
|
|
441
|
+
...obj,
|
|
442
|
+
});
|
|
443
|
+
exports.CreateSubscriberResponseFilterSensitiveLog = CreateSubscriberResponseFilterSensitiveLog;
|
|
444
|
+
const CreateSubscriptionNotificationConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
445
|
+
...obj,
|
|
446
|
+
});
|
|
447
|
+
exports.CreateSubscriptionNotificationConfigurationRequestFilterSensitiveLog = CreateSubscriptionNotificationConfigurationRequestFilterSensitiveLog;
|
|
448
|
+
const CreateSubscriptionNotificationConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
449
|
+
...obj,
|
|
450
|
+
});
|
|
451
|
+
exports.CreateSubscriptionNotificationConfigurationResponseFilterSensitiveLog = CreateSubscriptionNotificationConfigurationResponseFilterSensitiveLog;
|
|
452
|
+
const DeleteAwsLogSourceRequestFilterSensitiveLog = (obj) => ({
|
|
453
|
+
...obj,
|
|
454
|
+
});
|
|
455
|
+
exports.DeleteAwsLogSourceRequestFilterSensitiveLog = DeleteAwsLogSourceRequestFilterSensitiveLog;
|
|
456
|
+
const DeleteAwsLogSourceResponseFilterSensitiveLog = (obj) => ({
|
|
457
|
+
...obj,
|
|
458
|
+
});
|
|
459
|
+
exports.DeleteAwsLogSourceResponseFilterSensitiveLog = DeleteAwsLogSourceResponseFilterSensitiveLog;
|
|
460
|
+
const DeleteCustomLogSourceRequestFilterSensitiveLog = (obj) => ({
|
|
461
|
+
...obj,
|
|
462
|
+
});
|
|
463
|
+
exports.DeleteCustomLogSourceRequestFilterSensitiveLog = DeleteCustomLogSourceRequestFilterSensitiveLog;
|
|
464
|
+
const DeleteCustomLogSourceResponseFilterSensitiveLog = (obj) => ({
|
|
465
|
+
...obj,
|
|
466
|
+
});
|
|
467
|
+
exports.DeleteCustomLogSourceResponseFilterSensitiveLog = DeleteCustomLogSourceResponseFilterSensitiveLog;
|
|
468
|
+
const DeleteDatalakeRequestFilterSensitiveLog = (obj) => ({
|
|
469
|
+
...obj,
|
|
470
|
+
});
|
|
471
|
+
exports.DeleteDatalakeRequestFilterSensitiveLog = DeleteDatalakeRequestFilterSensitiveLog;
|
|
472
|
+
const DeleteDatalakeResponseFilterSensitiveLog = (obj) => ({
|
|
473
|
+
...obj,
|
|
474
|
+
});
|
|
475
|
+
exports.DeleteDatalakeResponseFilterSensitiveLog = DeleteDatalakeResponseFilterSensitiveLog;
|
|
476
|
+
const DeleteDatalakeAutoEnableRequestFilterSensitiveLog = (obj) => ({
|
|
477
|
+
...obj,
|
|
478
|
+
});
|
|
479
|
+
exports.DeleteDatalakeAutoEnableRequestFilterSensitiveLog = DeleteDatalakeAutoEnableRequestFilterSensitiveLog;
|
|
480
|
+
const DeleteDatalakeAutoEnableResponseFilterSensitiveLog = (obj) => ({
|
|
481
|
+
...obj,
|
|
482
|
+
});
|
|
483
|
+
exports.DeleteDatalakeAutoEnableResponseFilterSensitiveLog = DeleteDatalakeAutoEnableResponseFilterSensitiveLog;
|
|
484
|
+
const DeleteDatalakeDelegatedAdminRequestFilterSensitiveLog = (obj) => ({
|
|
485
|
+
...obj,
|
|
486
|
+
});
|
|
487
|
+
exports.DeleteDatalakeDelegatedAdminRequestFilterSensitiveLog = DeleteDatalakeDelegatedAdminRequestFilterSensitiveLog;
|
|
488
|
+
const DeleteDatalakeDelegatedAdminResponseFilterSensitiveLog = (obj) => ({
|
|
489
|
+
...obj,
|
|
490
|
+
});
|
|
491
|
+
exports.DeleteDatalakeDelegatedAdminResponseFilterSensitiveLog = DeleteDatalakeDelegatedAdminResponseFilterSensitiveLog;
|
|
492
|
+
const DeleteDatalakeExceptionsSubscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
493
|
+
...obj,
|
|
494
|
+
});
|
|
495
|
+
exports.DeleteDatalakeExceptionsSubscriptionRequestFilterSensitiveLog = DeleteDatalakeExceptionsSubscriptionRequestFilterSensitiveLog;
|
|
496
|
+
const DeleteDatalakeExceptionsSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
497
|
+
...obj,
|
|
498
|
+
});
|
|
499
|
+
exports.DeleteDatalakeExceptionsSubscriptionResponseFilterSensitiveLog = DeleteDatalakeExceptionsSubscriptionResponseFilterSensitiveLog;
|
|
500
|
+
const DeleteSubscriberRequestFilterSensitiveLog = (obj) => ({
|
|
501
|
+
...obj,
|
|
502
|
+
});
|
|
503
|
+
exports.DeleteSubscriberRequestFilterSensitiveLog = DeleteSubscriberRequestFilterSensitiveLog;
|
|
504
|
+
const DeleteSubscriberResponseFilterSensitiveLog = (obj) => ({
|
|
505
|
+
...obj,
|
|
506
|
+
});
|
|
507
|
+
exports.DeleteSubscriberResponseFilterSensitiveLog = DeleteSubscriberResponseFilterSensitiveLog;
|
|
508
|
+
const DeleteSubscriptionNotificationConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
509
|
+
...obj,
|
|
510
|
+
});
|
|
511
|
+
exports.DeleteSubscriptionNotificationConfigurationRequestFilterSensitiveLog = DeleteSubscriptionNotificationConfigurationRequestFilterSensitiveLog;
|
|
512
|
+
const DeleteSubscriptionNotificationConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
513
|
+
...obj,
|
|
514
|
+
});
|
|
515
|
+
exports.DeleteSubscriptionNotificationConfigurationResponseFilterSensitiveLog = DeleteSubscriptionNotificationConfigurationResponseFilterSensitiveLog;
|
|
516
|
+
const FailuresFilterSensitiveLog = (obj) => ({
|
|
517
|
+
...obj,
|
|
518
|
+
});
|
|
519
|
+
exports.FailuresFilterSensitiveLog = FailuresFilterSensitiveLog;
|
|
520
|
+
const FailuresResponseFilterSensitiveLog = (obj) => ({
|
|
521
|
+
...obj,
|
|
522
|
+
});
|
|
523
|
+
exports.FailuresResponseFilterSensitiveLog = FailuresResponseFilterSensitiveLog;
|
|
524
|
+
const GetDatalakeRequestFilterSensitiveLog = (obj) => ({
|
|
525
|
+
...obj,
|
|
526
|
+
});
|
|
527
|
+
exports.GetDatalakeRequestFilterSensitiveLog = GetDatalakeRequestFilterSensitiveLog;
|
|
528
|
+
const LakeConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
529
|
+
...obj,
|
|
530
|
+
});
|
|
531
|
+
exports.LakeConfigurationResponseFilterSensitiveLog = LakeConfigurationResponseFilterSensitiveLog;
|
|
532
|
+
const GetDatalakeResponseFilterSensitiveLog = (obj) => ({
|
|
533
|
+
...obj,
|
|
534
|
+
});
|
|
535
|
+
exports.GetDatalakeResponseFilterSensitiveLog = GetDatalakeResponseFilterSensitiveLog;
|
|
536
|
+
const GetDatalakeAutoEnableRequestFilterSensitiveLog = (obj) => ({
|
|
537
|
+
...obj,
|
|
538
|
+
});
|
|
539
|
+
exports.GetDatalakeAutoEnableRequestFilterSensitiveLog = GetDatalakeAutoEnableRequestFilterSensitiveLog;
|
|
540
|
+
const GetDatalakeAutoEnableResponseFilterSensitiveLog = (obj) => ({
|
|
541
|
+
...obj,
|
|
542
|
+
});
|
|
543
|
+
exports.GetDatalakeAutoEnableResponseFilterSensitiveLog = GetDatalakeAutoEnableResponseFilterSensitiveLog;
|
|
544
|
+
const GetDatalakeExceptionsExpiryRequestFilterSensitiveLog = (obj) => ({
|
|
545
|
+
...obj,
|
|
546
|
+
});
|
|
547
|
+
exports.GetDatalakeExceptionsExpiryRequestFilterSensitiveLog = GetDatalakeExceptionsExpiryRequestFilterSensitiveLog;
|
|
548
|
+
const GetDatalakeExceptionsExpiryResponseFilterSensitiveLog = (obj) => ({
|
|
549
|
+
...obj,
|
|
550
|
+
});
|
|
551
|
+
exports.GetDatalakeExceptionsExpiryResponseFilterSensitiveLog = GetDatalakeExceptionsExpiryResponseFilterSensitiveLog;
|
|
552
|
+
const GetDatalakeExceptionsSubscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
553
|
+
...obj,
|
|
554
|
+
});
|
|
555
|
+
exports.GetDatalakeExceptionsSubscriptionRequestFilterSensitiveLog = GetDatalakeExceptionsSubscriptionRequestFilterSensitiveLog;
|
|
556
|
+
const ProtocolAndNotificationEndpointFilterSensitiveLog = (obj) => ({
|
|
557
|
+
...obj,
|
|
558
|
+
});
|
|
559
|
+
exports.ProtocolAndNotificationEndpointFilterSensitiveLog = ProtocolAndNotificationEndpointFilterSensitiveLog;
|
|
560
|
+
const GetDatalakeExceptionsSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
561
|
+
...obj,
|
|
562
|
+
});
|
|
563
|
+
exports.GetDatalakeExceptionsSubscriptionResponseFilterSensitiveLog = GetDatalakeExceptionsSubscriptionResponseFilterSensitiveLog;
|
|
564
|
+
const GetDatalakeStatusRequestFilterSensitiveLog = (obj) => ({
|
|
565
|
+
...obj,
|
|
566
|
+
});
|
|
567
|
+
exports.GetDatalakeStatusRequestFilterSensitiveLog = GetDatalakeStatusRequestFilterSensitiveLog;
|
|
568
|
+
const GetDatalakeStatusResponseFilterSensitiveLog = (obj) => ({
|
|
569
|
+
...obj,
|
|
570
|
+
});
|
|
571
|
+
exports.GetDatalakeStatusResponseFilterSensitiveLog = GetDatalakeStatusResponseFilterSensitiveLog;
|
|
572
|
+
const GetSubscriberRequestFilterSensitiveLog = (obj) => ({
|
|
573
|
+
...obj,
|
|
574
|
+
});
|
|
575
|
+
exports.GetSubscriberRequestFilterSensitiveLog = GetSubscriberRequestFilterSensitiveLog;
|
|
576
|
+
const SubscriberResourceFilterSensitiveLog = (obj) => ({
|
|
577
|
+
...obj,
|
|
578
|
+
...(obj.sourceTypes && { sourceTypes: obj.sourceTypes.map((item) => (0, exports.SourceTypeFilterSensitiveLog)(item)) }),
|
|
579
|
+
});
|
|
580
|
+
exports.SubscriberResourceFilterSensitiveLog = SubscriberResourceFilterSensitiveLog;
|
|
581
|
+
const GetSubscriberResponseFilterSensitiveLog = (obj) => ({
|
|
582
|
+
...obj,
|
|
583
|
+
...(obj.subscriber && { subscriber: (0, exports.SubscriberResourceFilterSensitiveLog)(obj.subscriber) }),
|
|
584
|
+
});
|
|
585
|
+
exports.GetSubscriberResponseFilterSensitiveLog = GetSubscriberResponseFilterSensitiveLog;
|
|
586
|
+
const ListDatalakeExceptionsRequestFilterSensitiveLog = (obj) => ({
|
|
587
|
+
...obj,
|
|
588
|
+
});
|
|
589
|
+
exports.ListDatalakeExceptionsRequestFilterSensitiveLog = ListDatalakeExceptionsRequestFilterSensitiveLog;
|
|
590
|
+
const ListDatalakeExceptionsResponseFilterSensitiveLog = (obj) => ({
|
|
591
|
+
...obj,
|
|
592
|
+
});
|
|
593
|
+
exports.ListDatalakeExceptionsResponseFilterSensitiveLog = ListDatalakeExceptionsResponseFilterSensitiveLog;
|
|
594
|
+
const ListLogSourcesRequestFilterSensitiveLog = (obj) => ({
|
|
595
|
+
...obj,
|
|
596
|
+
});
|
|
597
|
+
exports.ListLogSourcesRequestFilterSensitiveLog = ListLogSourcesRequestFilterSensitiveLog;
|
|
598
|
+
const ListLogSourcesResponseFilterSensitiveLog = (obj) => ({
|
|
599
|
+
...obj,
|
|
600
|
+
});
|
|
601
|
+
exports.ListLogSourcesResponseFilterSensitiveLog = ListLogSourcesResponseFilterSensitiveLog;
|
|
602
|
+
const ListSubscribersRequestFilterSensitiveLog = (obj) => ({
|
|
603
|
+
...obj,
|
|
604
|
+
});
|
|
605
|
+
exports.ListSubscribersRequestFilterSensitiveLog = ListSubscribersRequestFilterSensitiveLog;
|
|
606
|
+
const ListSubscribersResponseFilterSensitiveLog = (obj) => ({
|
|
607
|
+
...obj,
|
|
608
|
+
...(obj.subscribers && { subscribers: obj.subscribers.map((item) => (0, exports.SubscriberResourceFilterSensitiveLog)(item)) }),
|
|
609
|
+
});
|
|
610
|
+
exports.ListSubscribersResponseFilterSensitiveLog = ListSubscribersResponseFilterSensitiveLog;
|
|
611
|
+
const UpdateDatalakeRequestFilterSensitiveLog = (obj) => ({
|
|
612
|
+
...obj,
|
|
613
|
+
});
|
|
614
|
+
exports.UpdateDatalakeRequestFilterSensitiveLog = UpdateDatalakeRequestFilterSensitiveLog;
|
|
615
|
+
const UpdateDatalakeResponseFilterSensitiveLog = (obj) => ({
|
|
616
|
+
...obj,
|
|
617
|
+
});
|
|
618
|
+
exports.UpdateDatalakeResponseFilterSensitiveLog = UpdateDatalakeResponseFilterSensitiveLog;
|
|
619
|
+
const UpdateDatalakeExceptionsExpiryRequestFilterSensitiveLog = (obj) => ({
|
|
620
|
+
...obj,
|
|
621
|
+
});
|
|
622
|
+
exports.UpdateDatalakeExceptionsExpiryRequestFilterSensitiveLog = UpdateDatalakeExceptionsExpiryRequestFilterSensitiveLog;
|
|
623
|
+
const UpdateDatalakeExceptionsExpiryResponseFilterSensitiveLog = (obj) => ({
|
|
624
|
+
...obj,
|
|
625
|
+
});
|
|
626
|
+
exports.UpdateDatalakeExceptionsExpiryResponseFilterSensitiveLog = UpdateDatalakeExceptionsExpiryResponseFilterSensitiveLog;
|
|
627
|
+
const UpdateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
628
|
+
...obj,
|
|
629
|
+
});
|
|
630
|
+
exports.UpdateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog = UpdateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog;
|
|
631
|
+
const UpdateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
632
|
+
...obj,
|
|
633
|
+
});
|
|
634
|
+
exports.UpdateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog = UpdateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog;
|
|
635
|
+
const UpdateSubscriberRequestFilterSensitiveLog = (obj) => ({
|
|
636
|
+
...obj,
|
|
637
|
+
...(obj.sourceTypes && { sourceTypes: obj.sourceTypes.map((item) => (0, exports.SourceTypeFilterSensitiveLog)(item)) }),
|
|
638
|
+
});
|
|
639
|
+
exports.UpdateSubscriberRequestFilterSensitiveLog = UpdateSubscriberRequestFilterSensitiveLog;
|
|
640
|
+
const UpdateSubscriberResponseFilterSensitiveLog = (obj) => ({
|
|
641
|
+
...obj,
|
|
642
|
+
...(obj.subscriber && { subscriber: (0, exports.SubscriberResourceFilterSensitiveLog)(obj.subscriber) }),
|
|
643
|
+
});
|
|
644
|
+
exports.UpdateSubscriberResponseFilterSensitiveLog = UpdateSubscriberResponseFilterSensitiveLog;
|
|
645
|
+
const UpdateSubscriptionNotificationConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
646
|
+
...obj,
|
|
647
|
+
});
|
|
648
|
+
exports.UpdateSubscriptionNotificationConfigurationRequestFilterSensitiveLog = UpdateSubscriptionNotificationConfigurationRequestFilterSensitiveLog;
|
|
649
|
+
const UpdateSubscriptionNotificationConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
650
|
+
...obj,
|
|
651
|
+
});
|
|
652
|
+
exports.UpdateSubscriptionNotificationConfigurationResponseFilterSensitiveLog = UpdateSubscriptionNotificationConfigurationResponseFilterSensitiveLog;
|