@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,292 @@
|
|
|
1
|
+
import {
|
|
2
|
+
RegionInputConfig,
|
|
3
|
+
RegionResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
9
|
+
import {
|
|
10
|
+
HostHeaderInputConfig,
|
|
11
|
+
HostHeaderResolvedConfig,
|
|
12
|
+
} from "@aws-sdk/middleware-host-header";
|
|
13
|
+
import {
|
|
14
|
+
RetryInputConfig,
|
|
15
|
+
RetryResolvedConfig,
|
|
16
|
+
} from "@aws-sdk/middleware-retry";
|
|
17
|
+
import {
|
|
18
|
+
AwsAuthInputConfig,
|
|
19
|
+
AwsAuthResolvedConfig,
|
|
20
|
+
} from "@aws-sdk/middleware-signing";
|
|
21
|
+
import {
|
|
22
|
+
UserAgentInputConfig,
|
|
23
|
+
UserAgentResolvedConfig,
|
|
24
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
25
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
26
|
+
import {
|
|
27
|
+
Client as __Client,
|
|
28
|
+
DefaultsMode,
|
|
29
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
30
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
31
|
+
} from "@aws-sdk/smithy-client";
|
|
32
|
+
import {
|
|
33
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
34
|
+
Credentials as __Credentials,
|
|
35
|
+
Decoder as __Decoder,
|
|
36
|
+
Encoder as __Encoder,
|
|
37
|
+
HashConstructor as __HashConstructor,
|
|
38
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
39
|
+
Logger as __Logger,
|
|
40
|
+
Provider as __Provider,
|
|
41
|
+
Provider,
|
|
42
|
+
StreamCollector as __StreamCollector,
|
|
43
|
+
UrlParser as __UrlParser,
|
|
44
|
+
UserAgent as __UserAgent,
|
|
45
|
+
} from "@aws-sdk/types";
|
|
46
|
+
import {
|
|
47
|
+
CreateAwsLogSourceCommandInput,
|
|
48
|
+
CreateAwsLogSourceCommandOutput,
|
|
49
|
+
} from "./commands/CreateAwsLogSourceCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateCustomLogSourceCommandInput,
|
|
52
|
+
CreateCustomLogSourceCommandOutput,
|
|
53
|
+
} from "./commands/CreateCustomLogSourceCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateDatalakeAutoEnableCommandInput,
|
|
56
|
+
CreateDatalakeAutoEnableCommandOutput,
|
|
57
|
+
} from "./commands/CreateDatalakeAutoEnableCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateDatalakeCommandInput,
|
|
60
|
+
CreateDatalakeCommandOutput,
|
|
61
|
+
} from "./commands/CreateDatalakeCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateDatalakeDelegatedAdminCommandInput,
|
|
64
|
+
CreateDatalakeDelegatedAdminCommandOutput,
|
|
65
|
+
} from "./commands/CreateDatalakeDelegatedAdminCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateDatalakeExceptionsSubscriptionCommandInput,
|
|
68
|
+
CreateDatalakeExceptionsSubscriptionCommandOutput,
|
|
69
|
+
} from "./commands/CreateDatalakeExceptionsSubscriptionCommand";
|
|
70
|
+
import {
|
|
71
|
+
CreateSubscriberCommandInput,
|
|
72
|
+
CreateSubscriberCommandOutput,
|
|
73
|
+
} from "./commands/CreateSubscriberCommand";
|
|
74
|
+
import {
|
|
75
|
+
CreateSubscriptionNotificationConfigurationCommandInput,
|
|
76
|
+
CreateSubscriptionNotificationConfigurationCommandOutput,
|
|
77
|
+
} from "./commands/CreateSubscriptionNotificationConfigurationCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteAwsLogSourceCommandInput,
|
|
80
|
+
DeleteAwsLogSourceCommandOutput,
|
|
81
|
+
} from "./commands/DeleteAwsLogSourceCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteCustomLogSourceCommandInput,
|
|
84
|
+
DeleteCustomLogSourceCommandOutput,
|
|
85
|
+
} from "./commands/DeleteCustomLogSourceCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteDatalakeAutoEnableCommandInput,
|
|
88
|
+
DeleteDatalakeAutoEnableCommandOutput,
|
|
89
|
+
} from "./commands/DeleteDatalakeAutoEnableCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeleteDatalakeCommandInput,
|
|
92
|
+
DeleteDatalakeCommandOutput,
|
|
93
|
+
} from "./commands/DeleteDatalakeCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteDatalakeDelegatedAdminCommandInput,
|
|
96
|
+
DeleteDatalakeDelegatedAdminCommandOutput,
|
|
97
|
+
} from "./commands/DeleteDatalakeDelegatedAdminCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeleteDatalakeExceptionsSubscriptionCommandInput,
|
|
100
|
+
DeleteDatalakeExceptionsSubscriptionCommandOutput,
|
|
101
|
+
} from "./commands/DeleteDatalakeExceptionsSubscriptionCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteSubscriberCommandInput,
|
|
104
|
+
DeleteSubscriberCommandOutput,
|
|
105
|
+
} from "./commands/DeleteSubscriberCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteSubscriptionNotificationConfigurationCommandInput,
|
|
108
|
+
DeleteSubscriptionNotificationConfigurationCommandOutput,
|
|
109
|
+
} from "./commands/DeleteSubscriptionNotificationConfigurationCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetDatalakeAutoEnableCommandInput,
|
|
112
|
+
GetDatalakeAutoEnableCommandOutput,
|
|
113
|
+
} from "./commands/GetDatalakeAutoEnableCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetDatalakeCommandInput,
|
|
116
|
+
GetDatalakeCommandOutput,
|
|
117
|
+
} from "./commands/GetDatalakeCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetDatalakeExceptionsExpiryCommandInput,
|
|
120
|
+
GetDatalakeExceptionsExpiryCommandOutput,
|
|
121
|
+
} from "./commands/GetDatalakeExceptionsExpiryCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetDatalakeExceptionsSubscriptionCommandInput,
|
|
124
|
+
GetDatalakeExceptionsSubscriptionCommandOutput,
|
|
125
|
+
} from "./commands/GetDatalakeExceptionsSubscriptionCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetDatalakeStatusCommandInput,
|
|
128
|
+
GetDatalakeStatusCommandOutput,
|
|
129
|
+
} from "./commands/GetDatalakeStatusCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetSubscriberCommandInput,
|
|
132
|
+
GetSubscriberCommandOutput,
|
|
133
|
+
} from "./commands/GetSubscriberCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListDatalakeExceptionsCommandInput,
|
|
136
|
+
ListDatalakeExceptionsCommandOutput,
|
|
137
|
+
} from "./commands/ListDatalakeExceptionsCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListLogSourcesCommandInput,
|
|
140
|
+
ListLogSourcesCommandOutput,
|
|
141
|
+
} from "./commands/ListLogSourcesCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListSubscribersCommandInput,
|
|
144
|
+
ListSubscribersCommandOutput,
|
|
145
|
+
} from "./commands/ListSubscribersCommand";
|
|
146
|
+
import {
|
|
147
|
+
UpdateDatalakeCommandInput,
|
|
148
|
+
UpdateDatalakeCommandOutput,
|
|
149
|
+
} from "./commands/UpdateDatalakeCommand";
|
|
150
|
+
import {
|
|
151
|
+
UpdateDatalakeExceptionsExpiryCommandInput,
|
|
152
|
+
UpdateDatalakeExceptionsExpiryCommandOutput,
|
|
153
|
+
} from "./commands/UpdateDatalakeExceptionsExpiryCommand";
|
|
154
|
+
import {
|
|
155
|
+
UpdateDatalakeExceptionsSubscriptionCommandInput,
|
|
156
|
+
UpdateDatalakeExceptionsSubscriptionCommandOutput,
|
|
157
|
+
} from "./commands/UpdateDatalakeExceptionsSubscriptionCommand";
|
|
158
|
+
import {
|
|
159
|
+
UpdateSubscriberCommandInput,
|
|
160
|
+
UpdateSubscriberCommandOutput,
|
|
161
|
+
} from "./commands/UpdateSubscriberCommand";
|
|
162
|
+
import {
|
|
163
|
+
UpdateSubscriptionNotificationConfigurationCommandInput,
|
|
164
|
+
UpdateSubscriptionNotificationConfigurationCommandOutput,
|
|
165
|
+
} from "./commands/UpdateSubscriptionNotificationConfigurationCommand";
|
|
166
|
+
import {
|
|
167
|
+
ClientInputEndpointParameters,
|
|
168
|
+
ClientResolvedEndpointParameters,
|
|
169
|
+
EndpointParameters,
|
|
170
|
+
} from "./endpoint/EndpointParameters";
|
|
171
|
+
export declare type ServiceInputTypes =
|
|
172
|
+
| CreateAwsLogSourceCommandInput
|
|
173
|
+
| CreateCustomLogSourceCommandInput
|
|
174
|
+
| CreateDatalakeAutoEnableCommandInput
|
|
175
|
+
| CreateDatalakeCommandInput
|
|
176
|
+
| CreateDatalakeDelegatedAdminCommandInput
|
|
177
|
+
| CreateDatalakeExceptionsSubscriptionCommandInput
|
|
178
|
+
| CreateSubscriberCommandInput
|
|
179
|
+
| CreateSubscriptionNotificationConfigurationCommandInput
|
|
180
|
+
| DeleteAwsLogSourceCommandInput
|
|
181
|
+
| DeleteCustomLogSourceCommandInput
|
|
182
|
+
| DeleteDatalakeAutoEnableCommandInput
|
|
183
|
+
| DeleteDatalakeCommandInput
|
|
184
|
+
| DeleteDatalakeDelegatedAdminCommandInput
|
|
185
|
+
| DeleteDatalakeExceptionsSubscriptionCommandInput
|
|
186
|
+
| DeleteSubscriberCommandInput
|
|
187
|
+
| DeleteSubscriptionNotificationConfigurationCommandInput
|
|
188
|
+
| GetDatalakeAutoEnableCommandInput
|
|
189
|
+
| GetDatalakeCommandInput
|
|
190
|
+
| GetDatalakeExceptionsExpiryCommandInput
|
|
191
|
+
| GetDatalakeExceptionsSubscriptionCommandInput
|
|
192
|
+
| GetDatalakeStatusCommandInput
|
|
193
|
+
| GetSubscriberCommandInput
|
|
194
|
+
| ListDatalakeExceptionsCommandInput
|
|
195
|
+
| ListLogSourcesCommandInput
|
|
196
|
+
| ListSubscribersCommandInput
|
|
197
|
+
| UpdateDatalakeCommandInput
|
|
198
|
+
| UpdateDatalakeExceptionsExpiryCommandInput
|
|
199
|
+
| UpdateDatalakeExceptionsSubscriptionCommandInput
|
|
200
|
+
| UpdateSubscriberCommandInput
|
|
201
|
+
| UpdateSubscriptionNotificationConfigurationCommandInput;
|
|
202
|
+
export declare type ServiceOutputTypes =
|
|
203
|
+
| CreateAwsLogSourceCommandOutput
|
|
204
|
+
| CreateCustomLogSourceCommandOutput
|
|
205
|
+
| CreateDatalakeAutoEnableCommandOutput
|
|
206
|
+
| CreateDatalakeCommandOutput
|
|
207
|
+
| CreateDatalakeDelegatedAdminCommandOutput
|
|
208
|
+
| CreateDatalakeExceptionsSubscriptionCommandOutput
|
|
209
|
+
| CreateSubscriberCommandOutput
|
|
210
|
+
| CreateSubscriptionNotificationConfigurationCommandOutput
|
|
211
|
+
| DeleteAwsLogSourceCommandOutput
|
|
212
|
+
| DeleteCustomLogSourceCommandOutput
|
|
213
|
+
| DeleteDatalakeAutoEnableCommandOutput
|
|
214
|
+
| DeleteDatalakeCommandOutput
|
|
215
|
+
| DeleteDatalakeDelegatedAdminCommandOutput
|
|
216
|
+
| DeleteDatalakeExceptionsSubscriptionCommandOutput
|
|
217
|
+
| DeleteSubscriberCommandOutput
|
|
218
|
+
| DeleteSubscriptionNotificationConfigurationCommandOutput
|
|
219
|
+
| GetDatalakeAutoEnableCommandOutput
|
|
220
|
+
| GetDatalakeCommandOutput
|
|
221
|
+
| GetDatalakeExceptionsExpiryCommandOutput
|
|
222
|
+
| GetDatalakeExceptionsSubscriptionCommandOutput
|
|
223
|
+
| GetDatalakeStatusCommandOutput
|
|
224
|
+
| GetSubscriberCommandOutput
|
|
225
|
+
| ListDatalakeExceptionsCommandOutput
|
|
226
|
+
| ListLogSourcesCommandOutput
|
|
227
|
+
| ListSubscribersCommandOutput
|
|
228
|
+
| UpdateDatalakeCommandOutput
|
|
229
|
+
| UpdateDatalakeExceptionsExpiryCommandOutput
|
|
230
|
+
| UpdateDatalakeExceptionsSubscriptionCommandOutput
|
|
231
|
+
| UpdateSubscriberCommandOutput
|
|
232
|
+
| UpdateSubscriptionNotificationConfigurationCommandOutput;
|
|
233
|
+
export interface ClientDefaults
|
|
234
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
235
|
+
requestHandler?: __HttpHandler;
|
|
236
|
+
sha256?: __HashConstructor;
|
|
237
|
+
urlParser?: __UrlParser;
|
|
238
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
239
|
+
streamCollector?: __StreamCollector;
|
|
240
|
+
base64Decoder?: __Decoder;
|
|
241
|
+
base64Encoder?: __Encoder;
|
|
242
|
+
utf8Decoder?: __Decoder;
|
|
243
|
+
utf8Encoder?: __Encoder;
|
|
244
|
+
runtime?: string;
|
|
245
|
+
disableHostPrefix?: boolean;
|
|
246
|
+
maxAttempts?: number | __Provider<number>;
|
|
247
|
+
retryMode?: string | __Provider<string>;
|
|
248
|
+
logger?: __Logger;
|
|
249
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
250
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
251
|
+
serviceId?: string;
|
|
252
|
+
region?: string | __Provider<string>;
|
|
253
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
254
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
255
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
256
|
+
}
|
|
257
|
+
declare type SecurityLakeClientConfigType = Partial<
|
|
258
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
259
|
+
> &
|
|
260
|
+
ClientDefaults &
|
|
261
|
+
RegionInputConfig &
|
|
262
|
+
EndpointInputConfig<EndpointParameters> &
|
|
263
|
+
RetryInputConfig &
|
|
264
|
+
HostHeaderInputConfig &
|
|
265
|
+
AwsAuthInputConfig &
|
|
266
|
+
UserAgentInputConfig &
|
|
267
|
+
ClientInputEndpointParameters;
|
|
268
|
+
export interface SecurityLakeClientConfig
|
|
269
|
+
extends SecurityLakeClientConfigType {}
|
|
270
|
+
declare type SecurityLakeClientResolvedConfigType =
|
|
271
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
272
|
+
Required<ClientDefaults> &
|
|
273
|
+
RegionResolvedConfig &
|
|
274
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
275
|
+
RetryResolvedConfig &
|
|
276
|
+
HostHeaderResolvedConfig &
|
|
277
|
+
AwsAuthResolvedConfig &
|
|
278
|
+
UserAgentResolvedConfig &
|
|
279
|
+
ClientResolvedEndpointParameters;
|
|
280
|
+
export interface SecurityLakeClientResolvedConfig
|
|
281
|
+
extends SecurityLakeClientResolvedConfigType {}
|
|
282
|
+
export declare class SecurityLakeClient extends __Client<
|
|
283
|
+
__HttpHandlerOptions,
|
|
284
|
+
ServiceInputTypes,
|
|
285
|
+
ServiceOutputTypes,
|
|
286
|
+
SecurityLakeClientResolvedConfig
|
|
287
|
+
> {
|
|
288
|
+
readonly config: SecurityLakeClientResolvedConfig;
|
|
289
|
+
constructor(configuration: SecurityLakeClientConfig);
|
|
290
|
+
destroy(): void;
|
|
291
|
+
}
|
|
292
|
+
export {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateAwsLogSourceRequest,
|
|
11
|
+
CreateAwsLogSourceResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface CreateAwsLogSourceCommandInput
|
|
19
|
+
extends CreateAwsLogSourceRequest {}
|
|
20
|
+
export interface CreateAwsLogSourceCommandOutput
|
|
21
|
+
extends CreateAwsLogSourceResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateAwsLogSourceCommand extends $Command<
|
|
24
|
+
CreateAwsLogSourceCommandInput,
|
|
25
|
+
CreateAwsLogSourceCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateAwsLogSourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateAwsLogSourceCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateCustomLogSourceRequest,
|
|
11
|
+
CreateCustomLogSourceResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface CreateCustomLogSourceCommandInput
|
|
19
|
+
extends CreateCustomLogSourceRequest {}
|
|
20
|
+
export interface CreateCustomLogSourceCommandOutput
|
|
21
|
+
extends CreateCustomLogSourceResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateCustomLogSourceCommand extends $Command<
|
|
24
|
+
CreateCustomLogSourceCommandInput,
|
|
25
|
+
CreateCustomLogSourceCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateCustomLogSourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateCustomLogSourceCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateCustomLogSourceCommandInput,
|
|
37
|
+
CreateCustomLogSourceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateDatalakeAutoEnableRequest,
|
|
11
|
+
CreateDatalakeAutoEnableResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface CreateDatalakeAutoEnableCommandInput
|
|
19
|
+
extends CreateDatalakeAutoEnableRequest {}
|
|
20
|
+
export interface CreateDatalakeAutoEnableCommandOutput
|
|
21
|
+
extends CreateDatalakeAutoEnableResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateDatalakeAutoEnableCommand extends $Command<
|
|
24
|
+
CreateDatalakeAutoEnableCommandInput,
|
|
25
|
+
CreateDatalakeAutoEnableCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDatalakeAutoEnableCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateDatalakeAutoEnableCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateDatalakeAutoEnableCommandInput,
|
|
37
|
+
CreateDatalakeAutoEnableCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateDatalakeRequest,
|
|
11
|
+
CreateDatalakeResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface CreateDatalakeCommandInput extends CreateDatalakeRequest {}
|
|
19
|
+
export interface CreateDatalakeCommandOutput
|
|
20
|
+
extends CreateDatalakeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateDatalakeCommand extends $Command<
|
|
23
|
+
CreateDatalakeCommandInput,
|
|
24
|
+
CreateDatalakeCommandOutput,
|
|
25
|
+
SecurityLakeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDatalakeCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: CreateDatalakeCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateDatalakeCommandInput, CreateDatalakeCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateDatalakeDelegatedAdminRequest,
|
|
11
|
+
CreateDatalakeDelegatedAdminResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface CreateDatalakeDelegatedAdminCommandInput
|
|
19
|
+
extends CreateDatalakeDelegatedAdminRequest {}
|
|
20
|
+
export interface CreateDatalakeDelegatedAdminCommandOutput
|
|
21
|
+
extends CreateDatalakeDelegatedAdminResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateDatalakeDelegatedAdminCommand extends $Command<
|
|
24
|
+
CreateDatalakeDelegatedAdminCommandInput,
|
|
25
|
+
CreateDatalakeDelegatedAdminCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDatalakeDelegatedAdminCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateDatalakeDelegatedAdminCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateDatalakeDelegatedAdminCommandInput,
|
|
37
|
+
CreateDatalakeDelegatedAdminCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateDatalakeExceptionsSubscriptionRequest,
|
|
11
|
+
CreateDatalakeExceptionsSubscriptionResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface CreateDatalakeExceptionsSubscriptionCommandInput
|
|
19
|
+
extends CreateDatalakeExceptionsSubscriptionRequest {}
|
|
20
|
+
export interface CreateDatalakeExceptionsSubscriptionCommandOutput
|
|
21
|
+
extends CreateDatalakeExceptionsSubscriptionResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateDatalakeExceptionsSubscriptionCommand extends $Command<
|
|
24
|
+
CreateDatalakeExceptionsSubscriptionCommandInput,
|
|
25
|
+
CreateDatalakeExceptionsSubscriptionCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDatalakeExceptionsSubscriptionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateDatalakeExceptionsSubscriptionCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateDatalakeExceptionsSubscriptionCommandInput,
|
|
37
|
+
CreateDatalakeExceptionsSubscriptionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateSubscriberRequest,
|
|
11
|
+
CreateSubscriberResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface CreateSubscriberCommandInput extends CreateSubscriberRequest {}
|
|
19
|
+
export interface CreateSubscriberCommandOutput
|
|
20
|
+
extends CreateSubscriberResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateSubscriberCommand extends $Command<
|
|
23
|
+
CreateSubscriberCommandInput,
|
|
24
|
+
CreateSubscriberCommandOutput,
|
|
25
|
+
SecurityLakeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateSubscriberCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: CreateSubscriberCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateSubscriberCommandInput, CreateSubscriberCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateSubscriptionNotificationConfigurationRequest,
|
|
11
|
+
CreateSubscriptionNotificationConfigurationResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface CreateSubscriptionNotificationConfigurationCommandInput
|
|
19
|
+
extends CreateSubscriptionNotificationConfigurationRequest {}
|
|
20
|
+
export interface CreateSubscriptionNotificationConfigurationCommandOutput
|
|
21
|
+
extends CreateSubscriptionNotificationConfigurationResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateSubscriptionNotificationConfigurationCommand extends $Command<
|
|
24
|
+
CreateSubscriptionNotificationConfigurationCommandInput,
|
|
25
|
+
CreateSubscriptionNotificationConfigurationCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateSubscriptionNotificationConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateSubscriptionNotificationConfigurationCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateSubscriptionNotificationConfigurationCommandInput,
|
|
37
|
+
CreateSubscriptionNotificationConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteAwsLogSourceRequest,
|
|
11
|
+
DeleteAwsLogSourceResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SecurityLakeClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SecurityLakeClient";
|
|
18
|
+
export interface DeleteAwsLogSourceCommandInput
|
|
19
|
+
extends DeleteAwsLogSourceRequest {}
|
|
20
|
+
export interface DeleteAwsLogSourceCommandOutput
|
|
21
|
+
extends DeleteAwsLogSourceResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteAwsLogSourceCommand extends $Command<
|
|
24
|
+
DeleteAwsLogSourceCommandInput,
|
|
25
|
+
DeleteAwsLogSourceCommandOutput,
|
|
26
|
+
SecurityLakeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteAwsLogSourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteAwsLogSourceCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SecurityLakeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|