@aws-sdk/client-securitylake 3.478.0 → 3.484.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 (129) hide show
  1. package/dist-cjs/commands/CreateAwsLogSourceCommand.js +18 -41
  2. package/dist-cjs/commands/CreateCustomLogSourceCommand.js +18 -41
  3. package/dist-cjs/commands/CreateDataLakeCommand.js +18 -41
  4. package/dist-cjs/commands/CreateDataLakeExceptionSubscriptionCommand.js +18 -41
  5. package/dist-cjs/commands/CreateDataLakeOrganizationConfigurationCommand.js +18 -41
  6. package/dist-cjs/commands/CreateSubscriberCommand.js +18 -41
  7. package/dist-cjs/commands/CreateSubscriberNotificationCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteAwsLogSourceCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteCustomLogSourceCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteDataLakeCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteDataLakeExceptionSubscriptionCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteDataLakeOrganizationConfigurationCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteSubscriberCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteSubscriberNotificationCommand.js +18 -41
  15. package/dist-cjs/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +18 -41
  16. package/dist-cjs/commands/GetDataLakeExceptionSubscriptionCommand.js +18 -41
  17. package/dist-cjs/commands/GetDataLakeOrganizationConfigurationCommand.js +18 -41
  18. package/dist-cjs/commands/GetDataLakeSourcesCommand.js +18 -41
  19. package/dist-cjs/commands/GetSubscriberCommand.js +18 -41
  20. package/dist-cjs/commands/ListDataLakeExceptionsCommand.js +18 -41
  21. package/dist-cjs/commands/ListDataLakesCommand.js +18 -41
  22. package/dist-cjs/commands/ListLogSourcesCommand.js +18 -41
  23. package/dist-cjs/commands/ListSubscribersCommand.js +18 -41
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  25. package/dist-cjs/commands/RegisterDataLakeDelegatedAdministratorCommand.js +18 -41
  26. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  27. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateDataLakeCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateDataLakeExceptionSubscriptionCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateSubscriberCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateSubscriberNotificationCommand.js +18 -41
  32. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  33. package/dist-es/commands/CreateAwsLogSourceCommand.js +18 -41
  34. package/dist-es/commands/CreateCustomLogSourceCommand.js +18 -41
  35. package/dist-es/commands/CreateDataLakeCommand.js +18 -41
  36. package/dist-es/commands/CreateDataLakeExceptionSubscriptionCommand.js +18 -41
  37. package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +18 -41
  38. package/dist-es/commands/CreateSubscriberCommand.js +18 -41
  39. package/dist-es/commands/CreateSubscriberNotificationCommand.js +18 -41
  40. package/dist-es/commands/DeleteAwsLogSourceCommand.js +18 -41
  41. package/dist-es/commands/DeleteCustomLogSourceCommand.js +18 -41
  42. package/dist-es/commands/DeleteDataLakeCommand.js +18 -41
  43. package/dist-es/commands/DeleteDataLakeExceptionSubscriptionCommand.js +18 -41
  44. package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +18 -41
  45. package/dist-es/commands/DeleteSubscriberCommand.js +18 -41
  46. package/dist-es/commands/DeleteSubscriberNotificationCommand.js +18 -41
  47. package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +18 -41
  48. package/dist-es/commands/GetDataLakeExceptionSubscriptionCommand.js +18 -41
  49. package/dist-es/commands/GetDataLakeOrganizationConfigurationCommand.js +18 -41
  50. package/dist-es/commands/GetDataLakeSourcesCommand.js +18 -41
  51. package/dist-es/commands/GetSubscriberCommand.js +18 -41
  52. package/dist-es/commands/ListDataLakeExceptionsCommand.js +18 -41
  53. package/dist-es/commands/ListDataLakesCommand.js +18 -41
  54. package/dist-es/commands/ListLogSourcesCommand.js +18 -41
  55. package/dist-es/commands/ListSubscribersCommand.js +18 -41
  56. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  57. package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +18 -41
  58. package/dist-es/commands/TagResourceCommand.js +18 -41
  59. package/dist-es/commands/UntagResourceCommand.js +18 -41
  60. package/dist-es/commands/UpdateDataLakeCommand.js +18 -41
  61. package/dist-es/commands/UpdateDataLakeExceptionSubscriptionCommand.js +18 -41
  62. package/dist-es/commands/UpdateSubscriberCommand.js +18 -41
  63. package/dist-es/commands/UpdateSubscriberNotificationCommand.js +18 -41
  64. package/dist-es/endpoint/EndpointParameters.js +6 -0
  65. package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +6 -21
  67. package/dist-types/commands/CreateDataLakeCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +6 -21
  69. package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +6 -21
  70. package/dist-types/commands/CreateSubscriberCommand.d.ts +6 -21
  71. package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +6 -21
  73. package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +6 -21
  74. package/dist-types/commands/DeleteDataLakeCommand.d.ts +6 -21
  75. package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +6 -21
  76. package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +6 -21
  77. package/dist-types/commands/DeleteSubscriberCommand.d.ts +6 -21
  78. package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +6 -21
  79. package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +6 -21
  80. package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +6 -21
  81. package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +6 -21
  82. package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +6 -21
  83. package/dist-types/commands/GetSubscriberCommand.d.ts +6 -21
  84. package/dist-types/commands/ListDataLakeExceptionsCommand.d.ts +6 -21
  85. package/dist-types/commands/ListDataLakesCommand.d.ts +6 -21
  86. package/dist-types/commands/ListLogSourcesCommand.d.ts +6 -21
  87. package/dist-types/commands/ListSubscribersCommand.d.ts +6 -21
  88. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  89. package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +6 -21
  90. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  91. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  92. package/dist-types/commands/UpdateDataLakeCommand.d.ts +6 -21
  93. package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +6 -21
  94. package/dist-types/commands/UpdateSubscriberCommand.d.ts +6 -21
  95. package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +6 -21
  96. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  97. package/dist-types/ts3.4/commands/CreateAwsLogSourceCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/CreateCustomLogSourceCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/CreateDataLakeCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/CreateSubscriberNotificationCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/DeleteAwsLogSourceCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/DeleteCustomLogSourceCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/DeleteDataLakeCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/DeleteSubscriberNotificationCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/GetSubscriberCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/ListDataLakeExceptionsCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/ListDataLakesCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/ListLogSourcesCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/ListSubscribersCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/UpdateDataLakeCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/UpdateSubscriberNotificationCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  129. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateDataLakeRequest, CreateDataLakeResponse } from "../models/models_0";
