@aws-sdk/client-securitylake 3.220.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 (207) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +219 -0
  3. package/dist-cjs/SecurityLake.js +457 -0
  4. package/dist-cjs/SecurityLakeClient.js +40 -0
  5. package/dist-cjs/commands/CreateAwsLogSourceCommand.js +46 -0
  6. package/dist-cjs/commands/CreateCustomLogSourceCommand.js +46 -0
  7. package/dist-cjs/commands/CreateDatalakeAutoEnableCommand.js +46 -0
  8. package/dist-cjs/commands/CreateDatalakeCommand.js +46 -0
  9. package/dist-cjs/commands/CreateDatalakeDelegatedAdminCommand.js +46 -0
  10. package/dist-cjs/commands/CreateDatalakeExceptionsSubscriptionCommand.js +46 -0
  11. package/dist-cjs/commands/CreateSubscriberCommand.js +46 -0
  12. package/dist-cjs/commands/CreateSubscriptionNotificationConfigurationCommand.js +46 -0
  13. package/dist-cjs/commands/DeleteAwsLogSourceCommand.js +46 -0
  14. package/dist-cjs/commands/DeleteCustomLogSourceCommand.js +46 -0
  15. package/dist-cjs/commands/DeleteDatalakeAutoEnableCommand.js +46 -0
  16. package/dist-cjs/commands/DeleteDatalakeCommand.js +46 -0
  17. package/dist-cjs/commands/DeleteDatalakeDelegatedAdminCommand.js +46 -0
  18. package/dist-cjs/commands/DeleteDatalakeExceptionsSubscriptionCommand.js +46 -0
  19. package/dist-cjs/commands/DeleteSubscriberCommand.js +46 -0
  20. package/dist-cjs/commands/DeleteSubscriptionNotificationConfigurationCommand.js +46 -0
  21. package/dist-cjs/commands/GetDatalakeAutoEnableCommand.js +46 -0
  22. package/dist-cjs/commands/GetDatalakeCommand.js +46 -0
  23. package/dist-cjs/commands/GetDatalakeExceptionsExpiryCommand.js +46 -0
  24. package/dist-cjs/commands/GetDatalakeExceptionsSubscriptionCommand.js +46 -0
  25. package/dist-cjs/commands/GetDatalakeStatusCommand.js +46 -0
  26. package/dist-cjs/commands/GetSubscriberCommand.js +46 -0
  27. package/dist-cjs/commands/ListDatalakeExceptionsCommand.js +46 -0
  28. package/dist-cjs/commands/ListLogSourcesCommand.js +46 -0
  29. package/dist-cjs/commands/ListSubscribersCommand.js +46 -0
  30. package/dist-cjs/commands/UpdateDatalakeCommand.js +46 -0
  31. package/dist-cjs/commands/UpdateDatalakeExceptionsExpiryCommand.js +46 -0
  32. package/dist-cjs/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +46 -0
  33. package/dist-cjs/commands/UpdateSubscriberCommand.js +46 -0
  34. package/dist-cjs/commands/UpdateSubscriptionNotificationConfigurationCommand.js +46 -0
  35. package/dist-cjs/commands/index.js +33 -0
  36. package/dist-cjs/endpoint/EndpointParameters.js +12 -0
  37. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  38. package/dist-cjs/endpoint/ruleset.js +312 -0
  39. package/dist-cjs/index.js +11 -0
  40. package/dist-cjs/models/SecurityLakeServiceException.js +11 -0
  41. package/dist-cjs/models/index.js +4 -0
  42. package/dist-cjs/models/models_0.js +652 -0
  43. package/dist-cjs/pagination/GetDatalakeStatusPaginator.js +36 -0
  44. package/dist-cjs/pagination/Interfaces.js +2 -0
  45. package/dist-cjs/pagination/ListDatalakeExceptionsPaginator.js +36 -0
  46. package/dist-cjs/pagination/ListLogSourcesPaginator.js +36 -0
  47. package/dist-cjs/pagination/ListSubscribersPaginator.js +36 -0
  48. package/dist-cjs/pagination/index.js +8 -0
  49. package/dist-cjs/protocols/Aws_restJson1.js +2809 -0
  50. package/dist-cjs/runtimeConfig.browser.js +42 -0
  51. package/dist-cjs/runtimeConfig.js +50 -0
  52. package/dist-cjs/runtimeConfig.native.js +15 -0
  53. package/dist-cjs/runtimeConfig.shared.js +18 -0
  54. package/dist-es/SecurityLake.js +453 -0
  55. package/dist-es/SecurityLakeClient.js +36 -0
  56. package/dist-es/commands/CreateAwsLogSourceCommand.js +42 -0
  57. package/dist-es/commands/CreateCustomLogSourceCommand.js +42 -0
  58. package/dist-es/commands/CreateDatalakeAutoEnableCommand.js +42 -0
  59. package/dist-es/commands/CreateDatalakeCommand.js +42 -0
  60. package/dist-es/commands/CreateDatalakeDelegatedAdminCommand.js +42 -0
  61. package/dist-es/commands/CreateDatalakeExceptionsSubscriptionCommand.js +42 -0
  62. package/dist-es/commands/CreateSubscriberCommand.js +42 -0
  63. package/dist-es/commands/CreateSubscriptionNotificationConfigurationCommand.js +42 -0
  64. package/dist-es/commands/DeleteAwsLogSourceCommand.js +42 -0
  65. package/dist-es/commands/DeleteCustomLogSourceCommand.js +42 -0
  66. package/dist-es/commands/DeleteDatalakeAutoEnableCommand.js +42 -0
  67. package/dist-es/commands/DeleteDatalakeCommand.js +42 -0
  68. package/dist-es/commands/DeleteDatalakeDelegatedAdminCommand.js +42 -0
  69. package/dist-es/commands/DeleteDatalakeExceptionsSubscriptionCommand.js +42 -0
  70. package/dist-es/commands/DeleteSubscriberCommand.js +42 -0
  71. package/dist-es/commands/DeleteSubscriptionNotificationConfigurationCommand.js +42 -0
  72. package/dist-es/commands/GetDatalakeAutoEnableCommand.js +42 -0
  73. package/dist-es/commands/GetDatalakeCommand.js +42 -0
  74. package/dist-es/commands/GetDatalakeExceptionsExpiryCommand.js +42 -0
  75. package/dist-es/commands/GetDatalakeExceptionsSubscriptionCommand.js +42 -0
  76. package/dist-es/commands/GetDatalakeStatusCommand.js +42 -0
  77. package/dist-es/commands/GetSubscriberCommand.js +42 -0
  78. package/dist-es/commands/ListDatalakeExceptionsCommand.js +42 -0
  79. package/dist-es/commands/ListLogSourcesCommand.js +42 -0
  80. package/dist-es/commands/ListSubscribersCommand.js +42 -0
  81. package/dist-es/commands/UpdateDatalakeCommand.js +42 -0
  82. package/dist-es/commands/UpdateDatalakeExceptionsExpiryCommand.js +42 -0
  83. package/dist-es/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +42 -0
  84. package/dist-es/commands/UpdateSubscriberCommand.js +42 -0
  85. package/dist-es/commands/UpdateSubscriptionNotificationConfigurationCommand.js +42 -0
  86. package/dist-es/commands/index.js +30 -0
  87. package/dist-es/endpoint/EndpointParameters.js +8 -0
  88. package/dist-es/endpoint/endpointResolver.js +8 -0
  89. package/dist-es/endpoint/ruleset.js +309 -0
  90. package/dist-es/index.js +6 -0
  91. package/dist-es/models/SecurityLakeServiceException.js +7 -0
  92. package/dist-es/models/index.js +1 -0
  93. package/dist-es/models/models_0.js +560 -0
  94. package/dist-es/pagination/GetDatalakeStatusPaginator.js +32 -0
  95. package/dist-es/pagination/Interfaces.js +1 -0
  96. package/dist-es/pagination/ListDatalakeExceptionsPaginator.js +32 -0
  97. package/dist-es/pagination/ListLogSourcesPaginator.js +32 -0
  98. package/dist-es/pagination/ListSubscribersPaginator.js +32 -0
  99. package/dist-es/pagination/index.js +5 -0
  100. package/dist-es/protocols/Aws_restJson1.js +2745 -0
  101. package/dist-es/runtimeConfig.browser.js +37 -0
  102. package/dist-es/runtimeConfig.js +45 -0
  103. package/dist-es/runtimeConfig.native.js +11 -0
  104. package/dist-es/runtimeConfig.shared.js +14 -0
  105. package/dist-types/SecurityLake.d.ts +303 -0
  106. package/dist-types/SecurityLakeClient.d.ts +185 -0
  107. package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +51 -0
  108. package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +42 -0
  109. package/dist-types/commands/CreateDatalakeAutoEnableCommand.d.ts +38 -0
  110. package/dist-types/commands/CreateDatalakeCommand.d.ts +49 -0
  111. package/dist-types/commands/CreateDatalakeDelegatedAdminCommand.d.ts +39 -0
  112. package/dist-types/commands/CreateDatalakeExceptionsSubscriptionCommand.d.ts +38 -0
  113. package/dist-types/commands/CreateSubscriberCommand.d.ts +37 -0
  114. package/dist-types/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +38 -0
  115. package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +53 -0
  116. package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +37 -0
  117. package/dist-types/commands/DeleteDatalakeAutoEnableCommand.d.ts +42 -0
  118. package/dist-types/commands/DeleteDatalakeCommand.d.ts +43 -0
  119. package/dist-types/commands/DeleteDatalakeDelegatedAdminCommand.d.ts +37 -0
  120. package/dist-types/commands/DeleteDatalakeExceptionsSubscriptionCommand.d.ts +37 -0
  121. package/dist-types/commands/DeleteSubscriberCommand.d.ts +37 -0
  122. package/dist-types/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +38 -0
  123. package/dist-types/commands/GetDatalakeAutoEnableCommand.d.ts +37 -0
  124. package/dist-types/commands/GetDatalakeCommand.d.ts +37 -0
  125. package/dist-types/commands/GetDatalakeExceptionsExpiryCommand.d.ts +38 -0
  126. package/dist-types/commands/GetDatalakeExceptionsSubscriptionCommand.d.ts +37 -0
  127. package/dist-types/commands/GetDatalakeStatusCommand.d.ts +37 -0
  128. package/dist-types/commands/GetSubscriberCommand.d.ts +37 -0
  129. package/dist-types/commands/ListDatalakeExceptionsCommand.d.ts +37 -0
  130. package/dist-types/commands/ListLogSourcesCommand.d.ts +37 -0
  131. package/dist-types/commands/ListSubscribersCommand.d.ts +37 -0
  132. package/dist-types/commands/UpdateDatalakeCommand.d.ts +40 -0
  133. package/dist-types/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +40 -0
  134. package/dist-types/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +37 -0
  135. package/dist-types/commands/UpdateSubscriberCommand.d.ts +37 -0
  136. package/dist-types/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +38 -0
  137. package/dist-types/commands/index.d.ts +30 -0
  138. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  139. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  140. package/dist-types/endpoint/ruleset.d.ts +2 -0
  141. package/dist-types/index.d.ts +6 -0
  142. package/dist-types/models/SecurityLakeServiceException.d.ts +10 -0
  143. package/dist-types/models/index.d.ts +1 -0
  144. package/dist-types/models/models_0.d.ts +1497 -0
  145. package/dist-types/pagination/GetDatalakeStatusPaginator.d.ts +4 -0
  146. package/dist-types/pagination/Interfaces.d.ts +6 -0
  147. package/dist-types/pagination/ListDatalakeExceptionsPaginator.d.ts +4 -0
  148. package/dist-types/pagination/ListLogSourcesPaginator.d.ts +4 -0
  149. package/dist-types/pagination/ListSubscribersPaginator.d.ts +4 -0
  150. package/dist-types/pagination/index.d.ts +5 -0
  151. package/dist-types/protocols/Aws_restJson1.d.ts +92 -0
  152. package/dist-types/runtimeConfig.browser.d.ts +42 -0
  153. package/dist-types/runtimeConfig.d.ts +42 -0
  154. package/dist-types/runtimeConfig.native.d.ts +41 -0
  155. package/dist-types/runtimeConfig.shared.d.ts +16 -0
  156. package/dist-types/ts3.4/SecurityLake.d.ts +556 -0
  157. package/dist-types/ts3.4/SecurityLakeClient.d.ts +292 -0
  158. package/dist-types/ts3.4/commands/CreateAwsLogSourceCommand.d.ts +38 -0
  159. package/dist-types/ts3.4/commands/CreateCustomLogSourceCommand.d.ts +41 -0
  160. package/dist-types/ts3.4/commands/CreateDatalakeAutoEnableCommand.d.ts +41 -0
  161. package/dist-types/ts3.4/commands/CreateDatalakeCommand.d.ts +37 -0
  162. package/dist-types/ts3.4/commands/CreateDatalakeDelegatedAdminCommand.d.ts +41 -0
  163. package/dist-types/ts3.4/commands/CreateDatalakeExceptionsSubscriptionCommand.d.ts +41 -0
  164. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +37 -0
  165. package/dist-types/ts3.4/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +41 -0
  166. package/dist-types/ts3.4/commands/DeleteAwsLogSourceCommand.d.ts +38 -0
  167. package/dist-types/ts3.4/commands/DeleteCustomLogSourceCommand.d.ts +41 -0
  168. package/dist-types/ts3.4/commands/DeleteDatalakeAutoEnableCommand.d.ts +41 -0
  169. package/dist-types/ts3.4/commands/DeleteDatalakeCommand.d.ts +37 -0
  170. package/dist-types/ts3.4/commands/DeleteDatalakeDelegatedAdminCommand.d.ts +41 -0
  171. package/dist-types/ts3.4/commands/DeleteDatalakeExceptionsSubscriptionCommand.d.ts +41 -0
  172. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +37 -0
  173. package/dist-types/ts3.4/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +41 -0
  174. package/dist-types/ts3.4/commands/GetDatalakeAutoEnableCommand.d.ts +41 -0
  175. package/dist-types/ts3.4/commands/GetDatalakeCommand.d.ts +34 -0
  176. package/dist-types/ts3.4/commands/GetDatalakeExceptionsExpiryCommand.d.ts +41 -0
  177. package/dist-types/ts3.4/commands/GetDatalakeExceptionsSubscriptionCommand.d.ts +41 -0
  178. package/dist-types/ts3.4/commands/GetDatalakeStatusCommand.d.ts +38 -0
  179. package/dist-types/ts3.4/commands/GetSubscriberCommand.d.ts +37 -0
  180. package/dist-types/ts3.4/commands/ListDatalakeExceptionsCommand.d.ts +41 -0
  181. package/dist-types/ts3.4/commands/ListLogSourcesCommand.d.ts +37 -0
  182. package/dist-types/ts3.4/commands/ListSubscribersCommand.d.ts +37 -0
  183. package/dist-types/ts3.4/commands/UpdateDatalakeCommand.d.ts +37 -0
  184. package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +41 -0
  185. package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +41 -0
  186. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +37 -0
  187. package/dist-types/ts3.4/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +41 -0
  188. package/dist-types/ts3.4/commands/index.d.ts +30 -0
  189. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
  190. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  191. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  192. package/dist-types/ts3.4/index.d.ts +6 -0
  193. package/dist-types/ts3.4/models/SecurityLakeServiceException.d.ts +7 -0
  194. package/dist-types/ts3.4/models/index.d.ts +1 -0
  195. package/dist-types/ts3.4/models/models_0.d.ts +746 -0
  196. package/dist-types/ts3.4/pagination/GetDatalakeStatusPaginator.d.ts +11 -0
  197. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
  198. package/dist-types/ts3.4/pagination/ListDatalakeExceptionsPaginator.d.ts +11 -0
  199. package/dist-types/ts3.4/pagination/ListLogSourcesPaginator.d.ts +11 -0
  200. package/dist-types/ts3.4/pagination/ListSubscribersPaginator.d.ts +11 -0
  201. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  202. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +365 -0
  203. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +88 -0
  204. package/dist-types/ts3.4/runtimeConfig.d.ts +88 -0
  205. package/dist-types/ts3.4/runtimeConfig.native.d.ts +77 -0
  206. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +16 -0
  207. package/package.json +101 -0
