@aws-sdk/client-securitylake 3.529.1 → 3.535.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.
Files changed (75) hide show
  1. package/dist-types/SecurityLake.d.ts +12 -1
  2. package/dist-types/SecurityLakeClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateDataLakeCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateSubscriberCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteDataLakeCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteSubscriberCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +2 -1
  17. package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +2 -1
  18. package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +2 -1
  19. package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +2 -1
  21. package/dist-types/commands/GetSubscriberCommand.d.ts +2 -1
  22. package/dist-types/commands/ListDataLakeExceptionsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListDataLakesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListLogSourcesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListSubscribersCommand.d.ts +2 -1
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +2 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateDataLakeCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateSubscriberCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +2 -1
  34. package/dist-types/models/models_0.d.ts +213 -213
  35. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  36. package/dist-types/runtimeConfig.d.ts +2 -2
  37. package/dist-types/runtimeConfig.native.d.ts +2 -2
  38. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  39. package/dist-types/ts3.4/SecurityLake.d.ts +11 -0
  40. package/dist-types/ts3.4/commands/CreateAwsLogSourceCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateCustomLogSourceCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateDataLakeCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateSubscriberNotificationCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteAwsLogSourceCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteCustomLogSourceCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteDataLakeCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteSubscriberNotificationCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetSubscriberCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListDataLakeExceptionsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListDataLakesCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListLogSourcesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListSubscribersCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UpdateDataLakeCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateSubscriberNotificationCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  75. package/package.json +40 -40
