@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
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteDataLakeExceptionSubscriptionCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class DeleteDataLakeExceptionSubscriptionCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteDataLakeExceptionSubscriptionCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "SecurityLakeClient";
28
+ const commandName = "DeleteDataLakeExceptionSubscriptionCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.se_DeleteDataLakeExceptionSubscriptionCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.de_DeleteDataLakeExceptionSubscriptionCommand)(output, context);
44
+ }
45
+ }
46
+ exports.DeleteDataLakeExceptionSubscriptionCommand = DeleteDataLakeExceptionSubscriptionCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteDataLakeOrganizationConfigurationCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class DeleteDataLakeOrganizationConfigurationCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteDataLakeOrganizationConfigurationCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "SecurityLakeClient";
28
+ const commandName = "DeleteDataLakeOrganizationConfigurationCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.se_DeleteDataLakeOrganizationConfigurationCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.de_DeleteDataLakeOrganizationConfigurationCommand)(output, context);
44
+ }
45
+ }
46
+ exports.DeleteDataLakeOrganizationConfigurationCommand = DeleteDataLakeOrganizationConfigurationCommand;
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDatalakeDelegatedAdminCommand = exports.$Command = void 0;
3
+ exports.DeleteSubscriberNotificationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
- class CreateDatalakeDelegatedAdminCommand extends smithy_client_1.Command {
9
+ class DeleteSubscriberNotificationCommand extends smithy_client_1.Command {
10
10
  static getEndpointParameterInstructions() {
11
11
  return {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -21,11 +21,11 @@ class CreateDatalakeDelegatedAdminCommand extends smithy_client_1.Command {
21
21
  }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateDatalakeDelegatedAdminCommand.getEndpointParameterInstructions()));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteSubscriberNotificationCommand.getEndpointParameterInstructions()));
25
25
  const stack = clientStack.concat(this.middlewareStack);
26
26
  const { logger } = configuration;
27
27
  const clientName = "SecurityLakeClient";
28
- const commandName = "CreateDatalakeDelegatedAdminCommand";
28
+ const commandName = "DeleteSubscriberNotificationCommand";
29
29
  const handlerExecutionContext = {
30
30
  logger,
31
31
  clientName,
@@ -37,10 +37,10 @@ class CreateDatalakeDelegatedAdminCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.se_CreateDatalakeDelegatedAdminCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_DeleteSubscriberNotificationCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.de_CreateDatalakeDelegatedAdminCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_DeleteSubscriberNotificationCommand)(output, context);
44
44
  }
45
45
  }
46
- exports.CreateDatalakeDelegatedAdminCommand = CreateDatalakeDelegatedAdminCommand;
46
+ exports.DeleteSubscriberNotificationCommand = DeleteSubscriberNotificationCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeregisterDataLakeDelegatedAdministratorCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class DeregisterDataLakeDelegatedAdministratorCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeregisterDataLakeDelegatedAdministratorCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "SecurityLakeClient";
28
+ const commandName = "DeregisterDataLakeDelegatedAdministratorCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.se_DeregisterDataLakeDelegatedAdministratorCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.de_DeregisterDataLakeDelegatedAdministratorCommand)(output, context);
44
+ }
45
+ }
46
+ exports.DeregisterDataLakeDelegatedAdministratorCommand = DeregisterDataLakeDelegatedAdministratorCommand;
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDatalakeAutoEnableCommand = exports.$Command = void 0;
3
+ exports.GetDataLakeExceptionSubscriptionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
- class CreateDatalakeAutoEnableCommand extends smithy_client_1.Command {
9
+ class GetDataLakeExceptionSubscriptionCommand extends smithy_client_1.Command {
10
10
  static getEndpointParameterInstructions() {
11
11
  return {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -21,11 +21,11 @@ class CreateDatalakeAutoEnableCommand extends smithy_client_1.Command {
21
21
  }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateDatalakeAutoEnableCommand.getEndpointParameterInstructions()));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetDataLakeExceptionSubscriptionCommand.getEndpointParameterInstructions()));
25
25
  const stack = clientStack.concat(this.middlewareStack);
26
26
  const { logger } = configuration;
27
27
  const clientName = "SecurityLakeClient";