@@ -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 { GetDatalakeAutoEnableRequestFilterSensitiveLog, GetDatalakeAutoEnableResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetDatalakeAutoEnableCommand, serializeAws_restJson1GetDatalakeAutoEnableCommand, } from "../protocols/Aws_restJson1";
6
+ export class GetDatalakeAutoEnableCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, GetDatalakeAutoEnableCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "GetDatalakeAutoEnableCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: GetDatalakeAutoEnableRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: GetDatalakeAutoEnableResponseFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_restJson1GetDatalakeAutoEnableCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_restJson1GetDatalakeAutoEnableCommand(output, context);
41
+ }
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 { GetDatalakeRequestFilterSensitiveLog, GetDatalakeResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetDatalakeCommand, serializeAws_restJson1GetDatalakeCommand, } from "../protocols/Aws_restJson1";
6
+ export class GetDatalakeCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, GetDatalakeCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "GetDatalakeCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: GetDatalakeRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: GetDatalakeResponseFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_restJson1GetDatalakeCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_restJson1GetDatalakeCommand(output, context);
41
+ }
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 { GetDatalakeExceptionsExpiryRequestFilterSensitiveLog, GetDatalakeExceptionsExpiryResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetDatalakeExceptionsExpiryCommand, serializeAws_restJson1GetDatalakeExceptionsExpiryCommand, } from "../protocols/Aws_restJson1";
6
+ export class GetDatalakeExceptionsExpiryCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, GetDatalakeExceptionsExpiryCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "GetDatalakeExceptionsExpiryCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: GetDatalakeExceptionsExpiryRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: GetDatalakeExceptionsExpiryResponseFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_restJson1GetDatalakeExceptionsExpiryCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_restJson1GetDatalakeExceptionsExpiryCommand(output, context);
41
+ }
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 { GetDatalakeExceptionsSubscriptionRequestFilterSensitiveLog, GetDatalakeExceptionsSubscriptionResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetDatalakeExceptionsSubscriptionCommand, serializeAws_restJson1GetDatalakeExceptionsSubscriptionCommand, } from "../protocols/Aws_restJson1";
6
+ export class GetDatalakeExceptionsSubscriptionCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, GetDatalakeExceptionsSubscriptionCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "GetDatalakeExceptionsSubscriptionCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: GetDatalakeExceptionsSubscriptionRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: GetDatalakeExceptionsSubscriptionResponseFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_restJson1GetDatalakeExceptionsSubscriptionCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_restJson1GetDatalakeExceptionsSubscriptionCommand(output, context);
41
+ }
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 { GetDatalakeStatusRequestFilterSensitiveLog, GetDatalakeStatusResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetDatalakeStatusCommand, serializeAws_restJson1GetDatalakeStatusCommand, } from "../protocols/Aws_restJson1";
6
+ export class GetDatalakeStatusCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, GetDatalakeStatusCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "GetDatalakeStatusCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: GetDatalakeStatusRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: GetDatalakeStatusResponseFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_restJson1GetDatalakeStatusCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_restJson1GetDatalakeStatusCommand(output, context);
41
+ }
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 { GetSubscriberRequestFilterSensitiveLog, GetSubscriberResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetSubscriberCommand, serializeAws_restJson1GetSubscriberCommand, } from "../protocols/Aws_restJson1";
6
+ export class GetSubscriberCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, GetSubscriberCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "GetSubscriberCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: GetSubscriberRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: GetSubscriberResponseFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_restJson1GetSubscriberCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_restJson1GetSubscriberCommand(output, context);
41
+ }
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 { ListDatalakeExceptionsRequestFilterSensitiveLog, ListDatalakeExceptionsResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListDatalakeExceptionsCommand, serializeAws_restJson1ListDatalakeExceptionsCommand, } from "../protocols/Aws_restJson1";
6
+ export class ListDatalakeExceptionsCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, ListDatalakeExceptionsCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "ListDatalakeExceptionsCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: ListDatalakeExceptionsRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: ListDatalakeExceptionsResponseFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_restJson1ListDatalakeExceptionsCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_restJson1ListDatalakeExceptionsCommand(output, context);
41
+ }
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 { ListLogSourcesRequestFilterSensitiveLog, ListLogSourcesResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListLogSourcesCommand, serializeAws_restJson1ListLogSourcesCommand, } from "../protocols/Aws_restJson1";
6
+ export class ListLogSourcesCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, ListLogSourcesCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "ListLogSourcesCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: ListLogSourcesRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: ListLogSourcesResponseFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_restJson1ListLogSourcesCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_restJson1ListLogSourcesCommand(output, context);
41
+ }
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 { ListSubscribersRequestFilterSensitiveLog, ListSubscribersResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListSubscribersCommand, serializeAws_restJson1ListSubscribersCommand, } from "../protocols/Aws_restJson1";
6
+ export class ListSubscribersCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, ListSubscribersCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "ListSubscribersCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: ListSubscribersRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: ListSubscribersResponseFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_restJson1ListSubscribersCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_restJson1ListSubscribersCommand(output, context);
41
+ }
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 { UpdateDatalakeRequestFilterSensitiveLog, UpdateDatalakeResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateDatalakeCommand, serializeAws_restJson1UpdateDatalakeCommand, } from "../protocols/Aws_restJson1";
6
+ export class UpdateDatalakeCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, UpdateDatalakeCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "UpdateDatalakeCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: UpdateDatalakeRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: UpdateDatalakeResponseFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_restJson1UpdateDatalakeCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_restJson1UpdateDatalakeCommand(output, context);
41
+ }
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 { UpdateDatalakeExceptionsExpiryRequestFilterSensitiveLog, UpdateDatalakeExceptionsExpiryResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateDatalakeExceptionsExpiryCommand, serializeAws_restJson1UpdateDatalakeExceptionsExpiryCommand, } from "../protocols/Aws_restJson1";
6
+ export class UpdateDatalakeExceptionsExpiryCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, UpdateDatalakeExceptionsExpiryCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "UpdateDatalakeExceptionsExpiryCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: UpdateDatalakeExceptionsExpiryRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: UpdateDatalakeExceptionsExpiryResponseFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_restJson1UpdateDatalakeExceptionsExpiryCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_restJson1UpdateDatalakeExceptionsExpiryCommand(output, context);
41
+ }
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 { UpdateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog, UpdateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateDatalakeExceptionsSubscriptionCommand, serializeAws_restJson1UpdateDatalakeExceptionsSubscriptionCommand, } from "../protocols/Aws_restJson1";
6
+ export class UpdateDatalakeExceptionsSubscriptionCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, UpdateDatalakeExceptionsSubscriptionCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "UpdateDatalakeExceptionsSubscriptionCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: UpdateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: UpdateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_restJson1UpdateDatalakeExceptionsSubscriptionCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_restJson1UpdateDatalakeExceptionsSubscriptionCommand(output, context);
41
+ }
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 { UpdateSubscriberRequestFilterSensitiveLog, UpdateSubscriberResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateSubscriberCommand, serializeAws_restJson1UpdateSubscriberCommand, } from "../protocols/Aws_restJson1";
6
+ export class UpdateSubscriberCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, UpdateSubscriberCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "UpdateSubscriberCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: UpdateSubscriberRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: UpdateSubscriberResponseFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_restJson1UpdateSubscriberCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_restJson1UpdateSubscriberCommand(output, context);
41
+ }
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 { UpdateSubscriptionNotificationConfigurationRequestFilterSensitiveLog, UpdateSubscriptionNotificationConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateSubscriptionNotificationConfigurationCommand, serializeAws_restJson1UpdateSubscriptionNotificationConfigurationCommand, } from "../protocols/Aws_restJson1";
6
+ export class UpdateSubscriptionNotificationConfigurationCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, UpdateSubscriptionNotificationConfigurationCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "SecurityLakeClient";
25
+ const commandName = "UpdateSubscriptionNotificationConfigurationCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: UpdateSubscriptionNotificationConfigurationRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: UpdateSubscriptionNotificationConfigurationResponseFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_restJson1UpdateSubscriptionNotificationConfigurationCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_restJson1UpdateSubscriptionNotificationConfigurationCommand(output, context);
41
+ }
42
+ }
@@ -0,0 +1,30 @@
1
+ export * from "./CreateAwsLogSourceCommand";
2
+ export * from "./CreateCustomLogSourceCommand";
3
+ export * from "./CreateDatalakeAutoEnableCommand";
4
+ export * from "./CreateDatalakeCommand";
5
+ export * from "./CreateDatalakeDelegatedAdminCommand";
6
+ export * from "./CreateDatalakeExceptionsSubscriptionCommand";
7
+ export * from "./CreateSubscriberCommand";
8
+ export * from "./CreateSubscriptionNotificationConfigurationCommand";
9
+ export * from "./DeleteAwsLogSourceCommand";
10
+ export * from "./DeleteCustomLogSourceCommand";
11
+ export * from "./DeleteDatalakeAutoEnableCommand";
12
+ export * from "./DeleteDatalakeCommand";
13
+ export * from "./DeleteDatalakeDelegatedAdminCommand";
14
+ export * from "./DeleteDatalakeExceptionsSubscriptionCommand";
15
+ export * from "./DeleteSubscriberCommand";
16
+ export * from "./DeleteSubscriptionNotificationConfigurationCommand";
17
+ export * from "./GetDatalakeAutoEnableCommand";
18
+ export * from "./GetDatalakeCommand";
19
+ export * from "./GetDatalakeExceptionsExpiryCommand";
20
+ export * from "./GetDatalakeExceptionsSubscriptionCommand";
21
+ export * from "./GetDatalakeStatusCommand";
22
+ export * from "./GetSubscriberCommand";
23
+ export * from "./ListDatalakeExceptionsCommand";
24
+ export * from "./ListLogSourcesCommand";
25
+ export * from "./ListSubscribersCommand";
26
+ export * from "./UpdateDatalakeCommand";
27
+ export * from "./UpdateDatalakeExceptionsExpiryCommand";
28
+ export * from "./UpdateDatalakeExceptionsSubscriptionCommand";
29
+ export * from "./UpdateSubscriberCommand";
30
+ export * from "./UpdateSubscriptionNotificationConfigurationCommand";
@@ -0,0 +1,8 @@
1
+ export const resolveClientEndpointParameters = (options) => {
2
+ return {
3
+ ...options,
4
+ useDualstackEndpoint: options.useDualstackEndpoint ?? false,
5
+ useFipsEndpoint: options.useFipsEndpoint ?? false,
6
+ defaultSigningName: "securitylake",
7
+ };
8
+ };