@aws-sdk/client-securitylake 3.303.0 → 3.309.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 (65) hide show
  1. package/dist-cjs/commands/CreateAwsLogSourceCommand.js +2 -2
  2. package/dist-cjs/commands/CreateCustomLogSourceCommand.js +2 -2
  3. package/dist-cjs/commands/CreateDatalakeAutoEnableCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDatalakeCommand.js +2 -2
  5. package/dist-cjs/commands/CreateDatalakeDelegatedAdminCommand.js +2 -2
  6. package/dist-cjs/commands/CreateDatalakeExceptionsSubscriptionCommand.js +2 -2
  7. package/dist-cjs/commands/CreateSubscriberCommand.js +2 -2
  8. package/dist-cjs/commands/CreateSubscriptionNotificationConfigurationCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteAwsLogSourceCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteCustomLogSourceCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteDatalakeAutoEnableCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteDatalakeCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteDatalakeDelegatedAdminCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteDatalakeExceptionsSubscriptionCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteSubscriberCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteSubscriptionNotificationConfigurationCommand.js +2 -2
  17. package/dist-cjs/commands/GetDatalakeAutoEnableCommand.js +2 -2
  18. package/dist-cjs/commands/GetDatalakeCommand.js +2 -2
  19. package/dist-cjs/commands/GetDatalakeExceptionsExpiryCommand.js +2 -2
  20. package/dist-cjs/commands/GetDatalakeExceptionsSubscriptionCommand.js +2 -2
  21. package/dist-cjs/commands/GetDatalakeStatusCommand.js +2 -2
  22. package/dist-cjs/commands/GetSubscriberCommand.js +2 -2
  23. package/dist-cjs/commands/ListDatalakeExceptionsCommand.js +2 -2
  24. package/dist-cjs/commands/ListLogSourcesCommand.js +2 -2
  25. package/dist-cjs/commands/ListSubscribersCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateDatalakeCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateDatalakeExceptionsExpiryCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateSubscriberCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateSubscriptionNotificationConfigurationCommand.js +2 -2
  31. package/dist-cjs/protocols/Aws_restJson1.js +475 -481
  32. package/dist-es/commands/CreateAwsLogSourceCommand.js +3 -3
  33. package/dist-es/commands/CreateCustomLogSourceCommand.js +3 -3
  34. package/dist-es/commands/CreateDatalakeAutoEnableCommand.js +3 -3
  35. package/dist-es/commands/CreateDatalakeCommand.js +3 -3
  36. package/dist-es/commands/CreateDatalakeDelegatedAdminCommand.js +3 -3
  37. package/dist-es/commands/CreateDatalakeExceptionsSubscriptionCommand.js +3 -3
  38. package/dist-es/commands/CreateSubscriberCommand.js +3 -3
  39. package/dist-es/commands/CreateSubscriptionNotificationConfigurationCommand.js +3 -3
  40. package/dist-es/commands/DeleteAwsLogSourceCommand.js +3 -3
  41. package/dist-es/commands/DeleteCustomLogSourceCommand.js +3 -3
  42. package/dist-es/commands/DeleteDatalakeAutoEnableCommand.js +3 -3
  43. package/dist-es/commands/DeleteDatalakeCommand.js +3 -3
  44. package/dist-es/commands/DeleteDatalakeDelegatedAdminCommand.js +3 -3
  45. package/dist-es/commands/DeleteDatalakeExceptionsSubscriptionCommand.js +3 -3
  46. package/dist-es/commands/DeleteSubscriberCommand.js +3 -3
  47. package/dist-es/commands/DeleteSubscriptionNotificationConfigurationCommand.js +3 -3
  48. package/dist-es/commands/GetDatalakeAutoEnableCommand.js +3 -3
  49. package/dist-es/commands/GetDatalakeCommand.js +3 -3
  50. package/dist-es/commands/GetDatalakeExceptionsExpiryCommand.js +3 -3
  51. package/dist-es/commands/GetDatalakeExceptionsSubscriptionCommand.js +3 -3
  52. package/dist-es/commands/GetDatalakeStatusCommand.js +3 -3
  53. package/dist-es/commands/GetSubscriberCommand.js +3 -3
  54. package/dist-es/commands/ListDatalakeExceptionsCommand.js +3 -3
  55. package/dist-es/commands/ListLogSourcesCommand.js +3 -3
  56. package/dist-es/commands/ListSubscribersCommand.js +3 -3
  57. package/dist-es/commands/UpdateDatalakeCommand.js +3 -3
  58. package/dist-es/commands/UpdateDatalakeExceptionsExpiryCommand.js +3 -3
  59. package/dist-es/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +3 -3
  60. package/dist-es/commands/UpdateSubscriberCommand.js +3 -3
  61. package/dist-es/commands/UpdateSubscriptionNotificationConfigurationCommand.js +3 -3
  62. package/dist-es/protocols/Aws_restJson1.js +413 -419
  63. package/dist-types/protocols/Aws_restJson1.d.ts +240 -60
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -60
  65. package/package.json +29 -29