@@ -59,6 +59,7 @@ export interface SecurityLake {
59
59
  /**
60
60
  * @see {@link CreateDataLakeOrganizationConfigurationCommand}
61
61
  */
62
+ createDataLakeOrganizationConfiguration(): Promise<CreateDataLakeOrganizationConfigurationCommandOutput>;
62
63
  createDataLakeOrganizationConfiguration(args: CreateDataLakeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataLakeOrganizationConfigurationCommandOutput>;
63
64
  createDataLakeOrganizationConfiguration(args: CreateDataLakeOrganizationConfigurationCommandInput, cb: (err: any, data?: CreateDataLakeOrganizationConfigurationCommandOutput) => void): void;
64
65
  createDataLakeOrganizationConfiguration(args: CreateDataLakeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataLakeOrganizationConfigurationCommandOutput) => void): void;
@@ -95,12 +96,14 @@ export interface SecurityLake {
95
96
  /**
96
97
  * @see {@link DeleteDataLakeExceptionSubscriptionCommand}
97
98
  */
99
+ deleteDataLakeExceptionSubscription(): Promise<DeleteDataLakeExceptionSubscriptionCommandOutput>;
98
100
  deleteDataLakeExceptionSubscription(args: DeleteDataLakeExceptionSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataLakeExceptionSubscriptionCommandOutput>;
99
101
  deleteDataLakeExceptionSubscription(args: DeleteDataLakeExceptionSubscriptionCommandInput, cb: (err: any, data?: DeleteDataLakeExceptionSubscriptionCommandOutput) => void): void;
100
102
  deleteDataLakeExceptionSubscription(args: DeleteDataLakeExceptionSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataLakeExceptionSubscriptionCommandOutput) => void): void;
101
103
  /**
102
104
  * @see {@link DeleteDataLakeOrganizationConfigurationCommand}
103
105
  */
106
+ deleteDataLakeOrganizationConfiguration(): Promise<DeleteDataLakeOrganizationConfigurationCommandOutput>;
104
107
  deleteDataLakeOrganizationConfiguration(args: DeleteDataLakeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataLakeOrganizationConfigurationCommandOutput>;
105
108
  deleteDataLakeOrganizationConfiguration(args: DeleteDataLakeOrganizationConfigurationCommandInput, cb: (err: any, data?: DeleteDataLakeOrganizationConfigurationCommandOutput) => void): void;
106
109
  deleteDataLakeOrganizationConfiguration(args: DeleteDataLakeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataLakeOrganizationConfigurationCommandOutput) => void): void;
@@ -119,24 +122,28 @@ export interface SecurityLake {
119
122
  /**
120
123
  * @see {@link DeregisterDataLakeDelegatedAdministratorCommand}
121
124
  */
125
+ deregisterDataLakeDelegatedAdministrator(): Promise<DeregisterDataLakeDelegatedAdministratorCommandOutput>;
122
126
  deregisterDataLakeDelegatedAdministrator(args: DeregisterDataLakeDelegatedAdministratorCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterDataLakeDelegatedAdministratorCommandOutput>;
123
127
  deregisterDataLakeDelegatedAdministrator(args: DeregisterDataLakeDelegatedAdministratorCommandInput, cb: (err: any, data?: DeregisterDataLakeDelegatedAdministratorCommandOutput) => void): void;
124
128
  deregisterDataLakeDelegatedAdministrator(args: DeregisterDataLakeDelegatedAdministratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterDataLakeDelegatedAdministratorCommandOutput) => void): void;
125
129
  /**
126
130
  * @see {@link GetDataLakeExceptionSubscriptionCommand}
127
131
  */
132
+ getDataLakeExceptionSubscription(): Promise<GetDataLakeExceptionSubscriptionCommandOutput>;
128
133
  getDataLakeExceptionSubscription(args: GetDataLakeExceptionSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<GetDataLakeExceptionSubscriptionCommandOutput>;
129
134
  getDataLakeExceptionSubscription(args: GetDataLakeExceptionSubscriptionCommandInput, cb: (err: any, data?: GetDataLakeExceptionSubscriptionCommandOutput) => void): void;
130
135
  getDataLakeExceptionSubscription(args: GetDataLakeExceptionSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataLakeExceptionSubscriptionCommandOutput) => void): void;
131
136
  /**
132
137
  * @see {@link GetDataLakeOrganizationConfigurationCommand}
133
138
  */
139
+ getDataLakeOrganizationConfiguration(): Promise<GetDataLakeOrganizationConfigurationCommandOutput>;
134
140
  getDataLakeOrganizationConfiguration(args: GetDataLakeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetDataLakeOrganizationConfigurationCommandOutput>;
135
141
  getDataLakeOrganizationConfiguration(args: GetDataLakeOrganizationConfigurationCommandInput, cb: (err: any, data?: GetDataLakeOrganizationConfigurationCommandOutput) => void): void;
136
142
  getDataLakeOrganizationConfiguration(args: GetDataLakeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataLakeOrganizationConfigurationCommandOutput) => void): void;
137
143
  /**
138
144
  * @see {@link GetDataLakeSourcesCommand}
139
145
  */
146
+ getDataLakeSources(): Promise<GetDataLakeSourcesCommandOutput>;
140
147
  getDataLakeSources(args: GetDataLakeSourcesCommandInput, options?: __HttpHandlerOptions): Promise<GetDataLakeSourcesCommandOutput>;
141
148
  getDataLakeSources(args: GetDataLakeSourcesCommandInput, cb: (err: any, data?: GetDataLakeSourcesCommandOutput) => void): void;
142
149
  getDataLakeSources(args: GetDataLakeSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataLakeSourcesCommandOutput) => void): void;
@@ -149,24 +156,28 @@ export interface SecurityLake {
149
156
  /**
150
157
  * @see {@link ListDataLakeExceptionsCommand}
151
158
  */
159
+ listDataLakeExceptions(): Promise<ListDataLakeExceptionsCommandOutput>;
152
160
  listDataLakeExceptions(args: ListDataLakeExceptionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataLakeExceptionsCommandOutput>;
153
161
  listDataLakeExceptions(args: ListDataLakeExceptionsCommandInput, cb: (err: any, data?: ListDataLakeExceptionsCommandOutput) => void): void;
154
162
  listDataLakeExceptions(args: ListDataLakeExceptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataLakeExceptionsCommandOutput) => void): void;
155
163
  /**
156
164
  * @see {@link ListDataLakesCommand}
157
165
  */
166
+ listDataLakes(): Promise<ListDataLakesCommandOutput>;
158
167
  listDataLakes(args: ListDataLakesCommandInput, options?: __HttpHandlerOptions): Promise<ListDataLakesCommandOutput>;
159
168
  listDataLakes(args: ListDataLakesCommandInput, cb: (err: any, data?: ListDataLakesCommandOutput) => void): void;
160
169
  listDataLakes(args: ListDataLakesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataLakesCommandOutput) => void): void;
161
170
  /**
162
171
  * @see {@link ListLogSourcesCommand}
163
172
  */
173
+ listLogSources(): Promise<ListLogSourcesCommandOutput>;
164
174
  listLogSources(args: ListLogSourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListLogSourcesCommandOutput>;
165
175
  listLogSources(args: ListLogSourcesCommandInput, cb: (err: any, data?: ListLogSourcesCommandOutput) => void): void;
166
176
  listLogSources(args: ListLogSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLogSourcesCommandOutput) => void): void;
167
177
  /**
168
178
  * @see {@link ListSubscribersCommand}
169
179
  */
180
+ listSubscribers(): Promise<ListSubscribersCommandOutput>;
170
181
  listSubscribers(args: ListSubscribersCommandInput, options?: __HttpHandlerOptions): Promise<ListSubscribersCommandOutput>;
171
182
  listSubscribers(args: ListSubscribersCommandInput, cb: (err: any, data?: ListSubscribersCommandOutput) => void): void;
172
183
  listSubscribers(args: ListSubscribersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSubscribersCommandOutput) => void): void;
@@ -220,7 +231,6 @@ export interface SecurityLake {
220
231
  updateSubscriberNotification(args: UpdateSubscriberNotificationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubscriberNotificationCommandOutput) => void): void;
221
232
  }