28
- const commandName = "CreateDatalakeAutoEnableCommand";
28
+ const commandName = "GetDataLakeExceptionSubscriptionCommand";
29
29
  const handlerExecutionContext = {
30
30
  logger,
31
31
  clientName,
@@ -37,10 +37,10 @@ class CreateDatalakeAutoEnableCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.se_CreateDatalakeAutoEnableCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetDataLakeExceptionSubscriptionCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.de_CreateDatalakeAutoEnableCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetDataLakeExceptionSubscriptionCommand)(output, context);
44
44
  }
45
45
  }
46
- exports.CreateDatalakeAutoEnableCommand = CreateDatalakeAutoEnableCommand;
46
+ exports.GetDataLakeExceptionSubscriptionCommand = GetDataLakeExceptionSubscriptionCommand;
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDatalakeExceptionsSubscriptionCommand = exports.$Command = void 0;
3
+ exports.GetDataLakeOrganizationConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
- class DeleteDatalakeExceptionsSubscriptionCommand extends smithy_client_1.Command {
9
+ class GetDataLakeOrganizationConfigurationCommand extends smithy_client_1.Command {
10
10
  static getEndpointParameterInstructions() {
11
11
  return {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -21,11 +21,11 @@ class DeleteDatalakeExceptionsSubscriptionCommand extends smithy_client_1.Comman
21
21
  }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteDatalakeExceptionsSubscriptionCommand.getEndpointParameterInstructions()));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetDataLakeOrganizationConfigurationCommand.getEndpointParameterInstructions()));
25
25
  const stack = clientStack.concat(this.middlewareStack);
26
26
  const { logger } = configuration;
27
27
  const clientName = "SecurityLakeClient";
28
- const commandName = "DeleteDatalakeExceptionsSubscriptionCommand";
28
+ const commandName = "GetDataLakeOrganizationConfigurationCommand";
29
29
  const handlerExecutionContext = {
30
30
  logger,
31
31
  clientName,
@@ -37,10 +37,10 @@ class DeleteDatalakeExceptionsSubscriptionCommand extends smithy_client_1.Comman
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.se_DeleteDatalakeExceptionsSubscriptionCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetDataLakeOrganizationConfigurationCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.de_DeleteDatalakeExceptionsSubscriptionCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetDataLakeOrganizationConfigurationCommand)(output, context);
44
44
  }
45
45
  }
46
- exports.DeleteDatalakeExceptionsSubscriptionCommand = DeleteDatalakeExceptionsSubscriptionCommand;
46
+ exports.GetDataLakeOrganizationConfigurationCommand = GetDataLakeOrganizationConfigurationCommand;
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDatalakeStatusCommand = exports.$Command = void 0;
3
+ exports.GetDataLakeSourcesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
- class GetDatalakeStatusCommand extends smithy_client_1.Command {
9
+ class GetDataLakeSourcesCommand extends smithy_client_1.Command {
10
10
  static getEndpointParameterInstructions() {
11
11
  return {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -21,11 +21,11 @@ class GetDatalakeStatusCommand extends smithy_client_1.Command {
21
21
  }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetDatalakeStatusCommand.getEndpointParameterInstructions()));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetDataLakeSourcesCommand.getEndpointParameterInstructions()));
25
25
  const stack = clientStack.concat(this.middlewareStack);
26
26
  const { logger } = configuration;
27
27
  const clientName = "SecurityLakeClient";
28
- const commandName = "GetDatalakeStatusCommand";
28
+ const commandName = "GetDataLakeSourcesCommand";
29
29
  const handlerExecutionContext = {
30
30
  logger,
31
31
  clientName,
@@ -37,10 +37,10 @@ class GetDatalakeStatusCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.se_GetDatalakeStatusCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetDataLakeSourcesCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.de_GetDatalakeStatusCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetDataLakeSourcesCommand)(output, context);
44
44
  }
45
45
  }