5
4
  import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDataLakeCommandInput extends CreateDataLakeRequest {
21
20
  */
22
21
  export interface CreateDataLakeCommandOutput extends CreateDataLakeResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateDataLakeCommand_base: {
24
+ new (input: CreateDataLakeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataLakeCommandInput, CreateDataLakeCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Initializes an Amazon Security Lake instance with the provided (or default) configuration. You
@@ -155,23 +158,5 @@ export interface CreateDataLakeCommandOutput extends CreateDataLakeResponse, __M
155
158
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
156
159
  *
157
160
  */
158
- export declare class CreateDataLakeCommand extends $Command<CreateDataLakeCommandInput, CreateDataLakeCommandOutput, SecurityLakeClientResolvedConfig> {
159
- readonly input: CreateDataLakeCommandInput;
160
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
161
- /**
162
- * @public
163
- */
164
- constructor(input: CreateDataLakeCommandInput);
165
- /**
166
- * @internal
167
- */
168
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataLakeCommandInput, CreateDataLakeCommandOutput>;
169
- /**
170
- * @internal
171
- */
172
- private serialize;
173
- /**
174
- * @internal
175
- */
176
- private deserialize;
161
+ export declare class CreateDataLakeCommand extends CreateDataLakeCommand_base {
177
162
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateDataLakeExceptionSubscriptionRequest, CreateDataLakeExceptionSubscriptionResponse } from "../models/models_0";
5
4
  import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDataLakeExceptionSubscriptionCommandInput extends CreateD
21
20
  */
22
21
  export interface CreateDataLakeExceptionSubscriptionCommandOutput extends CreateDataLakeExceptionSubscriptionResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateDataLakeExceptionSubscriptionCommand_base: {
24
+ new (input: CreateDataLakeExceptionSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataLakeExceptionSubscriptionCommandInput, CreateDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates the specified notification subscription in Amazon Security Lake for the organization
@@ -77,23 +80,5 @@ export interface CreateDataLakeExceptionSubscriptionCommandOutput extends Create
77
80
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
78
81
  *
79
82
  */
80
- export declare class CreateDataLakeExceptionSubscriptionCommand extends $Command<CreateDataLakeExceptionSubscriptionCommandInput, CreateDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig> {
81
- readonly input: CreateDataLakeExceptionSubscriptionCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: CreateDataLakeExceptionSubscriptionCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataLakeExceptionSubscriptionCommandInput, CreateDataLakeExceptionSubscriptionCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class CreateDataLakeExceptionSubscriptionCommand extends CreateDataLakeExceptionSubscriptionCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateDataLakeOrganizationConfigurationRequest, CreateDataLakeOrganizationConfigurationResponse } from "../models/models_0";
5
4
  import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDataLakeOrganizationConfigurationCommandInput extends Cre
21
20
  */
22
21
  export interface CreateDataLakeOrganizationConfigurationCommandOutput extends CreateDataLakeOrganizationConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateDataLakeOrganizationConfigurationCommand_base: {
24
+ new (input: CreateDataLakeOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataLakeOrganizationConfigurationCommandInput, CreateDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Automatically enables Amazon Security Lake for new member accounts in your organization.
@@ -86,23 +89,5 @@ export interface CreateDataLakeOrganizationConfigurationCommandOutput extends Cr
86
89
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
87
90
  *
88
91
  */
89
- export declare class CreateDataLakeOrganizationConfigurationCommand extends $Command<CreateDataLakeOrganizationConfigurationCommandInput, CreateDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig> {
90
- readonly input: CreateDataLakeOrganizationConfigurationCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: CreateDataLakeOrganizationConfigurationCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataLakeOrganizationConfigurationCommandInput, CreateDataLakeOrganizationConfigurationCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class CreateDataLakeOrganizationConfigurationCommand extends CreateDataLakeOrganizationConfigurationCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateSubscriberRequest, CreateSubscriberResponse } from "../models/models_0";
5
4
  import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateSubscriberCommandInput extends CreateSubscriberRequest {
21
20
  */
22
21
  export interface CreateSubscriberCommandOutput extends CreateSubscriberResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateSubscriberCommand_base: {
24
+ new (input: CreateSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriberCommandInput, CreateSubscriberCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a subscription permission for accounts that are already enabled in
@@ -153,23 +156,5 @@ export interface CreateSubscriberCommandOutput extends CreateSubscriberResponse,
153
156
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
154
157
  *
155
158
  */
156
- export declare class CreateSubscriberCommand extends $Command<CreateSubscriberCommandInput, CreateSubscriberCommandOutput, SecurityLakeClientResolvedConfig> {
157
- readonly input: CreateSubscriberCommandInput;
158
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
159
- /**
160
- * @public
161
- */
162
- constructor(input: CreateSubscriberCommandInput);
163
- /**
164
- * @internal
165
- */
166
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSubscriberCommandInput, CreateSubscriberCommandOutput>;
167
- /**
168
- * @internal
169
- */
170
- private serialize;
171
- /**
172
- * @internal
173
- */
174
- private deserialize;
159
+ export declare class CreateSubscriberCommand extends CreateSubscriberCommand_base {
175
160
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateSubscriberNotificationRequest, CreateSubscriberNotificationResponse } from "../models/models_0";
5
4
  import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateSubscriberNotificationCommandInput extends CreateSubscrib
21
20
  */
22
21
  export interface CreateSubscriberNotificationCommandOutput extends CreateSubscriberNotificationResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateSubscriberNotificationCommand_base: {
24
+ new (input: CreateSubscriberNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriberNotificationCommandInput, CreateSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Notifies the subscriber when new data is written to the data lake for the sources that
@@ -88,23 +91,5 @@ export interface CreateSubscriberNotificationCommandOutput extends CreateSubscri
88
91
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
89
92
  *
90
93
  */
91
- export declare class CreateSubscriberNotificationCommand extends $Command<CreateSubscriberNotificationCommandInput, CreateSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig> {
92
- readonly input: CreateSubscriberNotificationCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: CreateSubscriberNotificationCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSubscriberNotificationCommandInput, CreateSubscriberNotificationCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class CreateSubscriberNotificationCommand extends CreateSubscriberNotificationCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteAwsLogSourceRequest, DeleteAwsLogSourceResponse } from "../models/models_0";
5
4
  import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAwsLogSourceCommandInput extends DeleteAwsLogSourceReques
21
20
  */
22
21
  export interface DeleteAwsLogSourceCommandOutput extends DeleteAwsLogSourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteAwsLogSourceCommand_base: {
24
+ new (input: DeleteAwsLogSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes a natively supported Amazon Web Service as an Amazon Security Lake source. You
@@ -95,23 +98,5 @@ export interface DeleteAwsLogSourceCommandOutput extends DeleteAwsLogSourceRespo
95
98
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
96
99
  *
97
100
  */
98
- export declare class DeleteAwsLogSourceCommand extends $Command<DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput, SecurityLakeClientResolvedConfig> {
99
- readonly input: DeleteAwsLogSourceCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: DeleteAwsLogSourceCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class DeleteAwsLogSourceCommand extends DeleteAwsLogSourceCommand_base {
117
102
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteCustomLogSourceRequest, DeleteCustomLogSourceResponse } from "../models/models_0";
5
4
  import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteCustomLogSourceCommandInput extends DeleteCustomLogSource
21
20
  */
22
21
  export interface DeleteCustomLogSourceCommandOutput extends DeleteCustomLogSourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteCustomLogSourceCommand_base: {
24
+ new (input: DeleteCustomLogSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomLogSourceCommandInput, DeleteCustomLogSourceCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes a custom log source from Amazon Security Lake, to stop sending data from the custom
@@ -76,23 +79,5 @@ export interface DeleteCustomLogSourceCommandOutput extends DeleteCustomLogSourc
76
79
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
77
80
  *
78
81
  */
79
- export declare class DeleteCustomLogSourceCommand extends $Command<DeleteCustomLogSourceCommandInput, DeleteCustomLogSourceCommandOutput, SecurityLakeClientResolvedConfig> {
80
- readonly input: DeleteCustomLogSourceCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DeleteCustomLogSourceCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomLogSourceCommandInput, DeleteCustomLogSourceCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DeleteCustomLogSourceCommand extends DeleteCustomLogSourceCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteDataLakeRequest, DeleteDataLakeResponse } from "../models/models_0";
5
4
  import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDataLakeCommandInput extends DeleteDataLakeRequest {
21
20
  */
22
21
  export interface DeleteDataLakeCommandOutput extends DeleteDataLakeResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDataLakeCommand_base: {
24
+ new (input: DeleteDataLakeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataLakeCommandInput, DeleteDataLakeCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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
@@ -83,23 +86,5 @@ export interface DeleteDataLakeCommandOutput extends DeleteDataLakeResponse, __M
83
86
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
84
87
  *
85
88
  */
86
- export declare class DeleteDataLakeCommand extends $Command<DeleteDataLakeCommandInput, DeleteDataLakeCommandOutput, SecurityLakeClientResolvedConfig> {
87
- readonly input: DeleteDataLakeCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: DeleteDataLakeCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataLakeCommandInput, DeleteDataLakeCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class DeleteDataLakeCommand extends DeleteDataLakeCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteDataLakeExceptionSubscriptionRequest, DeleteDataLakeExceptionSubscriptionResponse } from "../models/models_0";
5
4
  import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDataLakeExceptionSubscriptionCommandInput extends DeleteD
21
20
  */
22
21
  export interface DeleteDataLakeExceptionSubscriptionCommandOutput extends DeleteDataLakeExceptionSubscriptionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDataLakeExceptionSubscriptionCommand_base: {
24
+ new (input: DeleteDataLakeExceptionSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataLakeExceptionSubscriptionCommandInput, DeleteDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified notification subscription in Amazon Security Lake for the organization
@@ -73,23 +76,5 @@ export interface DeleteDataLakeExceptionSubscriptionCommandOutput extends Delete
73
76
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
74
77
  *
75
78
  */
76
- export declare class DeleteDataLakeExceptionSubscriptionCommand extends $Command<DeleteDataLakeExceptionSubscriptionCommandInput, DeleteDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig> {
77
- readonly input: DeleteDataLakeExceptionSubscriptionCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DeleteDataLakeExceptionSubscriptionCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataLakeExceptionSubscriptionCommandInput, DeleteDataLakeExceptionSubscriptionCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DeleteDataLakeExceptionSubscriptionCommand extends DeleteDataLakeExceptionSubscriptionCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteDataLakeOrganizationConfigurationRequest, DeleteDataLakeOrganizationConfigurationResponse } from "../models/models_0";
5
4
  import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDataLakeOrganizationConfigurationCommandInput extends Del
21
20
  */
22
21
  export interface DeleteDataLakeOrganizationConfigurationCommandOutput extends DeleteDataLakeOrganizationConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDataLakeOrganizationConfigurationCommand_base: {
24
+ new (input: DeleteDataLakeOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataLakeOrganizationConfigurationCommandInput, DeleteDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Turns off automatic enablement of Amazon Security Lake for member accounts that are added to an organization in Organizations. Only the delegated
@@ -86,23 +89,5 @@ export interface DeleteDataLakeOrganizationConfigurationCommandOutput extends De
86
89
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
87
90
  *
88
91
  */
89
- export declare class DeleteDataLakeOrganizationConfigurationCommand extends $Command<DeleteDataLakeOrganizationConfigurationCommandInput, DeleteDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig> {
90
- readonly input: DeleteDataLakeOrganizationConfigurationCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: DeleteDataLakeOrganizationConfigurationCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataLakeOrganizationConfigurationCommandInput, DeleteDataLakeOrganizationConfigurationCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class DeleteDataLakeOrganizationConfigurationCommand extends DeleteDataLakeOrganizationConfigurationCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteSubscriberRequest, DeleteSubscriberResponse } from "../models/models_0";
5
4
  import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSubscriberCommandInput extends DeleteSubscriberRequest {
21
20
  */
22
21
  export interface DeleteSubscriberCommandOutput extends DeleteSubscriberResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSubscriberCommand_base: {
24
+ new (input: DeleteSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the subscription permission and all notification settings for accounts that are
@@ -77,23 +80,5 @@ export interface DeleteSubscriberCommandOutput extends DeleteSubscriberResponse,
77
80
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
78
81
  *
79
82
  */
80
- export declare class DeleteSubscriberCommand extends $Command<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput, SecurityLakeClientResolvedConfig> {
81
- readonly input: DeleteSubscriberCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: DeleteSubscriberCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class DeleteSubscriberCommand extends DeleteSubscriberCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteSubscriberNotificationRequest, DeleteSubscriberNotificationResponse } from "../models/models_0";
5
4
  import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSubscriberNotificationCommandInput extends DeleteSubscrib
21
20
  */
22
21
  export interface DeleteSubscriberNotificationCommandOutput extends DeleteSubscriberNotificationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSubscriberNotificationCommand_base: {
24
+ new (input: DeleteSubscriberNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubscriberNotificationCommandInput, DeleteSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified notification subscription in Amazon Security Lake for the organization
@@ -75,23 +78,5 @@ export interface DeleteSubscriberNotificationCommandOutput extends DeleteSubscri
75
78
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
76
79
  *
77
80
  */
78
- export declare class DeleteSubscriberNotificationCommand extends $Command<DeleteSubscriberNotificationCommandInput, DeleteSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig> {
79
- readonly input: DeleteSubscriberNotificationCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: DeleteSubscriberNotificationCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSubscriberNotificationCommandInput, DeleteSubscriberNotificationCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class DeleteSubscriberNotificationCommand extends DeleteSubscriberNotificationCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeregisterDataLakeDelegatedAdministratorRequest, DeregisterDataLakeDelegatedAdministratorResponse } from "../models/models_0";
5
4
  import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeregisterDataLakeDelegatedAdministratorCommandInput extends De
21
20
  */
22
21
  export interface DeregisterDataLakeDelegatedAdministratorCommandOutput extends DeregisterDataLakeDelegatedAdministratorResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeregisterDataLakeDelegatedAdministratorCommand_base: {
24
+ new (input: DeregisterDataLakeDelegatedAdministratorCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterDataLakeDelegatedAdministratorCommandInput, DeregisterDataLakeDelegatedAdministratorCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the Amazon Security Lake delegated administrator account for the organization. This API
@@ -74,23 +77,5 @@ export interface DeregisterDataLakeDelegatedAdministratorCommandOutput extends D
74
77
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
75
78
  *
76
79
  */
77
- export declare class DeregisterDataLakeDelegatedAdministratorCommand extends $Command<DeregisterDataLakeDelegatedAdministratorCommandInput, DeregisterDataLakeDelegatedAdministratorCommandOutput, SecurityLakeClientResolvedConfig> {
78
- readonly input: DeregisterDataLakeDelegatedAdministratorCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: DeregisterDataLakeDelegatedAdministratorCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterDataLakeDelegatedAdministratorCommandInput, DeregisterDataLakeDelegatedAdministratorCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class DeregisterDataLakeDelegatedAdministratorCommand extends DeregisterDataLakeDelegatedAdministratorCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetDataLakeExceptionSubscriptionRequest, GetDataLakeExceptionSubscriptionResponse } from "../models/models_0";
5
4
  import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDataLakeExceptionSubscriptionCommandInput extends GetDataLak
21
20
  */
22
21
  export interface GetDataLakeExceptionSubscriptionCommandOutput extends GetDataLakeExceptionSubscriptionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDataLakeExceptionSubscriptionCommand_base: {
24
+ new (input: GetDataLakeExceptionSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataLakeExceptionSubscriptionCommandInput, GetDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the details of exception notifications for the account in Amazon Security Lake.</p>
@@ -76,23 +79,5 @@ export interface GetDataLakeExceptionSubscriptionCommandOutput extends GetDataLa
76
79
  * <p>Base exception class for all service exceptions from SecurityLake service.</p>
77
80
  *
78
81
  */
79
- export declare class GetDataLakeExceptionSubscriptionCommand extends $Command<GetDataLakeExceptionSubscriptionCommandInput, GetDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig> {
80
- readonly input: GetDataLakeExceptionSubscriptionCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: GetDataLakeExceptionSubscriptionCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityLakeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataLakeExceptionSubscriptionCommandInput, GetDataLakeExceptionSubscriptionCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class GetDataLakeExceptionSubscriptionCommand extends GetDataLakeExceptionSubscriptionCommand_base {
98
83
  }