@@ -36,10 +36,10 @@ class CreateAwsLogSourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateAwsLogSourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateAwsLogSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateAwsLogSourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateAwsLogSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateAwsLogSourceCommand = CreateAwsLogSourceCommand;
@@ -36,10 +36,10 @@ class CreateCustomLogSourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateCustomLogSourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateCustomLogSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateCustomLogSourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateCustomLogSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateCustomLogSourceCommand = CreateCustomLogSourceCommand;
@@ -36,10 +36,10 @@ class CreateDatalakeAutoEnableCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateDatalakeAutoEnableCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateDatalakeAutoEnableCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDatalakeAutoEnableCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateDatalakeAutoEnableCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDatalakeAutoEnableCommand = CreateDatalakeAutoEnableCommand;
@@ -36,10 +36,10 @@ class CreateDatalakeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateDatalakeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateDatalakeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDatalakeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateDatalakeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDatalakeCommand = CreateDatalakeCommand;
@@ -36,10 +36,10 @@ class CreateDatalakeDelegatedAdminCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateDatalakeDelegatedAdminCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateDatalakeDelegatedAdminCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDatalakeDelegatedAdminCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateDatalakeDelegatedAdminCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDatalakeDelegatedAdminCommand = CreateDatalakeDelegatedAdminCommand;
@@ -36,10 +36,10 @@ class CreateDatalakeExceptionsSubscriptionCommand extends smithy_client_1.Comman
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateDatalakeExceptionsSubscriptionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateDatalakeExceptionsSubscriptionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDatalakeExceptionsSubscriptionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateDatalakeExceptionsSubscriptionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDatalakeExceptionsSubscriptionCommand = CreateDatalakeExceptionsSubscriptionCommand;
@@ -36,10 +36,10 @@ class CreateSubscriberCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateSubscriberCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateSubscriberCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateSubscriberCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateSubscriberCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateSubscriberCommand = CreateSubscriberCommand;
@@ -36,10 +36,10 @@ class CreateSubscriptionNotificationConfigurationCommand extends smithy_client_1
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateSubscriptionNotificationConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateSubscriptionNotificationConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateSubscriptionNotificationConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateSubscriptionNotificationConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateSubscriptionNotificationConfigurationCommand = CreateSubscriptionNotificationConfigurationCommand;
@@ -36,10 +36,10 @@ class DeleteAwsLogSourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteAwsLogSourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteAwsLogSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteAwsLogSourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteAwsLogSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteAwsLogSourceCommand = DeleteAwsLogSourceCommand;
@@ -36,10 +36,10 @@ class DeleteCustomLogSourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteCustomLogSourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteCustomLogSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteCustomLogSourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteCustomLogSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteCustomLogSourceCommand = DeleteCustomLogSourceCommand;
@@ -36,10 +36,10 @@ class DeleteDatalakeAutoEnableCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteDatalakeAutoEnableCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteDatalakeAutoEnableCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteDatalakeAutoEnableCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteDatalakeAutoEnableCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteDatalakeAutoEnableCommand = DeleteDatalakeAutoEnableCommand;
@@ -36,10 +36,10 @@ class DeleteDatalakeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteDatalakeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteDatalakeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteDatalakeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteDatalakeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteDatalakeCommand = DeleteDatalakeCommand;
@@ -36,10 +36,10 @@ class DeleteDatalakeDelegatedAdminCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteDatalakeDelegatedAdminCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteDatalakeDelegatedAdminCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteDatalakeDelegatedAdminCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteDatalakeDelegatedAdminCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteDatalakeDelegatedAdminCommand = DeleteDatalakeDelegatedAdminCommand;
@@ -36,10 +36,10 @@ class DeleteDatalakeExceptionsSubscriptionCommand extends smithy_client_1.Comman
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteDatalakeExceptionsSubscriptionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteDatalakeExceptionsSubscriptionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteDatalakeExceptionsSubscriptionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteDatalakeExceptionsSubscriptionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteDatalakeExceptionsSubscriptionCommand = DeleteDatalakeExceptionsSubscriptionCommand;
@@ -36,10 +36,10 @@ class DeleteSubscriberCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteSubscriberCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteSubscriberCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteSubscriberCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteSubscriberCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteSubscriberCommand = DeleteSubscriberCommand;
@@ -36,10 +36,10 @@ class DeleteSubscriptionNotificationConfigurationCommand extends smithy_client_1
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteSubscriptionNotificationConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteSubscriptionNotificationConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteSubscriptionNotificationConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteSubscriptionNotificationConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteSubscriptionNotificationConfigurationCommand = DeleteSubscriptionNotificationConfigurationCommand;
@@ -36,10 +36,10 @@ class GetDatalakeAutoEnableCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetDatalakeAutoEnableCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDatalakeAutoEnableCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDatalakeAutoEnableCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDatalakeAutoEnableCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDatalakeAutoEnableCommand = GetDatalakeAutoEnableCommand;
@@ -36,10 +36,10 @@ class GetDatalakeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetDatalakeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDatalakeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDatalakeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDatalakeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDatalakeCommand = GetDatalakeCommand;
@@ -36,10 +36,10 @@ class GetDatalakeExceptionsExpiryCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetDatalakeExceptionsExpiryCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDatalakeExceptionsExpiryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDatalakeExceptionsExpiryCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDatalakeExceptionsExpiryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDatalakeExceptionsExpiryCommand = GetDatalakeExceptionsExpiryCommand;
@@ -36,10 +36,10 @@ class GetDatalakeExceptionsSubscriptionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetDatalakeExceptionsSubscriptionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDatalakeExceptionsSubscriptionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDatalakeExceptionsSubscriptionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDatalakeExceptionsSubscriptionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDatalakeExceptionsSubscriptionCommand = GetDatalakeExceptionsSubscriptionCommand;
@@ -36,10 +36,10 @@ class GetDatalakeStatusCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetDatalakeStatusCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDatalakeStatusCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDatalakeStatusCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDatalakeStatusCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDatalakeStatusCommand = GetDatalakeStatusCommand;
@@ -36,10 +36,10 @@ class GetSubscriberCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetSubscriberCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetSubscriberCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSubscriberCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetSubscriberCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSubscriberCommand = GetSubscriberCommand;
@@ -36,10 +36,10 @@ class ListDatalakeExceptionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListDatalakeExceptionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDatalakeExceptionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDatalakeExceptionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDatalakeExceptionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDatalakeExceptionsCommand = ListDatalakeExceptionsCommand;
@@ -36,10 +36,10 @@ class ListLogSourcesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListLogSourcesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListLogSourcesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListLogSourcesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListLogSourcesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListLogSourcesCommand = ListLogSourcesCommand;
@@ -36,10 +36,10 @@ class ListSubscribersCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListSubscribersCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSubscribersCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSubscribersCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSubscribersCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSubscribersCommand = ListSubscribersCommand;
@@ -36,10 +36,10 @@ class UpdateDatalakeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateDatalakeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateDatalakeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateDatalakeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateDatalakeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateDatalakeCommand = UpdateDatalakeCommand;
@@ -36,10 +36,10 @@ class UpdateDatalakeExceptionsExpiryCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateDatalakeExceptionsExpiryCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateDatalakeExceptionsExpiryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateDatalakeExceptionsExpiryCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateDatalakeExceptionsExpiryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateDatalakeExceptionsExpiryCommand = UpdateDatalakeExceptionsExpiryCommand;
@@ -36,10 +36,10 @@ class UpdateDatalakeExceptionsSubscriptionCommand extends smithy_client_1.Comman
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateDatalakeExceptionsSubscriptionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateDatalakeExceptionsSubscriptionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateDatalakeExceptionsSubscriptionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateDatalakeExceptionsSubscriptionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateDatalakeExceptionsSubscriptionCommand = UpdateDatalakeExceptionsSubscriptionCommand;
@@ -36,10 +36,10 @@ class UpdateSubscriberCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateSubscriberCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateSubscriberCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateSubscriberCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateSubscriberCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateSubscriberCommand = UpdateSubscriberCommand;
@@ -36,10 +36,10 @@ class UpdateSubscriptionNotificationConfigurationCommand extends smithy_client_1
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateSubscriptionNotificationConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateSubscriptionNotificationConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateSubscriptionNotificationConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateSubscriptionNotificationConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateSubscriptionNotificationConfigurationCommand = UpdateSubscriptionNotificationConfigurationCommand;