@aws-sdk/client-securitylake 3.477.0 → 3.481.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 (145) 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-cjs/pagination/GetDataLakeSourcesPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListDataLakeExceptionsPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListLogSourcesPaginator.js +2 -24
  36. package/dist-cjs/pagination/ListSubscribersPaginator.js +2 -24
  37. package/dist-es/commands/CreateAwsLogSourceCommand.js +18 -41
  38. package/dist-es/commands/CreateCustomLogSourceCommand.js +18 -41
  39. package/dist-es/commands/CreateDataLakeCommand.js +18 -41
  40. package/dist-es/commands/CreateDataLakeExceptionSubscriptionCommand.js +18 -41
  41. package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +18 -41
  42. package/dist-es/commands/CreateSubscriberCommand.js +18 -41
  43. package/dist-es/commands/CreateSubscriberNotificationCommand.js +18 -41
  44. package/dist-es/commands/DeleteAwsLogSourceCommand.js +18 -41
  45. package/dist-es/commands/DeleteCustomLogSourceCommand.js +18 -41
  46. package/dist-es/commands/DeleteDataLakeCommand.js +18 -41
  47. package/dist-es/commands/DeleteDataLakeExceptionSubscriptionCommand.js +18 -41
  48. package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +18 -41
  49. package/dist-es/commands/DeleteSubscriberCommand.js +18 -41
  50. package/dist-es/commands/DeleteSubscriberNotificationCommand.js +18 -41
  51. package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +18 -41
  52. package/dist-es/commands/GetDataLakeExceptionSubscriptionCommand.js +18 -41
  53. package/dist-es/commands/GetDataLakeOrganizationConfigurationCommand.js +18 -41
  54. package/dist-es/commands/GetDataLakeSourcesCommand.js +18 -41
  55. package/dist-es/commands/GetSubscriberCommand.js +18 -41
  56. package/dist-es/commands/ListDataLakeExceptionsCommand.js +18 -41
  57. package/dist-es/commands/ListDataLakesCommand.js +18 -41
  58. package/dist-es/commands/ListLogSourcesCommand.js +18 -41
  59. package/dist-es/commands/ListSubscribersCommand.js +18 -41
  60. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  61. package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +18 -41
  62. package/dist-es/commands/TagResourceCommand.js +18 -41
  63. package/dist-es/commands/UntagResourceCommand.js +18 -41
  64. package/dist-es/commands/UpdateDataLakeCommand.js +18 -41
  65. package/dist-es/commands/UpdateDataLakeExceptionSubscriptionCommand.js +18 -41
  66. package/dist-es/commands/UpdateSubscriberCommand.js +18 -41
  67. package/dist-es/commands/UpdateSubscriberNotificationCommand.js +18 -41
  68. package/dist-es/endpoint/EndpointParameters.js +6 -0
  69. package/dist-es/pagination/GetDataLakeSourcesPaginator.js +2 -23
  70. package/dist-es/pagination/ListDataLakeExceptionsPaginator.js +2 -23
  71. package/dist-es/pagination/ListLogSourcesPaginator.js +2 -23
  72. package/dist-es/pagination/ListSubscribersPaginator.js +2 -23
  73. package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +6 -21
  74. package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +6 -21
  75. package/dist-types/commands/CreateDataLakeCommand.d.ts +6 -21
  76. package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +6 -21
  77. package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +6 -21
  78. package/dist-types/commands/CreateSubscriberCommand.d.ts +6 -21
  79. package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +6 -21
  80. package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +6 -21
  81. package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +6 -21
  82. package/dist-types/commands/DeleteDataLakeCommand.d.ts +6 -21
  83. package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +6 -21
  84. package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +6 -21
  85. package/dist-types/commands/DeleteSubscriberCommand.d.ts +6 -21
  86. package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +6 -21
  87. package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +6 -21
  88. package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +6 -21
  89. package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +6 -21
  90. package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +6 -21
  91. package/dist-types/commands/GetSubscriberCommand.d.ts +6 -21
  92. package/dist-types/commands/ListDataLakeExceptionsCommand.d.ts +6 -21
  93. package/dist-types/commands/ListDataLakesCommand.d.ts +6 -21
  94. package/dist-types/commands/ListLogSourcesCommand.d.ts +6 -21
  95. package/dist-types/commands/ListSubscribersCommand.d.ts +6 -21
  96. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  97. package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +6 -21
  98. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  99. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  100. package/dist-types/commands/UpdateDataLakeCommand.d.ts +6 -21
  101. package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +6 -21
  102. package/dist-types/commands/UpdateSubscriberCommand.d.ts +6 -21
  103. package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +6 -21
  104. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  105. package/dist-types/pagination/GetDataLakeSourcesPaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListDataLakeExceptionsPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListLogSourcesPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListSubscribersPaginator.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/CreateAwsLogSourceCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/CreateCustomLogSourceCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/CreateDataLakeCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/CreateSubscriberNotificationCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/DeleteAwsLogSourceCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/DeleteCustomLogSourceCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/DeleteDataLakeCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +12 -24
  121. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/DeleteSubscriberNotificationCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/GetSubscriberCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/ListDataLakeExceptionsCommand.d.ts +12 -24
  129. package/dist-types/ts3.4/commands/ListDataLakesCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/ListLogSourcesCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/ListSubscribersCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/UpdateDataLakeCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/UpdateSubscriberNotificationCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  141. package/dist-types/ts3.4/pagination/GetDataLakeSourcesPaginator.d.ts +3 -3
  142. package/dist-types/ts3.4/pagination/ListDataLakeExceptionsPaginator.d.ts +3 -3
  143. package/dist-types/ts3.4/pagination/ListLogSourcesPaginator.d.ts +3 -3
  144. package/dist-types/ts3.4/pagination/ListSubscribersPaginator.d.ts +3 -3
  145. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListDataLakeExceptionsRequest,
11
5
  ListDataLakeExceptionsResponse,
@@ -21,22 +15,16 @@ export interface ListDataLakeExceptionsCommandInput
21
15
  export interface ListDataLakeExceptionsCommandOutput
22
16
  extends ListDataLakeExceptionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListDataLakeExceptionsCommand extends $Command<
25
- ListDataLakeExceptionsCommandInput,
26
- ListDataLakeExceptionsCommandOutput,
27
- SecurityLakeClientResolvedConfig
28
- > {
29
- readonly input: ListDataLakeExceptionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListDataLakeExceptionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecurityLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListDataLakeExceptionsCommand_base: {
19
+ new (
20
+ input: ListDataLakeExceptionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListDataLakeExceptionsCommandInput,
38
- ListDataLakeExceptionsCommandOutput
23
+ ListDataLakeExceptionsCommandOutput,
24
+ SecurityLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListDataLakeExceptionsCommand extends ListDataLakeExceptionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListDataLakesRequest,
11
5
  ListDataLakesResponse,
@@ -20,19 +14,16 @@ export interface ListDataLakesCommandInput extends ListDataLakesRequest {}
20
14
  export interface ListDataLakesCommandOutput
21
15
  extends ListDataLakesResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListDataLakesCommand extends $Command<
24
- ListDataLakesCommandInput,
25
- ListDataLakesCommandOutput,
26
- SecurityLakeClientResolvedConfig
27
- > {
28
- readonly input: ListDataLakesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListDataLakesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SecurityLakeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListDataLakesCommandInput, ListDataLakesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListDataLakesCommand_base: {
18
+ new (
19
+ input: ListDataLakesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListDataLakesCommandInput,
22
+ ListDataLakesCommandOutput,
23
+ SecurityLakeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListDataLakesCommand extends ListDataLakesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListLogSourcesRequest,
11
5
  ListLogSourcesResponse,
@@ -20,19 +14,16 @@ export interface ListLogSourcesCommandInput extends ListLogSourcesRequest {}
20
14
  export interface ListLogSourcesCommandOutput
21
15
  extends ListLogSourcesResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListLogSourcesCommand extends $Command<
24
- ListLogSourcesCommandInput,
25
- ListLogSourcesCommandOutput,
26
- SecurityLakeClientResolvedConfig
27
- > {
28
- readonly input: ListLogSourcesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListLogSourcesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SecurityLakeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListLogSourcesCommandInput, ListLogSourcesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListLogSourcesCommand_base: {
18
+ new (
19
+ input: ListLogSourcesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListLogSourcesCommandInput,
22
+ ListLogSourcesCommandOutput,
23
+ SecurityLakeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListLogSourcesCommand extends ListLogSourcesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListSubscribersRequest,
11
5
  ListSubscribersResponse,
@@ -20,19 +14,16 @@ export interface ListSubscribersCommandInput extends ListSubscribersRequest {}
20
14
  export interface ListSubscribersCommandOutput
21
15
  extends ListSubscribersResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListSubscribersCommand extends $Command<
24
- ListSubscribersCommandInput,
25
- ListSubscribersCommandOutput,
26
- SecurityLakeClientResolvedConfig
27
- > {
28
- readonly input: ListSubscribersCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListSubscribersCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SecurityLakeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListSubscribersCommandInput, ListSubscribersCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListSubscribersCommand_base: {
18
+ new (
19
+ input: ListSubscribersCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListSubscribersCommandInput,
22
+ ListSubscribersCommandOutput,
23
+ SecurityLakeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListSubscribersCommand extends ListSubscribersCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListTagsForResourceRequest,
11
5
  ListTagsForResourceResponse,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- SecurityLakeClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecurityLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ SecurityLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  RegisterDataLakeDelegatedAdministratorRequest,
11
5
  RegisterDataLakeDelegatedAdministratorResponse,
@@ -21,22 +15,16 @@ export interface RegisterDataLakeDelegatedAdministratorCommandInput
21
15
  export interface RegisterDataLakeDelegatedAdministratorCommandOutput
22
16
  extends RegisterDataLakeDelegatedAdministratorResponse,
23
17
  __MetadataBearer {}
24
- export declare class RegisterDataLakeDelegatedAdministratorCommand extends $Command<
25
- RegisterDataLakeDelegatedAdministratorCommandInput,
26
- RegisterDataLakeDelegatedAdministratorCommandOutput,
27
- SecurityLakeClientResolvedConfig
28
- > {
29
- readonly input: RegisterDataLakeDelegatedAdministratorCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RegisterDataLakeDelegatedAdministratorCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecurityLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const RegisterDataLakeDelegatedAdministratorCommand_base: {
19
+ new (
20
+ input: RegisterDataLakeDelegatedAdministratorCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  RegisterDataLakeDelegatedAdministratorCommandInput,
38
- RegisterDataLakeDelegatedAdministratorCommandOutput
23
+ RegisterDataLakeDelegatedAdministratorCommandOutput,
24
+ SecurityLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RegisterDataLakeDelegatedAdministratorCommand extends RegisterDataLakeDelegatedAdministratorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
10
4
  import {
11
5
  SecurityLakeClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- SecurityLakeClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SecurityLakeClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ SecurityLakeClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UntagResourceRequest,
11
5
  UntagResourceResponse,
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
20
14
  export interface UntagResourceCommandOutput
21
15
  extends UntagResourceResponse,
22
16
  __MetadataBearer {}
23
- export declare class UntagResourceCommand extends $Command<
24
- UntagResourceCommandInput,
25
- UntagResourceCommandOutput,
26
- SecurityLakeClientResolvedConfig
27
- > {
28
- readonly input: UntagResourceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UntagResourceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SecurityLakeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UntagResourceCommand_base: {
18
+ new (
19
+ input: UntagResourceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UntagResourceCommandInput,
22
+ UntagResourceCommandOutput,
23
+ SecurityLakeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateDataLakeRequest,
11
5
  UpdateDataLakeResponse,
@@ -20,19 +14,16 @@ export interface UpdateDataLakeCommandInput extends UpdateDataLakeRequest {}
20
14
  export interface UpdateDataLakeCommandOutput
21
15
  extends UpdateDataLakeResponse,
22
16
  __MetadataBearer {}
23
- export declare class UpdateDataLakeCommand extends $Command<
24
- UpdateDataLakeCommandInput,
25
- UpdateDataLakeCommandOutput,
26
- SecurityLakeClientResolvedConfig
27
- > {
28
- readonly input: UpdateDataLakeCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UpdateDataLakeCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SecurityLakeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UpdateDataLakeCommandInput, UpdateDataLakeCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UpdateDataLakeCommand_base: {
18
+ new (
19
+ input: UpdateDataLakeCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UpdateDataLakeCommandInput,
22
+ UpdateDataLakeCommandOutput,
23
+ SecurityLakeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UpdateDataLakeCommand extends UpdateDataLakeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateDataLakeExceptionSubscriptionRequest,
11
5
  UpdateDataLakeExceptionSubscriptionResponse,
@@ -21,22 +15,16 @@ export interface UpdateDataLakeExceptionSubscriptionCommandInput
21
15
  export interface UpdateDataLakeExceptionSubscriptionCommandOutput
22
16
  extends UpdateDataLakeExceptionSubscriptionResponse,
23
17
  __MetadataBearer {}
24
- export declare class UpdateDataLakeExceptionSubscriptionCommand extends $Command<
25
- UpdateDataLakeExceptionSubscriptionCommandInput,
26
- UpdateDataLakeExceptionSubscriptionCommandOutput,
27
- SecurityLakeClientResolvedConfig
28
- > {
29
- readonly input: UpdateDataLakeExceptionSubscriptionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateDataLakeExceptionSubscriptionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecurityLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateDataLakeExceptionSubscriptionCommand_base: {
19
+ new (
20
+ input: UpdateDataLakeExceptionSubscriptionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateDataLakeExceptionSubscriptionCommandInput,
38
- UpdateDataLakeExceptionSubscriptionCommandOutput
23
+ UpdateDataLakeExceptionSubscriptionCommandOutput,
24
+ SecurityLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateDataLakeExceptionSubscriptionCommand extends UpdateDataLakeExceptionSubscriptionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateSubscriberRequest,
11
5
  UpdateSubscriberResponse,
@@ -20,19 +14,16 @@ export interface UpdateSubscriberCommandInput extends UpdateSubscriberRequest {}
20
14
  export interface UpdateSubscriberCommandOutput
21
15
  extends UpdateSubscriberResponse,
22
16
  __MetadataBearer {}
23
- export declare class UpdateSubscriberCommand extends $Command<
24
- UpdateSubscriberCommandInput,
25
- UpdateSubscriberCommandOutput,
26
- SecurityLakeClientResolvedConfig
27
- > {
28
- readonly input: UpdateSubscriberCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UpdateSubscriberCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SecurityLakeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UpdateSubscriberCommand_base: {
18
+ new (
19
+ input: UpdateSubscriberCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UpdateSubscriberCommandInput,
22
+ UpdateSubscriberCommandOutput,
23
+ SecurityLakeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UpdateSubscriberCommand extends UpdateSubscriberCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  UpdateSubscriberNotificationRequest,
11
5
  UpdateSubscriberNotificationResponse,
@@ -21,22 +15,16 @@ export interface UpdateSubscriberNotificationCommandInput
21
15
  export interface UpdateSubscriberNotificationCommandOutput
22
16
  extends UpdateSubscriberNotificationResponse,
23
17
  __MetadataBearer {}
24
- export declare class UpdateSubscriberNotificationCommand extends $Command<
25
- UpdateSubscriberNotificationCommandInput,
26
- UpdateSubscriberNotificationCommandOutput,
27
- SecurityLakeClientResolvedConfig
28
- > {
29
- readonly input: UpdateSubscriberNotificationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateSubscriberNotificationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SecurityLakeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateSubscriberNotificationCommand_base: {
19
+ new (
20
+ input: UpdateSubscriberNotificationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateSubscriberNotificationCommandInput,
38
- UpdateSubscriberNotificationCommandOutput
23
+ UpdateSubscriberNotificationCommandOutput,
24
+ SecurityLakeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class UpdateSubscriberNotificationCommand extends UpdateSubscriberNotificationCommand_base {}
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
25
25
  ClientInputEndpointParameters & {
26
26
  defaultSigningName: string;
27
27
  };
28
+ export declare const commonParams: {
29
+ readonly UseFIPS: {
30
+ readonly type: "builtInParams";
31
+ readonly name: "useFipsEndpoint";
32
+ };
33
+ readonly Endpoint: {
34
+ readonly type: "builtInParams";
35
+ readonly name: "endpoint";
36
+ };
37
+ readonly Region: {
38
+ readonly type: "builtInParams";
39
+ readonly name: "region";
40
+ };
41
+ readonly UseDualStack: {
42
+ readonly type: "builtInParams";
43
+ readonly name: "useDualstackEndpoint";
44
+ };
45
+ };
28
46
  export interface EndpointParameters extends __EndpointParameters {
29
47
  Region?: string;
30
48
  UseDualStack?: boolean;
@@ -4,8 +4,8 @@ import {
4
4
  GetDataLakeSourcesCommandOutput,
5
5
  } from "../commands/GetDataLakeSourcesCommand";
6
6
  import { SecurityLakePaginationConfiguration } from "./Interfaces";
7
- export declare function paginateGetDataLakeSources(
7
+ export declare const paginateGetDataLakeSources: (
8
8
  config: SecurityLakePaginationConfiguration,
9
9
  input: GetDataLakeSourcesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetDataLakeSourcesCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<GetDataLakeSourcesCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListDataLakeExceptionsCommandOutput,
5
5
  } from "../commands/ListDataLakeExceptionsCommand";
6
6
  import { SecurityLakePaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListDataLakeExceptions(
7
+ export declare const paginateListDataLakeExceptions: (
8
8
  config: SecurityLakePaginationConfiguration,
9
9
  input: ListDataLakeExceptionsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListDataLakeExceptionsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListDataLakeExceptionsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListLogSourcesCommandOutput,
5
5
  } from "../commands/ListLogSourcesCommand";
6
6
  import { SecurityLakePaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListLogSources(
7
+ export declare const paginateListLogSources: (
8
8
  config: SecurityLakePaginationConfiguration,
9
9
  input: ListLogSourcesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListLogSourcesCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListLogSourcesCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListSubscribersCommandOutput,
5
5
  } from "../commands/ListSubscribersCommand";
6
6
  import { SecurityLakePaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListSubscribers(
7
+ export declare const paginateListSubscribers: (
8
8
  config: SecurityLakePaginationConfiguration,
9
9
  input: ListSubscribersCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListSubscribersCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListSubscribersCommandOutput>;