222
233
  /**
223
- * @public
224
234
  * <p>Amazon Security Lake is a fully managed security data lake service. You can use Security Lake to
225
235
  * automatically centralize security data from cloud, on-premises, and custom sources into a
226
236
  * data lake that's stored in your Amazon Web Services account. Amazon Web Services Organizations
@@ -247,6 +257,7 @@ export interface SecurityLake {
247
257
  * the Open Cybersecurity Schema Framework (OCSF).</p>
248
258
  * <p>Other Amazon Web Services and third-party services can subscribe to the data that's stored in Security Lake for
249
259
  * incident response and security data analytics.</p>
260
+ * @public
250
261
  */
251
262
  export declare class SecurityLake extends SecurityLakeClient implements SecurityLake {
252
263
  }
@@ -182,7 +182,6 @@ export type SecurityLakeClientResolvedConfigType = __SmithyResolvedConfiguration
182
182
  export interface SecurityLakeClientResolvedConfig extends SecurityLakeClientResolvedConfigType {
183
183
  }
184
184
  /**
185
- * @public
186
185
  * <p>Amazon Security Lake is a fully managed security data lake service. You can use Security Lake to
187
186
  * automatically centralize security data from cloud, on-premises, and custom sources into a
188
187
  * data lake that's stored in your Amazon Web Services account. Amazon Web Services Organizations
@@ -209,6 +208,7 @@ export interface SecurityLakeClientResolvedConfig extends SecurityLakeClientReso
209
208
  * the Open Cybersecurity Schema Framework (OCSF).</p>
210
209
  * <p>Other Amazon Web Services and third-party services can subscribe to the data that's stored in Security Lake for
211
210
  * incident response and security data analytics.</p>
211
+ * @public
212
212
  */
213
213
  export declare class SecurityLakeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SecurityLakeClientResolvedConfig> {
214
214
  /**
@@ -22,10 +22,10 @@ export interface CreateAwsLogSourceCommandOutput extends CreateAwsLogSourceRespo
22
22
  }
23
23
  declare const CreateAwsLogSourceCommand_base: {
24
24
  new (input: CreateAwsLogSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAwsLogSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables
30
30
  * source types for member accounts in required Amazon Web Services Regions, based on the
31
31
  * parameters you specify. You can choose any source type in any Region for either accounts
@@ -97,6 +97,7 @@ declare const CreateAwsLogSourceCommand_base: {
97
97
  * @throws {@link SecurityLakeServiceException}
98
98
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class CreateAwsLogSourceCommand extends CreateAwsLogSourceCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface CreateCustomLogSourceCommandOutput extends CreateCustomLogSourc
22
22
  }
23
23
  declare const CreateCustomLogSourceCommand_base: {
24
24
  new (input: CreateCustomLogSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomLogSourceCommandInput, CreateCustomLogSourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCustomLogSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomLogSourceCommandInput, CreateCustomLogSourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region
30
30
  * where you want to create a custom source. Security Lake can collect logs and events from
31
31
  * third-party custom sources. After creating the appropriate IAM role to
@@ -109,6 +109,7 @@ declare const CreateCustomLogSourceCommand_base: {
109
109
  * @throws {@link SecurityLakeServiceException}
110
110
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
111
111
  *
112
+ * @public
112
113
  */
113
114
  export declare class CreateCustomLogSourceCommand extends CreateCustomLogSourceCommand_base {
114
115
  }
@@ -22,10 +22,10 @@ export interface CreateDataLakeCommandOutput extends CreateDataLakeResponse, __M
22
22
  }
