@aws-sdk/client-securitylake 3.341.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
@@ -1,66 +1,62 @@
1
1
  import { createAggregatedClient } from "@aws-sdk/smithy-client";
2
2
  import { CreateAwsLogSourceCommand, } from "./commands/CreateAwsLogSourceCommand";
3
3
  import { CreateCustomLogSourceCommand, } from "./commands/CreateCustomLogSourceCommand";
4
- import { CreateDatalakeAutoEnableCommand, } from "./commands/CreateDatalakeAutoEnableCommand";
5
- import { CreateDatalakeCommand, } from "./commands/CreateDatalakeCommand";
6
- import { CreateDatalakeDelegatedAdminCommand, } from "./commands/CreateDatalakeDelegatedAdminCommand";
7
- import { CreateDatalakeExceptionsSubscriptionCommand, } from "./commands/CreateDatalakeExceptionsSubscriptionCommand";
4
+ import { CreateDataLakeCommand, } from "./commands/CreateDataLakeCommand";
5
+ import { CreateDataLakeExceptionSubscriptionCommand, } from "./commands/CreateDataLakeExceptionSubscriptionCommand";
6
+ import { CreateDataLakeOrganizationConfigurationCommand, } from "./commands/CreateDataLakeOrganizationConfigurationCommand";
8
7
  import { CreateSubscriberCommand, } from "./commands/CreateSubscriberCommand";
9
- import { CreateSubscriptionNotificationConfigurationCommand, } from "./commands/CreateSubscriptionNotificationConfigurationCommand";
8
+ import { CreateSubscriberNotificationCommand, } from "./commands/CreateSubscriberNotificationCommand";
10
9
  import { DeleteAwsLogSourceCommand, } from "./commands/DeleteAwsLogSourceCommand";
11
10
  import { DeleteCustomLogSourceCommand, } from "./commands/DeleteCustomLogSourceCommand";
12
- import { DeleteDatalakeAutoEnableCommand, } from "./commands/DeleteDatalakeAutoEnableCommand";
13
- import { DeleteDatalakeCommand, } from "./commands/DeleteDatalakeCommand";
14
- import { DeleteDatalakeDelegatedAdminCommand, } from "./commands/DeleteDatalakeDelegatedAdminCommand";
15
- import { DeleteDatalakeExceptionsSubscriptionCommand, } from "./commands/DeleteDatalakeExceptionsSubscriptionCommand";
11
+ import { DeleteDataLakeCommand, } from "./commands/DeleteDataLakeCommand";
12
+ import { DeleteDataLakeExceptionSubscriptionCommand, } from "./commands/DeleteDataLakeExceptionSubscriptionCommand";
13
+ import { DeleteDataLakeOrganizationConfigurationCommand, } from "./commands/DeleteDataLakeOrganizationConfigurationCommand";
16
14
  import { DeleteSubscriberCommand, } from "./commands/DeleteSubscriberCommand";
17
- import { DeleteSubscriptionNotificationConfigurationCommand, } from "./commands/DeleteSubscriptionNotificationConfigurationCommand";
18
- import { GetDatalakeAutoEnableCommand, } from "./commands/GetDatalakeAutoEnableCommand";
19
- import { GetDatalakeCommand } from "./commands/GetDatalakeCommand";
20
- import { GetDatalakeExceptionsExpiryCommand, } from "./commands/GetDatalakeExceptionsExpiryCommand";
21
- import { GetDatalakeExceptionsSubscriptionCommand, } from "./commands/GetDatalakeExceptionsSubscriptionCommand";
22
- import { GetDatalakeStatusCommand, } from "./commands/GetDatalakeStatusCommand";
15
+ import { DeleteSubscriberNotificationCommand, } from "./commands/DeleteSubscriberNotificationCommand";
16
+ import { DeregisterDataLakeDelegatedAdministratorCommand, } from "./commands/DeregisterDataLakeDelegatedAdministratorCommand";
17
+ import { GetDataLakeExceptionSubscriptionCommand, } from "./commands/GetDataLakeExceptionSubscriptionCommand";
18
+ import { GetDataLakeOrganizationConfigurationCommand, } from "./commands/GetDataLakeOrganizationConfigurationCommand";
19
+ import { GetDataLakeSourcesCommand, } from "./commands/GetDataLakeSourcesCommand";
23
20
  import { GetSubscriberCommand, } from "./commands/GetSubscriberCommand";