46
- exports.GetDatalakeStatusCommand = GetDatalakeStatusCommand;
46
+ exports.GetDataLakeSourcesCommand = GetDataLakeSourcesCommand;
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDatalakeExceptionsCommand = exports.$Command = void 0;
3
+ exports.ListDataLakeExceptionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
- class ListDatalakeExceptionsCommand extends smithy_client_1.Command {
9
+ class ListDataLakeExceptionsCommand extends smithy_client_1.Command {
10
10
  static getEndpointParameterInstructions() {
11
11
  return {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -21,11 +21,11 @@ class ListDatalakeExceptionsCommand extends smithy_client_1.Command {
21
21
  }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListDatalakeExceptionsCommand.getEndpointParameterInstructions()));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListDataLakeExceptionsCommand.getEndpointParameterInstructions()));
25
25
  const stack = clientStack.concat(this.middlewareStack);
26
26
  const { logger } = configuration;
27
27
  const clientName = "SecurityLakeClient";
28
- const commandName = "ListDatalakeExceptionsCommand";
28
+ const commandName = "ListDataLakeExceptionsCommand";
29
29
  const handlerExecutionContext = {
30
30
  logger,
31
31
  clientName,
@@ -37,10 +37,10 @@ class ListDatalakeExceptionsCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.se_ListDatalakeExceptionsCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListDataLakeExceptionsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.de_ListDatalakeExceptionsCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListDataLakeExceptionsCommand)(output, context);
44
44
  }
45
45
  }
46
- exports.ListDatalakeExceptionsCommand = ListDatalakeExceptionsCommand;
46
+ exports.ListDataLakeExceptionsCommand = ListDataLakeExceptionsCommand;
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDatalakeCommand = exports.$Command = void 0;
3
+ exports.ListDataLakesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
- class GetDatalakeCommand extends smithy_client_1.Command {
9
+ class ListDataLakesCommand extends smithy_client_1.Command {
10
10
  static getEndpointParameterInstructions() {
11
11
  return {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -21,11 +21,11 @@ class GetDatalakeCommand extends smithy_client_1.Command {
21
21
  }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetDatalakeCommand.getEndpointParameterInstructions()));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListDataLakesCommand.getEndpointParameterInstructions()));
25
25
  const stack = clientStack.concat(this.middlewareStack);
26
26
  const { logger } = configuration;
27
27
  const clientName = "SecurityLakeClient";
28
- const commandName = "GetDatalakeCommand";
28
+ const commandName = "ListDataLakesCommand";
29
29
  const handlerExecutionContext = {
30
30
  logger,
31
31
  clientName,
@@ -37,10 +37,10 @@ class GetDatalakeCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.se_GetDatalakeCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListDataLakesCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.de_GetDatalakeCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListDataLakesCommand)(output, context);
44
44
  }
45
45
  }
46
- exports.GetDatalakeCommand = GetDatalakeCommand;
46
+ exports.ListDataLakesCommand = ListDataLakesCommand;
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDatalakeExceptionsSubscriptionCommand = exports.$Command = void 0;
3
+ exports.RegisterDataLakeDelegatedAdministratorCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
- class CreateDatalakeExceptionsSubscriptionCommand extends smithy_client_1.Command {
9
+ class RegisterDataLakeDelegatedAdministratorCommand extends smithy_client_1.Command {
10
10
  static getEndpointParameterInstructions() {
11
11
  return {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -21,11 +21,11 @@ class CreateDatalakeExceptionsSubscriptionCommand extends smithy_client_1.Comman
21
21
  }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateDatalakeExceptionsSubscriptionCommand.getEndpointParameterInstructions()));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, RegisterDataLakeDelegatedAdministratorCommand.getEndpointParameterInstructions()));
25
25
  const stack = clientStack.concat(this.middlewareStack);
26
26
  const { logger } = configuration;
27
27
  const clientName = "SecurityLakeClient";
28
- const commandName = "CreateDatalakeExceptionsSubscriptionCommand";
28
+ const commandName = "RegisterDataLakeDelegatedAdministratorCommand";
29
29
  const handlerExecutionContext = {
30
30
  logger,
31
31
  clientName,
@@ -37,10 +37,10 @@ class CreateDatalakeExceptionsSubscriptionCommand extends smithy_client_1.Comman
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.se_CreateDatalakeExceptionsSubscriptionCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_RegisterDataLakeDelegatedAdministratorCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.de_CreateDatalakeExceptionsSubscriptionCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_RegisterDataLakeDelegatedAdministratorCommand)(output, context);
44
44
  }
