@aws-sdk/client-securitylake 3.338.0 → 3.342.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 (159) hide show
  1. package/README.md +39 -60
  2. package/dist-cjs/SecurityLake.js +36 -40
  3. package/dist-cjs/commands/{UpdateDatalakeCommand.js → CreateDataLakeCommand.js} +7 -7
  4. package/dist-cjs/commands/CreateDataLakeExceptionSubscriptionCommand.js +46 -0
  5. package/dist-cjs/commands/CreateDataLakeOrganizationConfigurationCommand.js +46 -0
  6. package/dist-cjs/commands/{DeleteDatalakeDelegatedAdminCommand.js → CreateSubscriberNotificationCommand.js} +7 -7
  7. package/dist-cjs/commands/{CreateDatalakeCommand.js → DeleteDataLakeCommand.js} +7 -7
  8. package/dist-cjs/commands/DeleteDataLakeExceptionSubscriptionCommand.js +46 -0
  9. package/dist-cjs/commands/DeleteDataLakeOrganizationConfigurationCommand.js +46 -0
  10. package/dist-cjs/commands/{CreateDatalakeDelegatedAdminCommand.js → DeleteSubscriberNotificationCommand.js} +7 -7
  11. package/dist-cjs/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +46 -0
  12. package/dist-cjs/commands/{CreateDatalakeAutoEnableCommand.js → GetDataLakeExceptionSubscriptionCommand.js} +7 -7
  13. package/dist-cjs/commands/{DeleteDatalakeExceptionsSubscriptionCommand.js → GetDataLakeOrganizationConfigurationCommand.js} +7 -7
  14. package/dist-cjs/commands/{GetDatalakeStatusCommand.js → GetDataLakeSourcesCommand.js} +7 -7
  15. package/dist-cjs/commands/{ListDatalakeExceptionsCommand.js → ListDataLakeExceptionsCommand.js} +7 -7
  16. package/dist-cjs/commands/{GetDatalakeCommand.js → ListDataLakesCommand.js} +7 -7
  17. package/dist-cjs/commands/{CreateDatalakeExceptionsSubscriptionCommand.js → RegisterDataLakeDelegatedAdministratorCommand.js} +7 -7
  18. package/dist-cjs/commands/{DeleteDatalakeCommand.js → UpdateDataLakeCommand.js} +7 -7
  19. package/dist-cjs/commands/UpdateDataLakeExceptionSubscriptionCommand.js +46 -0
  20. package/dist-cjs/commands/{DeleteDatalakeAutoEnableCommand.js → UpdateSubscriberNotificationCommand.js} +7 -7
  21. package/dist-cjs/commands/index.js +18 -20
  22. package/dist-cjs/models/models_0.js +43 -235
  23. package/dist-cjs/pagination/{GetDatalakeStatusPaginator.js → GetDataLakeSourcesPaginator.js} +6 -6
  24. package/dist-cjs/pagination/{ListDatalakeExceptionsPaginator.js → ListDataLakeExceptionsPaginator.js} +6 -6
  25. package/dist-cjs/pagination/index.js +2 -2
  26. package/dist-cjs/protocols/Aws_restJson1.js +531 -769
  27. package/dist-es/SecurityLake.js +36 -40
  28. package/dist-es/commands/{UpdateDatalakeCommand.js → CreateDataLakeCommand.js} +6 -6
  29. package/dist-es/commands/{UpdateDatalakeExceptionsSubscriptionCommand.js → CreateDataLakeExceptionSubscriptionCommand.js} +6 -6
  30. package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +42 -0
  31. package/dist-es/commands/{DeleteDatalakeDelegatedAdminCommand.js → CreateSubscriberNotificationCommand.js} +6 -6
  32. package/dist-es/commands/{CreateDatalakeCommand.js → DeleteDataLakeCommand.js} +6 -6
  33. package/dist-es/commands/{CreateDatalakeExceptionsSubscriptionCommand.js → DeleteDataLakeExceptionSubscriptionCommand.js} +6 -6
  34. package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +42 -0
  35. package/dist-es/commands/{CreateDatalakeDelegatedAdminCommand.js → DeleteSubscriberNotificationCommand.js} +6 -6
  36. package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +42 -0
  37. package/dist-es/commands/{GetDatalakeExceptionsSubscriptionCommand.js → GetDataLakeExceptionSubscriptionCommand.js} +6 -6
  38. package/dist-es/commands/{DeleteDatalakeExceptionsSubscriptionCommand.js → GetDataLakeOrganizationConfigurationCommand.js} +6 -6
  39. package/dist-es/commands/{GetDatalakeStatusCommand.js → GetDataLakeSourcesCommand.js} +6 -6
  40. package/dist-es/commands/{ListDatalakeExceptionsCommand.js → ListDataLakeExceptionsCommand.js} +6 -6
  41. package/dist-es/commands/{GetDatalakeCommand.js → ListDataLakesCommand.js} +6 -6
  42. package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +42 -0
  43. package/dist-es/commands/{DeleteDatalakeCommand.js → UpdateDataLakeCommand.js} +6 -6
  44. package/dist-es/commands/{CreateDatalakeAutoEnableCommand.js → UpdateDataLakeExceptionSubscriptionCommand.js} +6 -6
  45. package/dist-es/commands/{GetDatalakeExceptionsExpiryCommand.js → UpdateSubscriberNotificationCommand.js} +6 -6
  46. package/dist-es/commands/index.js +18 -20
  47. package/dist-es/models/models_0.js +41 -224
  48. package/dist-es/pagination/{GetDatalakeStatusPaginator.js → GetDataLakeSourcesPaginator.js} +4 -4
  49. package/dist-es/pagination/{ListDatalakeExceptionsPaginator.js → ListDataLakeExceptionsPaginator.js} +4 -4
  50. package/dist-es/pagination/index.js +2 -2
  51. package/dist-es/protocols/Aws_restJson1.js +491 -725
  52. package/dist-types/SecurityLake.d.ts +96 -115
  53. package/dist-types/SecurityLakeClient.d.ts +24 -31
  54. package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +22 -41
  55. package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +39 -23
  56. package/dist-types/commands/CreateDataLakeCommand.d.ts +172 -0
  57. package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +99 -0
  58. package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +108 -0
  59. package/dist-types/commands/CreateSubscriberCommand.d.ts +78 -32
  60. package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +110 -0
  61. package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +29 -39
  62. package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +15 -18
  63. package/dist-types/commands/{DeleteDatalakeCommand.d.ts → DeleteDataLakeCommand.d.ts} +33 -33
  64. package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +95 -0
  65. package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +110 -0
  66. package/dist-types/commands/DeleteSubscriberCommand.d.ts +15 -21
  67. package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +97 -0
  68. package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +96 -0
  69. package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +98 -0
  70. package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +108 -0
  71. package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +119 -0
  72. package/dist-types/commands/GetSubscriberCommand.d.ts +47 -28
  73. package/dist-types/commands/{ListDatalakeExceptionsCommand.d.ts → ListDataLakeExceptionsCommand.d.ts} +39 -36
  74. package/dist-types/commands/ListDataLakesCommand.d.ts +136 -0
  75. package/dist-types/commands/ListLogSourcesCommand.d.ts +60 -29
  76. package/dist-types/commands/ListSubscribersCommand.d.ts +46 -30
  77. package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +98 -0
  78. package/dist-types/commands/UpdateDataLakeCommand.d.ts +158 -0
  79. package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +99 -0
  80. package/dist-types/commands/UpdateSubscriberCommand.d.ts +73 -42
  81. package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +109 -0
  82. package/dist-types/commands/index.d.ts +18 -20
  83. package/dist-types/index.d.ts +4 -9
  84. package/dist-types/models/models_0.d.ts +985 -906
  85. package/dist-types/pagination/GetDataLakeSourcesPaginator.d.ts +7 -0
  86. package/dist-types/pagination/ListDataLakeExceptionsPaginator.d.ts +7 -0
  87. package/dist-types/pagination/index.d.ts +2 -2
  88. package/dist-types/protocols/Aws_restJson1.d.ts +94 -112
  89. package/dist-types/ts3.4/SecurityLake.d.ts +243 -271
  90. package/dist-types/ts3.4/SecurityLakeClient.d.ts +91 -103
  91. package/dist-types/ts3.4/commands/{CreateDatalakeCommand.d.ts → CreateDataLakeCommand.d.ts} +11 -11
  92. package/dist-types/ts3.4/commands/{GetDatalakeExceptionsSubscriptionCommand.d.ts → CreateDataLakeExceptionSubscriptionCommand.d.ts} +13 -13
  93. package/dist-types/ts3.4/commands/{CreateDatalakeExceptionsSubscriptionCommand.d.ts → CreateDataLakeOrganizationConfigurationCommand.d.ts} +13 -13
  94. package/dist-types/ts3.4/commands/{DeleteDatalakeDelegatedAdminCommand.d.ts → CreateSubscriberNotificationCommand.d.ts} +13 -13
  95. package/dist-types/ts3.4/commands/{DeleteDatalakeCommand.d.ts → DeleteDataLakeCommand.d.ts} +11 -11
  96. package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +42 -0
  97. package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +42 -0
  98. package/dist-types/ts3.4/commands/{CreateDatalakeDelegatedAdminCommand.d.ts → DeleteSubscriberNotificationCommand.d.ts} +13 -13
  99. package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +42 -0
  100. package/dist-types/ts3.4/commands/{DeleteDatalakeAutoEnableCommand.d.ts → GetDataLakeExceptionSubscriptionCommand.d.ts} +13 -13
  101. package/dist-types/ts3.4/commands/{DeleteDatalakeExceptionsSubscriptionCommand.d.ts → GetDataLakeOrganizationConfigurationCommand.d.ts} +13 -13
  102. package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +39 -0
  103. package/dist-types/ts3.4/commands/{ListDatalakeExceptionsCommand.d.ts → ListDataLakeExceptionsCommand.d.ts} +13 -13
  104. package/dist-types/ts3.4/commands/{GetDatalakeStatusCommand.d.ts → ListDataLakesCommand.d.ts} +11 -12
  105. package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +42 -0
  106. package/dist-types/ts3.4/commands/{UpdateDatalakeCommand.d.ts → UpdateDataLakeCommand.d.ts} +11 -11
  107. package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +42 -0
  108. package/dist-types/ts3.4/commands/{CreateDatalakeAutoEnableCommand.d.ts → UpdateSubscriberNotificationCommand.d.ts} +13 -13
  109. package/dist-types/ts3.4/commands/index.d.ts +18 -20
  110. package/dist-types/ts3.4/models/models_0.d.ts +315 -431
  111. package/dist-types/ts3.4/pagination/GetDataLakeSourcesPaginator.d.ts +11 -0
  112. package/dist-types/ts3.4/pagination/ListDataLakeExceptionsPaginator.d.ts +11 -0
  113. package/dist-types/ts3.4/pagination/index.d.ts +2 -2
  114. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +131 -155
  115. package/package.json +28 -28
  116. package/dist-cjs/commands/CreateSubscriptionNotificationConfigurationCommand.js +0 -46
  117. package/dist-cjs/commands/DeleteSubscriptionNotificationConfigurationCommand.js +0 -46
  118. package/dist-cjs/commands/GetDatalakeAutoEnableCommand.js +0 -46
  119. package/dist-cjs/commands/GetDatalakeExceptionsExpiryCommand.js +0 -46
  120. package/dist-cjs/commands/GetDatalakeExceptionsSubscriptionCommand.js +0 -46
  121. package/dist-cjs/commands/UpdateDatalakeExceptionsExpiryCommand.js +0 -46
  122. package/dist-cjs/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +0 -46
  123. package/dist-cjs/commands/UpdateSubscriptionNotificationConfigurationCommand.js +0 -46
  124. package/dist-es/commands/CreateSubscriptionNotificationConfigurationCommand.js +0 -42
  125. package/dist-es/commands/DeleteDatalakeAutoEnableCommand.js +0 -42
  126. package/dist-es/commands/DeleteSubscriptionNotificationConfigurationCommand.js +0 -42
  127. package/dist-es/commands/GetDatalakeAutoEnableCommand.js +0 -42
  128. package/dist-es/commands/UpdateDatalakeExceptionsExpiryCommand.js +0 -42
  129. package/dist-es/commands/UpdateSubscriptionNotificationConfigurationCommand.js +0 -42
  130. package/dist-types/commands/CreateDatalakeAutoEnableCommand.d.ts +0 -98
  131. package/dist-types/commands/CreateDatalakeCommand.d.ts +0 -137
  132. package/dist-types/commands/CreateDatalakeDelegatedAdminCommand.d.ts +0 -89
  133. package/dist-types/commands/CreateDatalakeExceptionsSubscriptionCommand.d.ts +0 -91
  134. package/dist-types/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +0 -109
  135. package/dist-types/commands/DeleteDatalakeAutoEnableCommand.d.ts +0 -101
  136. package/dist-types/commands/DeleteDatalakeDelegatedAdminCommand.d.ts +0 -89
  137. package/dist-types/commands/DeleteDatalakeExceptionsSubscriptionCommand.d.ts +0 -90
  138. package/dist-types/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +0 -100
  139. package/dist-types/commands/GetDatalakeAutoEnableCommand.d.ts +0 -98
  140. package/dist-types/commands/GetDatalakeCommand.d.ts +0 -120
  141. package/dist-types/commands/GetDatalakeExceptionsExpiryCommand.d.ts +0 -91
  142. package/dist-types/commands/GetDatalakeExceptionsSubscriptionCommand.d.ts +0 -92
  143. package/dist-types/commands/GetDatalakeStatusCommand.d.ts +0 -109
  144. package/dist-types/commands/UpdateDatalakeCommand.d.ts +0 -108
  145. package/dist-types/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +0 -91
  146. package/dist-types/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +0 -91
  147. package/dist-types/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +0 -108
  148. package/dist-types/pagination/GetDatalakeStatusPaginator.d.ts +0 -7
  149. package/dist-types/pagination/ListDatalakeExceptionsPaginator.d.ts +0 -7
  150. package/dist-types/ts3.4/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +0 -42
  151. package/dist-types/ts3.4/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +0 -42
  152. package/dist-types/ts3.4/commands/GetDatalakeAutoEnableCommand.d.ts +0 -42
  153. package/dist-types/ts3.4/commands/GetDatalakeCommand.d.ts +0 -35
  154. package/dist-types/ts3.4/commands/GetDatalakeExceptionsExpiryCommand.d.ts +0 -42
  155. package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +0 -42
  156. package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +0 -42
  157. package/dist-types/ts3.4/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +0 -42
  158. package/dist-types/ts3.4/pagination/GetDatalakeStatusPaginator.d.ts +0 -11
  159. package/dist-types/ts3.4/pagination/ListDatalakeExceptionsPaginator.d.ts +0 -11
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { GetDataLakeSourcesCommandInput, GetDataLakeSourcesCommandOutput } from "../commands/GetDataLakeSourcesCommand";
3
+ import { SecurityLakePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateGetDataLakeSources(config: SecurityLakePaginationConfiguration, input: GetDataLakeSourcesCommandInput, ...additionalArguments: any): Paginator<GetDataLakeSourcesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListDataLakeExceptionsCommandInput, ListDataLakeExceptionsCommandOutput } from "../commands/ListDataLakeExceptionsCommand";
3
+ import { SecurityLakePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListDataLakeExceptions(config: SecurityLakePaginationConfiguration, input: ListDataLakeExceptionsCommandInput, ...additionalArguments: any): Paginator<ListDataLakeExceptionsCommandOutput>;
@@ -1,5 +1,5 @@
1
- export * from "./GetDatalakeStatusPaginator";
1
+ export * from "./GetDataLakeSourcesPaginator";
2
2
  export * from "./Interfaces";
3
- export * from "./ListDatalakeExceptionsPaginator";
3
+ export * from "./ListDataLakeExceptionsPaginator";
4
4
  export * from "./ListLogSourcesPaginator";
5
5
  export * from "./ListSubscribersPaginator";
@@ -2,34 +2,32 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@s
2
2
  import { SerdeContext as __SerdeContext } from "@smithy/types";
3
3
  import { CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput } from "../commands/CreateAwsLogSourceCommand";
4
4
  import { CreateCustomLogSourceCommandInput, CreateCustomLogSourceCommandOutput } from "../commands/CreateCustomLogSourceCommand";
5
- import { CreateDatalakeAutoEnableCommandInput, CreateDatalakeAutoEnableCommandOutput } from "../commands/CreateDatalakeAutoEnableCommand";
6
- import { CreateDatalakeCommandInput, CreateDatalakeCommandOutput } from "../commands/CreateDatalakeCommand";
7
- import { CreateDatalakeDelegatedAdminCommandInput, CreateDatalakeDelegatedAdminCommandOutput } from "../commands/CreateDatalakeDelegatedAdminCommand";
8
- import { CreateDatalakeExceptionsSubscriptionCommandInput, CreateDatalakeExceptionsSubscriptionCommandOutput } from "../commands/CreateDatalakeExceptionsSubscriptionCommand";
5
+ import { CreateDataLakeCommandInput, CreateDataLakeCommandOutput } from "../commands/CreateDataLakeCommand";
6
+ import { CreateDataLakeExceptionSubscriptionCommandInput, CreateDataLakeExceptionSubscriptionCommandOutput } from "../commands/CreateDataLakeExceptionSubscriptionCommand";
7
+ import { CreateDataLakeOrganizationConfigurationCommandInput, CreateDataLakeOrganizationConfigurationCommandOutput } from "../commands/CreateDataLakeOrganizationConfigurationCommand";
9
8
  import { CreateSubscriberCommandInput, CreateSubscriberCommandOutput } from "../commands/CreateSubscriberCommand";
10
- import { CreateSubscriptionNotificationConfigurationCommandInput, CreateSubscriptionNotificationConfigurationCommandOutput } from "../commands/CreateSubscriptionNotificationConfigurationCommand";
9
+ import { CreateSubscriberNotificationCommandInput, CreateSubscriberNotificationCommandOutput } from "../commands/CreateSubscriberNotificationCommand";
11
10
  import { DeleteAwsLogSourceCommandInput, DeleteAwsLogSourceCommandOutput } from "../commands/DeleteAwsLogSourceCommand";
12
11
  import { DeleteCustomLogSourceCommandInput, DeleteCustomLogSourceCommandOutput } from "../commands/DeleteCustomLogSourceCommand";
13
- import { DeleteDatalakeAutoEnableCommandInput, DeleteDatalakeAutoEnableCommandOutput } from "../commands/DeleteDatalakeAutoEnableCommand";
14
- import { DeleteDatalakeCommandInput, DeleteDatalakeCommandOutput } from "../commands/DeleteDatalakeCommand";
15
- import { DeleteDatalakeDelegatedAdminCommandInput, DeleteDatalakeDelegatedAdminCommandOutput } from "../commands/DeleteDatalakeDelegatedAdminCommand";
16
- import { DeleteDatalakeExceptionsSubscriptionCommandInput, DeleteDatalakeExceptionsSubscriptionCommandOutput } from "../commands/DeleteDatalakeExceptionsSubscriptionCommand";
12
+ import { DeleteDataLakeCommandInput, DeleteDataLakeCommandOutput } from "../commands/DeleteDataLakeCommand";
13
+ import { DeleteDataLakeExceptionSubscriptionCommandInput, DeleteDataLakeExceptionSubscriptionCommandOutput } from "../commands/DeleteDataLakeExceptionSubscriptionCommand";
14
+ import { DeleteDataLakeOrganizationConfigurationCommandInput, DeleteDataLakeOrganizationConfigurationCommandOutput } from "../commands/DeleteDataLakeOrganizationConfigurationCommand";
17
15
  import { DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput } from "../commands/DeleteSubscriberCommand";
18
- import { DeleteSubscriptionNotificationConfigurationCommandInput, DeleteSubscriptionNotificationConfigurationCommandOutput } from "../commands/DeleteSubscriptionNotificationConfigurationCommand";
19
- import { GetDatalakeAutoEnableCommandInput, GetDatalakeAutoEnableCommandOutput } from "../commands/GetDatalakeAutoEnableCommand";
20
- import { GetDatalakeCommandInput, GetDatalakeCommandOutput } from "../commands/GetDatalakeCommand";
21
- import { GetDatalakeExceptionsExpiryCommandInput, GetDatalakeExceptionsExpiryCommandOutput } from "../commands/GetDatalakeExceptionsExpiryCommand";
22
- import { GetDatalakeExceptionsSubscriptionCommandInput, GetDatalakeExceptionsSubscriptionCommandOutput } from "../commands/GetDatalakeExceptionsSubscriptionCommand";
23
- import { GetDatalakeStatusCommandInput, GetDatalakeStatusCommandOutput } from "../commands/GetDatalakeStatusCommand";
16
+ import { DeleteSubscriberNotificationCommandInput, DeleteSubscriberNotificationCommandOutput } from "../commands/DeleteSubscriberNotificationCommand";
17
+ import { DeregisterDataLakeDelegatedAdministratorCommandInput, DeregisterDataLakeDelegatedAdministratorCommandOutput } from "../commands/DeregisterDataLakeDelegatedAdministratorCommand";
18
+ import { GetDataLakeExceptionSubscriptionCommandInput, GetDataLakeExceptionSubscriptionCommandOutput } from "../commands/GetDataLakeExceptionSubscriptionCommand";
19
+ import { GetDataLakeOrganizationConfigurationCommandInput, GetDataLakeOrganizationConfigurationCommandOutput } from "../commands/GetDataLakeOrganizationConfigurationCommand";
20
+ import { GetDataLakeSourcesCommandInput, GetDataLakeSourcesCommandOutput } from "../commands/GetDataLakeSourcesCommand";
24
21
  import { GetSubscriberCommandInput, GetSubscriberCommandOutput } from "../commands/GetSubscriberCommand";
25
- import { ListDatalakeExceptionsCommandInput, ListDatalakeExceptionsCommandOutput } from "../commands/ListDatalakeExceptionsCommand";
22
+ import { ListDataLakeExceptionsCommandInput, ListDataLakeExceptionsCommandOutput } from "../commands/ListDataLakeExceptionsCommand";
23
+ import { ListDataLakesCommandInput, ListDataLakesCommandOutput } from "../commands/ListDataLakesCommand";
26
24
  import { ListLogSourcesCommandInput, ListLogSourcesCommandOutput } from "../commands/ListLogSourcesCommand";
27
25
  import { ListSubscribersCommandInput, ListSubscribersCommandOutput } from "../commands/ListSubscribersCommand";
28
- import { UpdateDatalakeCommandInput, UpdateDatalakeCommandOutput } from "../commands/UpdateDatalakeCommand";
29
- import { UpdateDatalakeExceptionsExpiryCommandInput, UpdateDatalakeExceptionsExpiryCommandOutput } from "../commands/UpdateDatalakeExceptionsExpiryCommand";
30
- import { UpdateDatalakeExceptionsSubscriptionCommandInput, UpdateDatalakeExceptionsSubscriptionCommandOutput } from "../commands/UpdateDatalakeExceptionsSubscriptionCommand";
26
+ import { RegisterDataLakeDelegatedAdministratorCommandInput, RegisterDataLakeDelegatedAdministratorCommandOutput } from "../commands/RegisterDataLakeDelegatedAdministratorCommand";
27
+ import { UpdateDataLakeCommandInput, UpdateDataLakeCommandOutput } from "../commands/UpdateDataLakeCommand";
28
+ import { UpdateDataLakeExceptionSubscriptionCommandInput, UpdateDataLakeExceptionSubscriptionCommandOutput } from "../commands/UpdateDataLakeExceptionSubscriptionCommand";
31
29
  import { UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput } from "../commands/UpdateSubscriberCommand";
32
- import { UpdateSubscriptionNotificationConfigurationCommandInput, UpdateSubscriptionNotificationConfigurationCommandOutput } from "../commands/UpdateSubscriptionNotificationConfigurationCommand";
30
+ import { UpdateSubscriberNotificationCommandInput, UpdateSubscriberNotificationCommandOutput } from "../commands/UpdateSubscriberNotificationCommand";
33
31
  /**
34
32
  * serializeAws_restJson1CreateAwsLogSourceCommand
35
33
  */
@@ -39,29 +37,25 @@ export declare const se_CreateAwsLogSourceCommand: (input: CreateAwsLogSourceCom
39
37
  */
40
38
  export declare const se_CreateCustomLogSourceCommand: (input: CreateCustomLogSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
39
  /**
42
- * serializeAws_restJson1CreateDatalakeCommand
40
+ * serializeAws_restJson1CreateDataLakeCommand
43
41
  */
44
- export declare const se_CreateDatalakeCommand: (input: CreateDatalakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ export declare const se_CreateDataLakeCommand: (input: CreateDataLakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
43
  /**
46
- * serializeAws_restJson1CreateDatalakeAutoEnableCommand
44
+ * serializeAws_restJson1CreateDataLakeExceptionSubscriptionCommand
47
45
  */
48
- export declare const se_CreateDatalakeAutoEnableCommand: (input: CreateDatalakeAutoEnableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ export declare const se_CreateDataLakeExceptionSubscriptionCommand: (input: CreateDataLakeExceptionSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
47
  /**
50
- * serializeAws_restJson1CreateDatalakeDelegatedAdminCommand
48
+ * serializeAws_restJson1CreateDataLakeOrganizationConfigurationCommand
51
49
  */
52
- export declare const se_CreateDatalakeDelegatedAdminCommand: (input: CreateDatalakeDelegatedAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_restJson1CreateDatalakeExceptionsSubscriptionCommand
55
- */
56
- export declare const se_CreateDatalakeExceptionsSubscriptionCommand: (input: CreateDatalakeExceptionsSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ export declare const se_CreateDataLakeOrganizationConfigurationCommand: (input: CreateDataLakeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
51
  /**
58
52
  * serializeAws_restJson1CreateSubscriberCommand
59
53
  */
60
54
  export declare const se_CreateSubscriberCommand: (input: CreateSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
55
  /**
62
- * serializeAws_restJson1CreateSubscriptionNotificationConfigurationCommand
56
+ * serializeAws_restJson1CreateSubscriberNotificationCommand
63
57
  */
64
- export declare const se_CreateSubscriptionNotificationConfigurationCommand: (input: CreateSubscriptionNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ export declare const se_CreateSubscriberNotificationCommand: (input: CreateSubscriberNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
59
  /**
66
60
  * serializeAws_restJson1DeleteAwsLogSourceCommand
67
61
  */
@@ -71,57 +65,53 @@ export declare const se_DeleteAwsLogSourceCommand: (input: DeleteAwsLogSourceCom
71
65
  */
72
66
  export declare const se_DeleteCustomLogSourceCommand: (input: DeleteCustomLogSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
67
  /**
74
- * serializeAws_restJson1DeleteDatalakeCommand
75
- */
76
- export declare const se_DeleteDatalakeCommand: (input: DeleteDatalakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_restJson1DeleteDatalakeAutoEnableCommand
68
+ * serializeAws_restJson1DeleteDataLakeCommand
79
69
  */
80
- export declare const se_DeleteDatalakeAutoEnableCommand: (input: DeleteDatalakeAutoEnableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ export declare const se_DeleteDataLakeCommand: (input: DeleteDataLakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
71
  /**
82
- * serializeAws_restJson1DeleteDatalakeDelegatedAdminCommand
72
+ * serializeAws_restJson1DeleteDataLakeExceptionSubscriptionCommand
83
73
  */
84
- export declare const se_DeleteDatalakeDelegatedAdminCommand: (input: DeleteDatalakeDelegatedAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ export declare const se_DeleteDataLakeExceptionSubscriptionCommand: (input: DeleteDataLakeExceptionSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
75
  /**
86
- * serializeAws_restJson1DeleteDatalakeExceptionsSubscriptionCommand
76
+ * serializeAws_restJson1DeleteDataLakeOrganizationConfigurationCommand
87
77
  */
88
- export declare const se_DeleteDatalakeExceptionsSubscriptionCommand: (input: DeleteDatalakeExceptionsSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ export declare const se_DeleteDataLakeOrganizationConfigurationCommand: (input: DeleteDataLakeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
79
  /**
90
80
  * serializeAws_restJson1DeleteSubscriberCommand
91
81
  */
92
82
  export declare const se_DeleteSubscriberCommand: (input: DeleteSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
83
  /**
94
- * serializeAws_restJson1DeleteSubscriptionNotificationConfigurationCommand
84
+ * serializeAws_restJson1DeleteSubscriberNotificationCommand
95
85
  */
96
- export declare const se_DeleteSubscriptionNotificationConfigurationCommand: (input: DeleteSubscriptionNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ export declare const se_DeleteSubscriberNotificationCommand: (input: DeleteSubscriberNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
87
  /**
98
- * serializeAws_restJson1GetDatalakeCommand
88
+ * serializeAws_restJson1DeregisterDataLakeDelegatedAdministratorCommand
99
89
  */
100
- export declare const se_GetDatalakeCommand: (input: GetDatalakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ export declare const se_DeregisterDataLakeDelegatedAdministratorCommand: (input: DeregisterDataLakeDelegatedAdministratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
91
  /**
102
- * serializeAws_restJson1GetDatalakeAutoEnableCommand
92
+ * serializeAws_restJson1GetDataLakeExceptionSubscriptionCommand
103
93
  */
104
- export declare const se_GetDatalakeAutoEnableCommand: (input: GetDatalakeAutoEnableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ export declare const se_GetDataLakeExceptionSubscriptionCommand: (input: GetDataLakeExceptionSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
95
  /**
106
- * serializeAws_restJson1GetDatalakeExceptionsExpiryCommand
96
+ * serializeAws_restJson1GetDataLakeOrganizationConfigurationCommand
107
97
  */
108
- export declare const se_GetDatalakeExceptionsExpiryCommand: (input: GetDatalakeExceptionsExpiryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ export declare const se_GetDataLakeOrganizationConfigurationCommand: (input: GetDataLakeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
99
  /**
110
- * serializeAws_restJson1GetDatalakeExceptionsSubscriptionCommand
100
+ * serializeAws_restJson1GetDataLakeSourcesCommand
111
101
  */
112
- export declare const se_GetDatalakeExceptionsSubscriptionCommand: (input: GetDatalakeExceptionsSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_restJson1GetDatalakeStatusCommand
115
- */
116
- export declare const se_GetDatalakeStatusCommand: (input: GetDatalakeStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ export declare const se_GetDataLakeSourcesCommand: (input: GetDataLakeSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
103
  /**
118
104
  * serializeAws_restJson1GetSubscriberCommand
119
105
  */
120
106
  export declare const se_GetSubscriberCommand: (input: GetSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
107
  /**
122
- * serializeAws_restJson1ListDatalakeExceptionsCommand
108
+ * serializeAws_restJson1ListDataLakeExceptionsCommand
109
+ */
110
+ export declare const se_ListDataLakeExceptionsCommand: (input: ListDataLakeExceptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ /**
112
+ * serializeAws_restJson1ListDataLakesCommand
123
113
  */
124
- export declare const se_ListDatalakeExceptionsCommand: (input: ListDatalakeExceptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ export declare const se_ListDataLakesCommand: (input: ListDataLakesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
115
  /**
126
116
  * serializeAws_restJson1ListLogSourcesCommand
127
117
  */
@@ -131,25 +121,25 @@ export declare const se_ListLogSourcesCommand: (input: ListLogSourcesCommandInpu
131
121
  */
132
122
  export declare const se_ListSubscribersCommand: (input: ListSubscribersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
123
  /**
134
- * serializeAws_restJson1UpdateDatalakeCommand
124
+ * serializeAws_restJson1RegisterDataLakeDelegatedAdministratorCommand
135
125
  */
136
- export declare const se_UpdateDatalakeCommand: (input: UpdateDatalakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ export declare const se_RegisterDataLakeDelegatedAdministratorCommand: (input: RegisterDataLakeDelegatedAdministratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
127
  /**
138
- * serializeAws_restJson1UpdateDatalakeExceptionsExpiryCommand
128
+ * serializeAws_restJson1UpdateDataLakeCommand
139
129
  */
140
- export declare const se_UpdateDatalakeExceptionsExpiryCommand: (input: UpdateDatalakeExceptionsExpiryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ export declare const se_UpdateDataLakeCommand: (input: UpdateDataLakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
131
  /**
142
- * serializeAws_restJson1UpdateDatalakeExceptionsSubscriptionCommand
132
+ * serializeAws_restJson1UpdateDataLakeExceptionSubscriptionCommand
143
133
  */
144
- export declare const se_UpdateDatalakeExceptionsSubscriptionCommand: (input: UpdateDatalakeExceptionsSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ export declare const se_UpdateDataLakeExceptionSubscriptionCommand: (input: UpdateDataLakeExceptionSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
135
  /**
146
136
  * serializeAws_restJson1UpdateSubscriberCommand
147
137
  */
148
138
  export declare const se_UpdateSubscriberCommand: (input: UpdateSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
139
  /**
150
- * serializeAws_restJson1UpdateSubscriptionNotificationConfigurationCommand
140
+ * serializeAws_restJson1UpdateSubscriberNotificationCommand
151
141
  */
152
- export declare const se_UpdateSubscriptionNotificationConfigurationCommand: (input: UpdateSubscriptionNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ export declare const se_UpdateSubscriberNotificationCommand: (input: UpdateSubscriberNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
143
  /**
154
144
  * deserializeAws_restJson1CreateAwsLogSourceCommand
155
145
  */
@@ -159,29 +149,25 @@ export declare const de_CreateAwsLogSourceCommand: (output: __HttpResponse, cont
159
149
  */
160
150
  export declare const de_CreateCustomLogSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomLogSourceCommandOutput>;
161
151
  /**
162
- * deserializeAws_restJson1CreateDatalakeCommand
152
+ * deserializeAws_restJson1CreateDataLakeCommand
163
153
  */
164
- export declare const de_CreateDatalakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatalakeCommandOutput>;
154
+ export declare const de_CreateDataLakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataLakeCommandOutput>;
165
155
  /**
166
- * deserializeAws_restJson1CreateDatalakeAutoEnableCommand
156
+ * deserializeAws_restJson1CreateDataLakeExceptionSubscriptionCommand
167
157
  */
168
- export declare const de_CreateDatalakeAutoEnableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatalakeAutoEnableCommandOutput>;
158
+ export declare const de_CreateDataLakeExceptionSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataLakeExceptionSubscriptionCommandOutput>;
169
159
  /**
170
- * deserializeAws_restJson1CreateDatalakeDelegatedAdminCommand
160
+ * deserializeAws_restJson1CreateDataLakeOrganizationConfigurationCommand
171
161
  */
172
- export declare const de_CreateDatalakeDelegatedAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatalakeDelegatedAdminCommandOutput>;
173
- /**
174
- * deserializeAws_restJson1CreateDatalakeExceptionsSubscriptionCommand
175
- */
176
- export declare const de_CreateDatalakeExceptionsSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatalakeExceptionsSubscriptionCommandOutput>;
162
+ export declare const de_CreateDataLakeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataLakeOrganizationConfigurationCommandOutput>;
177
163
  /**
178
164
  * deserializeAws_restJson1CreateSubscriberCommand
179
165
  */
180
166
  export declare const de_CreateSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriberCommandOutput>;
181
167
  /**
182
- * deserializeAws_restJson1CreateSubscriptionNotificationConfigurationCommand
168
+ * deserializeAws_restJson1CreateSubscriberNotificationCommand
183
169
  */
184
- export declare const de_CreateSubscriptionNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriptionNotificationConfigurationCommandOutput>;
170
+ export declare const de_CreateSubscriberNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriberNotificationCommandOutput>;
185
171
  /**
186
172
  * deserializeAws_restJson1DeleteAwsLogSourceCommand
187
173
  */
@@ -191,57 +177,53 @@ export declare const de_DeleteAwsLogSourceCommand: (output: __HttpResponse, cont
191
177
  */
192
178
  export declare const de_DeleteCustomLogSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomLogSourceCommandOutput>;
193
179
  /**
194
- * deserializeAws_restJson1DeleteDatalakeCommand
195
- */
196
- export declare const de_DeleteDatalakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatalakeCommandOutput>;
197
- /**
198
- * deserializeAws_restJson1DeleteDatalakeAutoEnableCommand
180
+ * deserializeAws_restJson1DeleteDataLakeCommand
199
181
  */
200
- export declare const de_DeleteDatalakeAutoEnableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatalakeAutoEnableCommandOutput>;
182
+ export declare const de_DeleteDataLakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataLakeCommandOutput>;
201
183
  /**
202
- * deserializeAws_restJson1DeleteDatalakeDelegatedAdminCommand
184
+ * deserializeAws_restJson1DeleteDataLakeExceptionSubscriptionCommand
203
185
  */
204
- export declare const de_DeleteDatalakeDelegatedAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatalakeDelegatedAdminCommandOutput>;
186
+ export declare const de_DeleteDataLakeExceptionSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataLakeExceptionSubscriptionCommandOutput>;
205
187
  /**
206
- * deserializeAws_restJson1DeleteDatalakeExceptionsSubscriptionCommand
188
+ * deserializeAws_restJson1DeleteDataLakeOrganizationConfigurationCommand
207
189
  */
208
- export declare const de_DeleteDatalakeExceptionsSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatalakeExceptionsSubscriptionCommandOutput>;
190
+ export declare const de_DeleteDataLakeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataLakeOrganizationConfigurationCommandOutput>;
209
191
  /**
210
192
  * deserializeAws_restJson1DeleteSubscriberCommand
211
193
  */
212
194
  export declare const de_DeleteSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriberCommandOutput>;
213
195
  /**
214
- * deserializeAws_restJson1DeleteSubscriptionNotificationConfigurationCommand
196
+ * deserializeAws_restJson1DeleteSubscriberNotificationCommand
215
197
  */
216
- export declare const de_DeleteSubscriptionNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriptionNotificationConfigurationCommandOutput>;
198
+ export declare const de_DeleteSubscriberNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriberNotificationCommandOutput>;
217
199
  /**
218
- * deserializeAws_restJson1GetDatalakeCommand
200
+ * deserializeAws_restJson1DeregisterDataLakeDelegatedAdministratorCommand
219
201
  */
220
- export declare const de_GetDatalakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatalakeCommandOutput>;
202
+ export declare const de_DeregisterDataLakeDelegatedAdministratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterDataLakeDelegatedAdministratorCommandOutput>;
221
203
  /**
222
- * deserializeAws_restJson1GetDatalakeAutoEnableCommand
204
+ * deserializeAws_restJson1GetDataLakeExceptionSubscriptionCommand
223
205
  */
224
- export declare const de_GetDatalakeAutoEnableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatalakeAutoEnableCommandOutput>;
206
+ export declare const de_GetDataLakeExceptionSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataLakeExceptionSubscriptionCommandOutput>;
225
207
  /**
226
- * deserializeAws_restJson1GetDatalakeExceptionsExpiryCommand
208
+ * deserializeAws_restJson1GetDataLakeOrganizationConfigurationCommand
227
209
  */
228
- export declare const de_GetDatalakeExceptionsExpiryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatalakeExceptionsExpiryCommandOutput>;
210
+ export declare const de_GetDataLakeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataLakeOrganizationConfigurationCommandOutput>;
229
211
  /**
230
- * deserializeAws_restJson1GetDatalakeExceptionsSubscriptionCommand
212
+ * deserializeAws_restJson1GetDataLakeSourcesCommand
231
213
  */
232
- export declare const de_GetDatalakeExceptionsSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatalakeExceptionsSubscriptionCommandOutput>;
233
- /**
234
- * deserializeAws_restJson1GetDatalakeStatusCommand
235
- */
236
- export declare const de_GetDatalakeStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatalakeStatusCommandOutput>;
214
+ export declare const de_GetDataLakeSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataLakeSourcesCommandOutput>;
237
215
  /**
238
216
  * deserializeAws_restJson1GetSubscriberCommand
239
217
  */
240
218
  export declare const de_GetSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriberCommandOutput>;
241
219
  /**
242
- * deserializeAws_restJson1ListDatalakeExceptionsCommand
220
+ * deserializeAws_restJson1ListDataLakeExceptionsCommand
221
+ */
222
+ export declare const de_ListDataLakeExceptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataLakeExceptionsCommandOutput>;
223
+ /**
224
+ * deserializeAws_restJson1ListDataLakesCommand
243
225
  */
244
- export declare const de_ListDatalakeExceptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatalakeExceptionsCommandOutput>;
226
+ export declare const de_ListDataLakesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataLakesCommandOutput>;
245
227
  /**
246
228
  * deserializeAws_restJson1ListLogSourcesCommand
247
229
  */
@@ -251,22 +233,22 @@ export declare const de_ListLogSourcesCommand: (output: __HttpResponse, context:
251
233
  */
252
234
  export declare const de_ListSubscribersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscribersCommandOutput>;
253
235
  /**
254
- * deserializeAws_restJson1UpdateDatalakeCommand
236
+ * deserializeAws_restJson1RegisterDataLakeDelegatedAdministratorCommand
255
237
  */
256
- export declare const de_UpdateDatalakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatalakeCommandOutput>;
238
+ export declare const de_RegisterDataLakeDelegatedAdministratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterDataLakeDelegatedAdministratorCommandOutput>;
257
239
  /**
258
- * deserializeAws_restJson1UpdateDatalakeExceptionsExpiryCommand
240
+ * deserializeAws_restJson1UpdateDataLakeCommand
259
241
  */
260
- export declare const de_UpdateDatalakeExceptionsExpiryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatalakeExceptionsExpiryCommandOutput>;
242
+ export declare const de_UpdateDataLakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataLakeCommandOutput>;
261
243
  /**
262
- * deserializeAws_restJson1UpdateDatalakeExceptionsSubscriptionCommand
244
+ * deserializeAws_restJson1UpdateDataLakeExceptionSubscriptionCommand
263
245
  */
264
- export declare const de_UpdateDatalakeExceptionsSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatalakeExceptionsSubscriptionCommandOutput>;
246
+ export declare const de_UpdateDataLakeExceptionSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataLakeExceptionSubscriptionCommandOutput>;
265
247
  /**
266
248
  * deserializeAws_restJson1UpdateSubscriberCommand
267
249
  */
268
250
  export declare const de_UpdateSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriberCommandOutput>;
269
251
  /**
270
- * deserializeAws_restJson1UpdateSubscriptionNotificationConfigurationCommand
252
+ * deserializeAws_restJson1UpdateSubscriberNotificationCommand
271
253
  */
272
- export declare const de_UpdateSubscriptionNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriptionNotificationConfigurationCommandOutput>;
254
+ export declare const de_UpdateSubscriberNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriberNotificationCommandOutput>;