24
- import { ListDatalakeExceptionsCommand, } from "./commands/ListDatalakeExceptionsCommand";
21
+ import { ListDataLakeExceptionsCommand, } from "./commands/ListDataLakeExceptionsCommand";
22
+ import { ListDataLakesCommand, } from "./commands/ListDataLakesCommand";
25
23
  import { ListLogSourcesCommand, } from "./commands/ListLogSourcesCommand";
26
24
  import { ListSubscribersCommand, } from "./commands/ListSubscribersCommand";
27
- import { UpdateDatalakeCommand, } from "./commands/UpdateDatalakeCommand";
28
- import { UpdateDatalakeExceptionsExpiryCommand, } from "./commands/UpdateDatalakeExceptionsExpiryCommand";
29
- import { UpdateDatalakeExceptionsSubscriptionCommand, } from "./commands/UpdateDatalakeExceptionsSubscriptionCommand";
25
+ import { RegisterDataLakeDelegatedAdministratorCommand, } from "./commands/RegisterDataLakeDelegatedAdministratorCommand";
26
+ import { UpdateDataLakeCommand, } from "./commands/UpdateDataLakeCommand";
27
+ import { UpdateDataLakeExceptionSubscriptionCommand, } from "./commands/UpdateDataLakeExceptionSubscriptionCommand";
30
28
  import { UpdateSubscriberCommand, } from "./commands/UpdateSubscriberCommand";
31
- import { UpdateSubscriptionNotificationConfigurationCommand, } from "./commands/UpdateSubscriptionNotificationConfigurationCommand";
29
+ import { UpdateSubscriberNotificationCommand, } from "./commands/UpdateSubscriberNotificationCommand";
32
30
  import { SecurityLakeClient } from "./SecurityLakeClient";
33
31
  const commands = {
34
32
  CreateAwsLogSourceCommand,
35
33
  CreateCustomLogSourceCommand,
36
- CreateDatalakeCommand,
37
- CreateDatalakeAutoEnableCommand,
38
- CreateDatalakeDelegatedAdminCommand,
39
- CreateDatalakeExceptionsSubscriptionCommand,
34
+ CreateDataLakeCommand,
35
+ CreateDataLakeExceptionSubscriptionCommand,
36
+ CreateDataLakeOrganizationConfigurationCommand,
40
37
  CreateSubscriberCommand,
41
- CreateSubscriptionNotificationConfigurationCommand,
38
+ CreateSubscriberNotificationCommand,
42
39
  DeleteAwsLogSourceCommand,
43
40
  DeleteCustomLogSourceCommand,
44
- DeleteDatalakeCommand,
45
- DeleteDatalakeAutoEnableCommand,
46
- DeleteDatalakeDelegatedAdminCommand,
47
- DeleteDatalakeExceptionsSubscriptionCommand,
41
+ DeleteDataLakeCommand,
42
+ DeleteDataLakeExceptionSubscriptionCommand,
43
+ DeleteDataLakeOrganizationConfigurationCommand,
48
44
  DeleteSubscriberCommand,
49
- DeleteSubscriptionNotificationConfigurationCommand,
50
- GetDatalakeCommand,
51
- GetDatalakeAutoEnableCommand,
52
- GetDatalakeExceptionsExpiryCommand,
53
- GetDatalakeExceptionsSubscriptionCommand,
54
- GetDatalakeStatusCommand,
45
+ DeleteSubscriberNotificationCommand,
46
+ DeregisterDataLakeDelegatedAdministratorCommand,
47
+ GetDataLakeExceptionSubscriptionCommand,
48
+ GetDataLakeOrganizationConfigurationCommand,
49
+ GetDataLakeSourcesCommand,
55
50
  GetSubscriberCommand,
56
- ListDatalakeExceptionsCommand,
51
+ ListDataLakeExceptionsCommand,
52
+ ListDataLakesCommand,
57
53
  ListLogSourcesCommand,
58
54
  ListSubscribersCommand,
59
- UpdateDatalakeCommand,
60
- UpdateDatalakeExceptionsExpiryCommand,
61
- UpdateDatalakeExceptionsSubscriptionCommand,
55
+ RegisterDataLakeDelegatedAdministratorCommand,
56
+ UpdateDataLakeCommand,
57
+ UpdateDataLakeExceptionSubscriptionCommand,
62
58
  UpdateSubscriberCommand,
63
- UpdateSubscriptionNotificationConfigurationCommand,
59
+ UpdateSubscriberNotificationCommand,
64
60
  };