45
45
  }
46
- exports.CreateDatalakeExceptionsSubscriptionCommand = CreateDatalakeExceptionsSubscriptionCommand;
46
+ exports.RegisterDataLakeDelegatedAdministratorCommand = RegisterDataLakeDelegatedAdministratorCommand;
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDatalakeCommand = exports.$Command = void 0;
3
+ exports.UpdateDataLakeCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
- class DeleteDatalakeCommand extends smithy_client_1.Command {
9
+ class UpdateDataLakeCommand extends smithy_client_1.Command {
10
10
  static getEndpointParameterInstructions() {
11
11
  return {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -21,11 +21,11 @@ class DeleteDatalakeCommand extends smithy_client_1.Command {
21
21
  }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteDatalakeCommand.getEndpointParameterInstructions()));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateDataLakeCommand.getEndpointParameterInstructions()));
25
25
  const stack = clientStack.concat(this.middlewareStack);
26
26
  const { logger } = configuration;
27
27
  const clientName = "SecurityLakeClient";
28
- const commandName = "DeleteDatalakeCommand";
28
+ const commandName = "UpdateDataLakeCommand";
29
29
  const handlerExecutionContext = {
30
30
  logger,
31
31
  clientName,
@@ -37,10 +37,10 @@ class DeleteDatalakeCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.se_DeleteDatalakeCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdateDataLakeCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.de_DeleteDatalakeCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdateDataLakeCommand)(output, context);
44
44
  }
45
45
  }
46
- exports.DeleteDatalakeCommand = DeleteDatalakeCommand;
46
+ exports.UpdateDataLakeCommand = UpdateDataLakeCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateDataLakeExceptionSubscriptionCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class UpdateDataLakeExceptionSubscriptionCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateDataLakeExceptionSubscriptionCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "SecurityLakeClient";
28
+ const commandName = "UpdateDataLakeExceptionSubscriptionCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.se_UpdateDataLakeExceptionSubscriptionCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.de_UpdateDataLakeExceptionSubscriptionCommand)(output, context);
44
+ }
45
+ }
46
+ exports.UpdateDataLakeExceptionSubscriptionCommand = UpdateDataLakeExceptionSubscriptionCommand;
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDatalakeAutoEnableCommand = exports.$Command = void 0;
3
+ exports.UpdateSubscriberNotificationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
- class DeleteDatalakeAutoEnableCommand extends smithy_client_1.Command {
9
+ class UpdateSubscriberNotificationCommand extends smithy_client_1.Command {
10
10
  static getEndpointParameterInstructions() {
11
11
  return {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -21,11 +21,11 @@ class DeleteDatalakeAutoEnableCommand extends smithy_client_1.Command {
21
21
  }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteDatalakeAutoEnableCommand.getEndpointParameterInstructions()));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateSubscriberNotificationCommand.getEndpointParameterInstructions()));
25
25
  const stack = clientStack.concat(this.middlewareStack);
26
26
  const { logger } = configuration;
27
27
  const clientName = "SecurityLakeClient";
28
- const commandName = "DeleteDatalakeAutoEnableCommand";
28
+ const commandName = "UpdateSubscriberNotificationCommand";
29
29
  const handlerExecutionContext = {
30
30
  logger,
31
31
  clientName,
@@ -37,10 +37,10 @@ class DeleteDatalakeAutoEnableCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.se_DeleteDatalakeAutoEnableCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdateSubscriberNotificationCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.de_DeleteDatalakeAutoEnableCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdateSubscriberNotificationCommand)(output, context);
44
44
  }
45
45
  }
46
- exports.DeleteDatalakeAutoEnableCommand = DeleteDatalakeAutoEnableCommand;
46
+ exports.UpdateSubscriberNotificationCommand = UpdateSubscriberNotificationCommand;
@@ -3,31 +3,29 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./CreateAwsLogSourceCommand"), exports);
5
5
  tslib_1.__exportStar(require("./CreateCustomLogSourceCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateDatalakeAutoEnableCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateDatalakeCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateDatalakeDelegatedAdminCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateDatalakeExceptionsSubscriptionCommand"), exports);