23
23
  declare const CreateDataLakeCommand_base: {
24
24
  new (input: CreateDataLakeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataLakeCommandInput, CreateDataLakeCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDataLakeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataLakeCommandInput, CreateDataLakeCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Initializes an Amazon Security Lake instance with the provided (or default) configuration. You
30
30
  * can enable Security Lake in Amazon Web Services Regions with customized settings before enabling
31
31
  * log collection in Regions. To specify particular Regions, configure these Regions using the
@@ -157,6 +157,7 @@ declare const CreateDataLakeCommand_base: {
157
157
  * @throws {@link SecurityLakeServiceException}
158
158
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
159
159
  *
160
+ * @public
160
161
  */
161
162
  export declare class CreateDataLakeCommand extends CreateDataLakeCommand_base {
162
163
  }
@@ -22,10 +22,10 @@ export interface CreateDataLakeExceptionSubscriptionCommandOutput extends Create
22
22
  }
23
23
  declare const CreateDataLakeExceptionSubscriptionCommand_base: {
24
24
  new (input: CreateDataLakeExceptionSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataLakeExceptionSubscriptionCommandInput, CreateDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDataLakeExceptionSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataLakeExceptionSubscriptionCommandInput, CreateDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates the specified notification subscription in Amazon Security Lake for the organization
30
30
  * you specify.</p>
31
31
  * @example
@@ -79,6 +79,7 @@ declare const CreateDataLakeExceptionSubscriptionCommand_base: {
79
79
  * @throws {@link SecurityLakeServiceException}
80
80
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class CreateDataLakeExceptionSubscriptionCommand extends CreateDataLakeExceptionSubscriptionCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface CreateDataLakeOrganizationConfigurationCommandOutput extends Cr
22
22
  }
23
23
  declare const CreateDataLakeOrganizationConfigurationCommand_base: {
24
24
  new (input: CreateDataLakeOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataLakeOrganizationConfigurationCommandInput, CreateDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateDataLakeOrganizationConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateDataLakeOrganizationConfigurationCommandInput, CreateDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Automatically enables Amazon Security Lake for new member accounts in your organization.
30
30
  * Security Lake is not automatically enabled for any existing member accounts in your
31
31
  * organization.</p>
@@ -88,6 +88,7 @@ declare const CreateDataLakeOrganizationConfigurationCommand_base: {
88
88
  * @throws {@link SecurityLakeServiceException}
89
89
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class CreateDataLakeOrganizationConfigurationCommand extends CreateDataLakeOrganizationConfigurationCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface CreateSubscriberCommandOutput extends CreateSubscriberResponse,
22
22
  }
23
23
  declare const CreateSubscriberCommand_base: {
24
24
  new (input: CreateSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriberCommandInput, CreateSubscriberCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriberCommandInput, CreateSubscriberCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a subscription permission for accounts that are already enabled in
30
30
  * Amazon Security Lake. You can create a subscriber with access to data in the current Amazon Web Services Region.</p>
31
31
  * @example
@@ -155,6 +155,7 @@ declare const CreateSubscriberCommand_base: {
155
155
  * @throws {@link SecurityLakeServiceException}
156
156
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
157
157
  *
158
+ * @public
158
159
  */
159
160
  export declare class CreateSubscriberCommand extends CreateSubscriberCommand_base {
160
161
  }
@@ -22,10 +22,10 @@ export interface CreateSubscriberNotificationCommandOutput extends CreateSubscri
22
22
  }
23
23
  declare const CreateSubscriberNotificationCommand_base: {
24
24
  new (input: CreateSubscriberNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriberNotificationCommandInput, CreateSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSubscriberNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriberNotificationCommandInput, CreateSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Notifies the subscriber when new data is written to the data lake for the sources that
30
30
  * the subscriber consumes in Security Lake. You can create only one subscriber notification per
31
31
  * subscriber.</p>
@@ -90,6 +90,7 @@ declare const CreateSubscriberNotificationCommand_base: {
90
90
  * @throws {@link SecurityLakeServiceException}
91
91
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class CreateSubscriberNotificationCommand extends CreateSubscriberNotificationCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface DeleteAwsLogSourceCommandOutput extends DeleteAwsLogSourceRespo
22
22
  }
23
23
  declare const DeleteAwsLogSourceCommand_base: {
24
24
  new (input: DeleteAwsLogSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAwsLogSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a natively supported Amazon Web Service as an Amazon Security Lake source. You
30
30
  * can remove a source for one or more Regions. When you remove the source, Security Lake stops
31
31
  * collecting data from that source in the specified Regions and accounts, and subscribers can
@@ -97,6 +97,7 @@ declare const DeleteAwsLogSourceCommand_base: {
97
97
  * @throws {@link SecurityLakeServiceException}
98
98
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class DeleteAwsLogSourceCommand extends DeleteAwsLogSourceCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface DeleteCustomLogSourceCommandOutput extends DeleteCustomLogSourc
22
22
  }
23
23
  declare const DeleteCustomLogSourceCommand_base: {
24
24
  new (input: DeleteCustomLogSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomLogSourceCommandInput, DeleteCustomLogSourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCustomLogSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomLogSourceCommandInput, DeleteCustomLogSourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a custom log source from Amazon Security Lake, to stop sending data from the custom
30
30
  * source to Security Lake.</p>
31
31
  * @example
@@ -78,6 +78,7 @@ declare const DeleteCustomLogSourceCommand_base: {
78
78
  * @throws {@link SecurityLakeServiceException}
79
79
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DeleteCustomLogSourceCommand extends DeleteCustomLogSourceCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DeleteDataLakeCommandOutput extends DeleteDataLakeResponse, __M
22
22
  }
23
23
  declare const DeleteDataLakeCommand_base: {
24
24
  new (input: DeleteDataLakeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataLakeCommandInput, DeleteDataLakeCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDataLakeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataLakeCommandInput, DeleteDataLakeCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>When you disable Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services Regions and it stops collecting data from your sources. Also, this API
30
30
  * automatically takes steps to remove the account from Security Lake. However, Security Lake retains
31
31
  * all of your existing settings and the resources that it created in your Amazon Web Services
@@ -85,6 +85,7 @@ declare const DeleteDataLakeCommand_base: {
85
85
  * @throws {@link SecurityLakeServiceException}
86
86
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class DeleteDataLakeCommand extends DeleteDataLakeCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface DeleteDataLakeExceptionSubscriptionCommandOutput extends Delete
22
22
  }
23
23
  declare const DeleteDataLakeExceptionSubscriptionCommand_base: {
24
24
  new (input: DeleteDataLakeExceptionSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataLakeExceptionSubscriptionCommandInput, DeleteDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeleteDataLakeExceptionSubscriptionCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteDataLakeExceptionSubscriptionCommandInput, DeleteDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified notification subscription in Amazon Security Lake for the organization
30
30
  * you specify.</p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const DeleteDataLakeExceptionSubscriptionCommand_base: {
75
75
  * @throws {@link SecurityLakeServiceException}
76
76
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteDataLakeExceptionSubscriptionCommand extends DeleteDataLakeExceptionSubscriptionCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteDataLakeOrganizationConfigurationCommandOutput extends De
22
22
  }
23
23
  declare const DeleteDataLakeOrganizationConfigurationCommand_base: {
24
24
  new (input: DeleteDataLakeOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataLakeOrganizationConfigurationCommandInput, DeleteDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeleteDataLakeOrganizationConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteDataLakeOrganizationConfigurationCommandInput, DeleteDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Turns off automatic enablement of Amazon Security Lake for member accounts that are added to an organization in Organizations. Only the delegated
30
30
  * Security Lake administrator for an organization can perform this operation. If the delegated Security Lake administrator performs this operation, new member
31
31
  * accounts won't automatically contribute data to the data lake.</p>
@@ -88,6 +88,7 @@ declare const DeleteDataLakeOrganizationConfigurationCommand_base: {
88
88
  * @throws {@link SecurityLakeServiceException}
89
89
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class DeleteDataLakeOrganizationConfigurationCommand extends DeleteDataLakeOrganizationConfigurationCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface DeleteSubscriberCommandOutput extends DeleteSubscriberResponse,
22
22
  }
23
23
  declare const DeleteSubscriberCommand_base: {
24
24
  new (input: DeleteSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the subscription permission and all notification settings for accounts that are
30
30
  * already enabled in Amazon Security Lake. When you run <code>DeleteSubscriber</code>, the
31
31
  * subscriber will no longer consume data from Security Lake and the subscriber is removed. This
@@ -79,6 +79,7 @@ declare const DeleteSubscriberCommand_base: {
79
79
  * @throws {@link SecurityLakeServiceException}
80
80
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class DeleteSubscriberCommand extends DeleteSubscriberCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface DeleteSubscriberNotificationCommandOutput extends DeleteSubscri
22
22
  }
23
23
  declare const DeleteSubscriberNotificationCommand_base: {
24
24
  new (input: DeleteSubscriberNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubscriberNotificationCommandInput, DeleteSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSubscriberNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubscriberNotificationCommandInput, DeleteSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified notification subscription in Amazon Security Lake for the organization
30
30
  * you specify.</p>
31
31
  * @example
@@ -77,6 +77,7 @@ declare const DeleteSubscriberNotificationCommand_base: {
77
77
  * @throws {@link SecurityLakeServiceException}
78
78
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class DeleteSubscriberNotificationCommand extends DeleteSubscriberNotificationCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface DeregisterDataLakeDelegatedAdministratorCommandOutput extends D
22
22
  }
23
23
  declare const DeregisterDataLakeDelegatedAdministratorCommand_base: {
24
24
  new (input: DeregisterDataLakeDelegatedAdministratorCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterDataLakeDelegatedAdministratorCommandInput, DeregisterDataLakeDelegatedAdministratorCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeregisterDataLakeDelegatedAdministratorCommandInput]): import("@smithy/smithy-client").CommandImpl<DeregisterDataLakeDelegatedAdministratorCommandInput, DeregisterDataLakeDelegatedAdministratorCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the Amazon Security Lake delegated administrator account for the organization. This API
30
30
  * can only be called by the organization management account. The organization management
31
31
  * account cannot be the delegated administrator account.</p>
@@ -76,6 +76,7 @@ declare const DeregisterDataLakeDelegatedAdministratorCommand_base: {
76
76
  * @throws {@link SecurityLakeServiceException}
77
77
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DeregisterDataLakeDelegatedAdministratorCommand extends DeregisterDataLakeDelegatedAdministratorCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface GetDataLakeExceptionSubscriptionCommandOutput extends GetDataLa
22
22
  }
23
23
  declare const GetDataLakeExceptionSubscriptionCommand_base: {
24
24
  new (input: GetDataLakeExceptionSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataLakeExceptionSubscriptionCommandInput, GetDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetDataLakeExceptionSubscriptionCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDataLakeExceptionSubscriptionCommandInput, GetDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the details of exception notifications for the account in Amazon Security Lake.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const GetDataLakeExceptionSubscriptionCommand_base: {
78
78
  * @throws {@link SecurityLakeServiceException}
79
79
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class GetDataLakeExceptionSubscriptionCommand extends GetDataLakeExceptionSubscriptionCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface GetDataLakeOrganizationConfigurationCommandOutput extends GetDa
22
22
  }
23
23
  declare const GetDataLakeOrganizationConfigurationCommand_base: {
24
24
  new (input: GetDataLakeOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataLakeOrganizationConfigurationCommandInput, GetDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetDataLakeOrganizationConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDataLakeOrganizationConfigurationCommandInput, GetDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the configuration that will be automatically set up for accounts added to the
30
30
  * organization after the organization has onboarded to Amazon Security Lake. This API does not take
31
31
  * input parameters.</p>
@@ -88,6 +88,7 @@ declare const GetDataLakeOrganizationConfigurationCommand_base: {
88
88
  * @throws {@link SecurityLakeServiceException}
89
89
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class GetDataLakeOrganizationConfigurationCommand extends GetDataLakeOrganizationConfigurationCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface GetDataLakeSourcesCommandOutput extends GetDataLakeSourcesRespo
22
22
  }
23
23
  declare const GetDataLakeSourcesCommand_base: {
24
24
  new (input: GetDataLakeSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataLakeSourcesCommandInput, GetDataLakeSourcesCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetDataLakeSourcesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDataLakeSourcesCommandInput, GetDataLakeSourcesCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled
30
30
  * for those accounts and which sources Security Lake is collecting data from.</p>
31
31
  * @example
@@ -99,6 +99,7 @@ declare const GetDataLakeSourcesCommand_base: {
99
99
  * @throws {@link SecurityLakeServiceException}
100
100
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class GetDataLakeSourcesCommand extends GetDataLakeSourcesCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface GetSubscriberCommandOutput extends GetSubscriberResponse, __Met
22
22
  }
23
23
  declare const GetSubscriberCommand_base: {
24
24
  new (input: GetSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriberCommandInput, GetSubscriberCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriberCommandInput, GetSubscriberCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the subscription information for the specified subscription ID. You can get
30
30
  * information about a specific subscriber.</p>
31
31
  * @example
@@ -120,6 +120,7 @@ declare const GetSubscriberCommand_base: {
120
120
  * @throws {@link SecurityLakeServiceException}
121
121
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
122
122
  *
123
+ * @public
123
124
  */
124
125
  export declare class GetSubscriberCommand extends GetSubscriberCommand_base {
125
126
  }
@@ -22,10 +22,10 @@ export interface ListDataLakeExceptionsCommandOutput extends ListDataLakeExcepti
22
22
  }
23
23
  declare const ListDataLakeExceptionsCommand_base: {
24
24
  new (input: ListDataLakeExceptionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataLakeExceptionsCommandInput, ListDataLakeExceptionsCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDataLakeExceptionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDataLakeExceptionsCommandInput, ListDataLakeExceptionsCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the Amazon Security Lake exceptions that you can use to find the source of problems and
30
30
  * fix them.</p>
31
31
  * @example
@@ -91,6 +91,7 @@ declare const ListDataLakeExceptionsCommand_base: {
91
91
  * @throws {@link SecurityLakeServiceException}
92
92
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class ListDataLakeExceptionsCommand extends ListDataLakeExceptionsCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface ListDataLakesCommandOutput extends ListDataLakesResponse, __Met
22
22
  }
23
23
  declare const ListDataLakesCommand_base: {
24
24
  new (input: ListDataLakesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataLakesCommandInput, ListDataLakesCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDataLakesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDataLakesCommandInput, ListDataLakesCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services Regions. You can use this operation to determine whether
30
30
  * Security Lake is enabled for a Region.</p>
31
31
  * @example
@@ -116,6 +116,7 @@ declare const ListDataLakesCommand_base: {
116
116
  * @throws {@link SecurityLakeServiceException}
117
117
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
118
118
  *
119
+ * @public
119
120
  */
120
121
  export declare class ListDataLakesCommand extends ListDataLakesCommand_base {
121
122
  }
@@ -22,10 +22,10 @@ export interface ListLogSourcesCommandOutput extends ListLogSourcesResponse, __M
22
22
  }
23
23
  declare const ListLogSourcesCommand_base: {
24
24
  new (input: ListLogSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLogSourcesCommandInput, ListLogSourcesCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListLogSourcesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLogSourcesCommandInput, ListLogSourcesCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the log sources in the current Amazon Web Services Region.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -133,6 +133,7 @@ declare const ListLogSourcesCommand_base: {
133
133
  * @throws {@link SecurityLakeServiceException}
134
134
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
135
135
  *
136
+ * @public
136
137
  */
137
138
  export declare class ListLogSourcesCommand extends ListLogSourcesCommand_base {
138
139
  }
@@ -22,10 +22,10 @@ export interface ListSubscribersCommandOutput extends ListSubscribersResponse, _
22
22
  }
23
23
  declare const ListSubscribersCommand_base: {
24
24
  new (input: ListSubscribersCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubscribersCommandInput, ListSubscribersCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSubscribersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSubscribersCommandInput, ListSubscribersCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List all subscribers for the specific Amazon Security Lake account ID. You can retrieve a list
30
30
  * of subscriptions associated with a specific organization or Amazon Web Services account.</p>
31
31
  * @example
@@ -124,6 +124,7 @@ declare const ListSubscribersCommand_base: {
124
124
  * @throws {@link SecurityLakeServiceException}
125
125
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class ListSubscribersCommand extends ListSubscribersCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the tags (keys and values) that are associated with an Amazon Security Lake resource: a subscriber, or the data lake configuration for
30
30
  * your Amazon Web Services account in a particular Amazon Web Services Region.</p>
31
31
  * @example
@@ -84,6 +84,7 @@ declare const ListTagsForResourceCommand_base: {
84
84
  * @throws {@link SecurityLakeServiceException}
85
85
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
89
90
  }