65
61
  export class SecurityLake extends SecurityLakeClient {
66
62
  }
@@ -1,9 +1,9 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_UpdateDatalakeCommand, se_UpdateDatalakeCommand } from "../protocols/Aws_restJson1";
4
+ import { de_CreateDataLakeCommand, se_CreateDataLakeCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
- export class UpdateDatalakeCommand extends $Command {
6
+ export class CreateDataLakeCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -18,11 +18,11 @@ export class UpdateDatalakeCommand extends $Command {
18
18
  }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateDatalakeCommand.getEndpointParameterInstructions()));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, CreateDataLakeCommand.getEndpointParameterInstructions()));
22
22
  const stack = clientStack.concat(this.middlewareStack);
23
23
  const { logger } = configuration;
24
24
  const clientName = "SecurityLakeClient";
25
- const commandName = "UpdateDatalakeCommand";
25
+ const commandName = "CreateDataLakeCommand";
26
26
  const handlerExecutionContext = {
27
27
  logger,
28
28
  clientName,
@@ -34,9 +34,9 @@ export class UpdateDatalakeCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return se_UpdateDatalakeCommand(input, context);
37
+ return se_CreateDataLakeCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return de_UpdateDatalakeCommand(output, context);
40
+ return de_CreateDataLakeCommand(output, context);
41
41
  }
42
42
  }
@@ -1,9 +1,9 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_UpdateDatalakeExceptionsSubscriptionCommand, se_UpdateDatalakeExceptionsSubscriptionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateDataLakeExceptionSubscriptionCommand, se_CreateDataLakeExceptionSubscriptionCommand, } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
- export class UpdateDatalakeExceptionsSubscriptionCommand extends $Command {
6
+ export class CreateDataLakeExceptionSubscriptionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -18,11 +18,11 @@ export class UpdateDatalakeExceptionsSubscriptionCommand extends $Command {
18
18
  }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateDatalakeExceptionsSubscriptionCommand.getEndpointParameterInstructions()));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, CreateDataLakeExceptionSubscriptionCommand.getEndpointParameterInstructions()));
22
22
  const stack = clientStack.concat(this.middlewareStack);
23
23
  const { logger } = configuration;
24
24
  const clientName = "SecurityLakeClient";
25
- const commandName = "UpdateDatalakeExceptionsSubscriptionCommand";
25
+ const commandName = "CreateDataLakeExceptionSubscriptionCommand";
26
26
  const handlerExecutionContext = {
27
27
  logger,
28
28
  clientName,
@@ -34,9 +34,9 @@ export class UpdateDatalakeExceptionsSubscriptionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return se_UpdateDatalakeExceptionsSubscriptionCommand(input, context);
37
+ return se_CreateDataLakeExceptionSubscriptionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return de_UpdateDatalakeExceptionsSubscriptionCommand(output, context);
40
+ return de_CreateDataLakeExceptionSubscriptionCommand(output, context);
41
41
  }
42
42
  }
@@ -0,0 +1,42 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { de_CreateDataLakeOrganizationConfigurationCommand, se_CreateDataLakeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
6
+ export class CreateDataLakeOrganizationConfigurationCommand extends $Command {
7
+ static getEndpointParameterInstructions() {
8
+ return {
9
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
+ Endpoint: { type: "builtInParams", name: "endpoint" },
11
+ Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
13
+ };
14
+ }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, CreateDataLakeOrganizationConfigurationCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "CreateDataLakeOrganizationConfigurationCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: (_) => _,
31
+ outputFilterSensitiveLog: (_) => _,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return se_CreateDataLakeOrganizationConfigurationCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return de_CreateDataLakeOrganizationConfigurationCommand(output, context);
41
+ }
42
+ }
@@ -1,9 +1,9 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_DeleteDatalakeDelegatedAdminCommand, se_DeleteDatalakeDelegatedAdminCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateSubscriberNotificationCommand, se_CreateSubscriberNotificationCommand, } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
- export class DeleteDatalakeDelegatedAdminCommand extends $Command {
6
+ export class CreateSubscriberNotificationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -18,11 +18,11 @@ export class DeleteDatalakeDelegatedAdminCommand extends $Command {
18
18
  }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteDatalakeDelegatedAdminCommand.getEndpointParameterInstructions()));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, CreateSubscriberNotificationCommand.getEndpointParameterInstructions()));