6
+ tslib_1.__exportStar(require("./CreateDataLakeCommand"), exports);
7
+ tslib_1.__exportStar(require("./CreateDataLakeExceptionSubscriptionCommand"), exports);
8
+ tslib_1.__exportStar(require("./CreateDataLakeOrganizationConfigurationCommand"), exports);
10
9
  tslib_1.__exportStar(require("./CreateSubscriberCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateSubscriptionNotificationConfigurationCommand"), exports);
10
+ tslib_1.__exportStar(require("./CreateSubscriberNotificationCommand"), exports);
12
11
  tslib_1.__exportStar(require("./DeleteAwsLogSourceCommand"), exports);
13
12
  tslib_1.__exportStar(require("./DeleteCustomLogSourceCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteDatalakeAutoEnableCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteDatalakeCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteDatalakeDelegatedAdminCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteDatalakeExceptionsSubscriptionCommand"), exports);
13
+ tslib_1.__exportStar(require("./DeleteDataLakeCommand"), exports);
14
+ tslib_1.__exportStar(require("./DeleteDataLakeExceptionSubscriptionCommand"), exports);
15
+ tslib_1.__exportStar(require("./DeleteDataLakeOrganizationConfigurationCommand"), exports);
18
16
  tslib_1.__exportStar(require("./DeleteSubscriberCommand"), exports);
19
- tslib_1.__exportStar(require("./DeleteSubscriptionNotificationConfigurationCommand"), exports);
20
- tslib_1.__exportStar(require("./GetDatalakeAutoEnableCommand"), exports);
21
- tslib_1.__exportStar(require("./GetDatalakeCommand"), exports);
22
- tslib_1.__exportStar(require("./GetDatalakeExceptionsExpiryCommand"), exports);
23
- tslib_1.__exportStar(require("./GetDatalakeExceptionsSubscriptionCommand"), exports);
24
- tslib_1.__exportStar(require("./GetDatalakeStatusCommand"), exports);
17
+ tslib_1.__exportStar(require("./DeleteSubscriberNotificationCommand"), exports);
18
+ tslib_1.__exportStar(require("./DeregisterDataLakeDelegatedAdministratorCommand"), exports);
19
+ tslib_1.__exportStar(require("./GetDataLakeExceptionSubscriptionCommand"), exports);
20
+ tslib_1.__exportStar(require("./GetDataLakeOrganizationConfigurationCommand"), exports);
21
+ tslib_1.__exportStar(require("./GetDataLakeSourcesCommand"), exports);
25
22
  tslib_1.__exportStar(require("./GetSubscriberCommand"), exports);
26
- tslib_1.__exportStar(require("./ListDatalakeExceptionsCommand"), exports);
23
+ tslib_1.__exportStar(require("./ListDataLakeExceptionsCommand"), exports);
24
+ tslib_1.__exportStar(require("./ListDataLakesCommand"), exports);
27
25
  tslib_1.__exportStar(require("./ListLogSourcesCommand"), exports);
28
26
  tslib_1.__exportStar(require("./ListSubscribersCommand"), exports);
29
- tslib_1.__exportStar(require("./UpdateDatalakeCommand"), exports);
30
- tslib_1.__exportStar(require("./UpdateDatalakeExceptionsExpiryCommand"), exports);
31
- tslib_1.__exportStar(require("./UpdateDatalakeExceptionsSubscriptionCommand"), exports);
27
+ tslib_1.__exportStar(require("./RegisterDataLakeDelegatedAdministratorCommand"), exports);
28
+ tslib_1.__exportStar(require("./UpdateDataLakeCommand"), exports);
29
+ tslib_1.__exportStar(require("./UpdateDataLakeExceptionSubscriptionCommand"), exports);
32
30
  tslib_1.__exportStar(require("./UpdateSubscriberCommand"), exports);
33
- tslib_1.__exportStar(require("./UpdateSubscriptionNotificationConfigurationCommand"), exports);
31
+ tslib_1.__exportStar(require("./UpdateSubscriberNotificationCommand"), exports);