22
22
  const stack = clientStack.concat(this.middlewareStack);
23
23
  const { logger } = configuration;
24
24
  const clientName = "SecurityLakeClient";
25
- const commandName = "DeleteDatalakeDelegatedAdminCommand";
25
+ const commandName = "CreateSubscriberNotificationCommand";
26
26
  const handlerExecutionContext = {
27
27
  logger,
28
28
  clientName,
@@ -34,9 +34,9 @@ export class DeleteDatalakeDelegatedAdminCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return se_DeleteDatalakeDelegatedAdminCommand(input, context);
37
+ return se_CreateSubscriberNotificationCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return de_DeleteDatalakeDelegatedAdminCommand(output, context);
40
+ return de_CreateSubscriberNotificationCommand(output, context);
41
41
  }
42
42
  }
@@ -1,9 +1,9 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_CreateDatalakeCommand, se_CreateDatalakeCommand } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteDataLakeCommand, se_DeleteDataLakeCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
- export class CreateDatalakeCommand extends $Command {
6
+ export class DeleteDataLakeCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -18,11 +18,11 @@ export class CreateDatalakeCommand extends $Command {
18
18
  }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, CreateDatalakeCommand.getEndpointParameterInstructions()));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, DeleteDataLakeCommand.getEndpointParameterInstructions()));
22
22
  const stack = clientStack.concat(this.middlewareStack);
23
23
  const { logger } = configuration;
24
24
  const clientName = "SecurityLakeClient";
25
- const commandName = "CreateDatalakeCommand";
25
+ const commandName = "DeleteDataLakeCommand";
26
26
  const handlerExecutionContext = {
27
27
  logger,
28
28
  clientName,
@@ -34,9 +34,9 @@ export class CreateDatalakeCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return se_CreateDatalakeCommand(input, context);
37
+ return se_DeleteDataLakeCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return de_CreateDatalakeCommand(output, context);
40
+ return de_DeleteDataLakeCommand(output, context);
41
41
  }
42
42
  }
@@ -1,9 +1,9 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_CreateDatalakeExceptionsSubscriptionCommand, se_CreateDatalakeExceptionsSubscriptionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteDataLakeExceptionSubscriptionCommand, se_DeleteDataLakeExceptionSubscriptionCommand, } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
- export class CreateDatalakeExceptionsSubscriptionCommand extends $Command {
6
+ export class DeleteDataLakeExceptionSubscriptionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -18,11 +18,11 @@ export class CreateDatalakeExceptionsSubscriptionCommand extends $Command {
18
18
  }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, CreateDatalakeExceptionsSubscriptionCommand.getEndpointParameterInstructions()));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, DeleteDataLakeExceptionSubscriptionCommand.getEndpointParameterInstructions()));
22
22
  const stack = clientStack.concat(this.middlewareStack);
23
23
  const { logger } = configuration;
24
24
  const clientName = "SecurityLakeClient";
25
- const commandName = "CreateDatalakeExceptionsSubscriptionCommand";
25
+ const commandName = "DeleteDataLakeExceptionSubscriptionCommand";
26
26
  const handlerExecutionContext = {
27
27
  logger,
28
28
  clientName,
@@ -34,9 +34,9 @@ export class CreateDatalakeExceptionsSubscriptionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return se_CreateDatalakeExceptionsSubscriptionCommand(input, context);
37
+ return se_DeleteDataLakeExceptionSubscriptionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return de_CreateDatalakeExceptionsSubscriptionCommand(output, context);
40
+ return de_DeleteDataLakeExceptionSubscriptionCommand(output, context);
41
41
  }
42
42
  }
@@ -0,0 +1,42 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { de_DeleteDataLakeOrganizationConfigurationCommand, se_DeleteDataLakeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
6
+ export class DeleteDataLakeOrganizationConfigurationCommand extends $Command {
7
+ static getEndpointParameterInstructions() {
8
+ return {
9
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
+ Endpoint: { type: "builtInParams", name: "endpoint" },
11
+ Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
13
+ };
14
+ }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, DeleteDataLakeOrganizationConfigurationCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "DeleteDataLakeOrganizationConfigurationCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: (_) => _,
31
+ outputFilterSensitiveLog: (_) => _,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return se_DeleteDataLakeOrganizationConfigurationCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return de_DeleteDataLakeOrganizationConfigurationCommand(output, context);
41
+ }
42
+ }
@@ -1,9 +1,9 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_CreateDatalakeDelegatedAdminCommand, se_CreateDatalakeDelegatedAdminCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteSubscriberNotificationCommand, se_DeleteSubscriberNotificationCommand, } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
- export class CreateDatalakeDelegatedAdminCommand extends $Command {
6
+ export class DeleteSubscriberNotificationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -18,11 +18,11 @@ export class CreateDatalakeDelegatedAdminCommand extends $Command {
18
18
  }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, CreateDatalakeDelegatedAdminCommand.getEndpointParameterInstructions()));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, DeleteSubscriberNotificationCommand.getEndpointParameterInstructions()));
22
22
  const stack = clientStack.concat(this.middlewareStack);
23
23
  const { logger } = configuration;
24
24
  const clientName = "SecurityLakeClient";
25
- const commandName = "CreateDatalakeDelegatedAdminCommand";
25
+ const commandName = "DeleteSubscriberNotificationCommand";
26
26
  const handlerExecutionContext = {
27
27
  logger,
28
28
  clientName,
@@ -34,9 +34,9 @@ export class CreateDatalakeDelegatedAdminCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return se_CreateDatalakeDelegatedAdminCommand(input, context);
37
+ return se_DeleteSubscriberNotificationCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return de_CreateDatalakeDelegatedAdminCommand(output, context);
40
+ return de_DeleteSubscriberNotificationCommand(output, context);
41
41
  }
42
42
  }
@@ -0,0 +1,42 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { de_DeregisterDataLakeDelegatedAdministratorCommand, se_DeregisterDataLakeDelegatedAdministratorCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
6
+ export class DeregisterDataLakeDelegatedAdministratorCommand extends $Command {
7
+ static getEndpointParameterInstructions() {
8
+ return {
9
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
+ Endpoint: { type: "builtInParams", name: "endpoint" },
11
+ Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
13
+ };
14
+ }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, DeregisterDataLakeDelegatedAdministratorCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "DeregisterDataLakeDelegatedAdministratorCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: (_) => _,
31
+ outputFilterSensitiveLog: (_) => _,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return se_DeregisterDataLakeDelegatedAdministratorCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return de_DeregisterDataLakeDelegatedAdministratorCommand(output, context);
41
+ }
42
+ }
@@ -1,9 +1,9 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_GetDatalakeExceptionsSubscriptionCommand, se_GetDatalakeExceptionsSubscriptionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetDataLakeExceptionSubscriptionCommand, se_GetDataLakeExceptionSubscriptionCommand, } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
- export class GetDatalakeExceptionsSubscriptionCommand extends $Command {
6
+ export class GetDataLakeExceptionSubscriptionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -18,11 +18,11 @@ export class GetDatalakeExceptionsSubscriptionCommand extends $Command {
18
18
  }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, GetDatalakeExceptionsSubscriptionCommand.getEndpointParameterInstructions()));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, GetDataLakeExceptionSubscriptionCommand.getEndpointParameterInstructions()));
22
22
  const stack = clientStack.concat(this.middlewareStack);
23
23
  const { logger } = configuration;
24
24
  const clientName = "SecurityLakeClient";
25
- const commandName = "GetDatalakeExceptionsSubscriptionCommand";
25
+ const commandName = "GetDataLakeExceptionSubscriptionCommand";
26
26
  const handlerExecutionContext = {
27
27
  logger,
28
28
  clientName,
@@ -34,9 +34,9 @@ export class GetDatalakeExceptionsSubscriptionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return se_GetDatalakeExceptionsSubscriptionCommand(input, context);
37
+ return se_GetDataLakeExceptionSubscriptionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return de_GetDatalakeExceptionsSubscriptionCommand(output, context);
40
+ return de_GetDataLakeExceptionSubscriptionCommand(output, context);
41
41
  }
42
42
  }
@@ -1,9 +1,9 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_DeleteDatalakeExceptionsSubscriptionCommand, se_DeleteDatalakeExceptionsSubscriptionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetDataLakeOrganizationConfigurationCommand, se_GetDataLakeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
- export class DeleteDatalakeExceptionsSubscriptionCommand extends $Command {
6
+ export class GetDataLakeOrganizationConfigurationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -18,11 +18,11 @@ export class DeleteDatalakeExceptionsSubscriptionCommand extends $Command {
18
18
  }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteDatalakeExceptionsSubscriptionCommand.getEndpointParameterInstructions()));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, GetDataLakeOrganizationConfigurationCommand.getEndpointParameterInstructions()));
22
22
  const stack = clientStack.concat(this.middlewareStack);
23
23
  const { logger } = configuration;
24
24
  const clientName = "SecurityLakeClient";
25
- const commandName = "DeleteDatalakeExceptionsSubscriptionCommand";
25
+ const commandName = "GetDataLakeOrganizationConfigurationCommand";
26
26
  const handlerExecutionContext = {
27
27
  logger,
28
28
  clientName,
@@ -34,9 +34,9 @@ export class DeleteDatalakeExceptionsSubscriptionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return se_DeleteDatalakeExceptionsSubscriptionCommand(input, context);
37
+ return se_GetDataLakeOrganizationConfigurationCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return de_DeleteDatalakeExceptionsSubscriptionCommand(output, context);
40
+ return de_GetDataLakeOrganizationConfigurationCommand(output, context);
41
41
  }
42
42
  }
@@ -1,9 +1,9 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_GetDatalakeStatusCommand, se_GetDatalakeStatusCommand } from "../protocols/Aws_restJson1";
4
+ import { de_GetDataLakeSourcesCommand, se_GetDataLakeSourcesCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
- export class GetDatalakeStatusCommand extends $Command {
6
+ export class GetDataLakeSourcesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -18,11 +18,11 @@ export class GetDatalakeStatusCommand extends $Command {
18
18
  }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, GetDatalakeStatusCommand.getEndpointParameterInstructions()));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, GetDataLakeSourcesCommand.getEndpointParameterInstructions()));
22
22
  const stack = clientStack.concat(this.middlewareStack);
23
23
  const { logger } = configuration;
24
24
  const clientName = "SecurityLakeClient";
25
- const commandName = "GetDatalakeStatusCommand";
25
+ const commandName = "GetDataLakeSourcesCommand";
26
26
  const handlerExecutionContext = {
27
27
  logger,
28
28
  clientName,
@@ -34,9 +34,9 @@ export class GetDatalakeStatusCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return se_GetDatalakeStatusCommand(input, context);
37
+ return se_GetDataLakeSourcesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return de_GetDatalakeStatusCommand(output, context);
40
+ return de_GetDataLakeSourcesCommand(output, context);
41
41
  }
42
42
  }
@@ -1,9 +1,9 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { de_ListDatalakeExceptionsCommand, se_ListDatalakeExceptionsCommand } from "../protocols/Aws_restJson1";
4
+ import { de_ListDataLakeExceptionsCommand, se_ListDataLakeExceptionsCommand } from "../protocols/Aws_restJson1";
5
5
  export { $Command };
6
- export class ListDatalakeExceptionsCommand extends $Command {
6
+ export class ListDataLakeExceptionsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -18,11 +18,11 @@ export class ListDatalakeExceptionsCommand extends $Command {
18
18
  }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
- this.middlewareStack.use(getEndpointPlugin(configuration, ListDatalakeExceptionsCommand.getEndpointParameterInstructions()));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, ListDataLakeExceptionsCommand.getEndpointParameterInstructions()));
22
22
  const stack = clientStack.concat(this.middlewareStack);
23
23
  const { logger } = configuration;
24
24
  const clientName = "SecurityLakeClient";
25
- const commandName = "ListDatalakeExceptionsCommand";
25
+ const commandName = "ListDataLakeExceptionsCommand";
26
26
  const handlerExecutionContext = {
27
27
  logger,
28
28
  clientName,
@@ -34,9 +34,9 @@ export class ListDatalakeExceptionsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return se_ListDatalakeExceptionsCommand(input, context);
37
+ return se_ListDataLakeExceptionsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return de_ListDatalakeExceptionsCommand(output, context);
40
+ return de_ListDataLakeExceptionsCommand(output, context);
41
41
  }
42
42
  }