@aws-sdk/client-securitylake 3.306.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.
- package/dist-cjs/commands/CreateAwsLogSourceCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomLogSourceCommand.js +2 -2
- package/dist-cjs/commands/CreateDatalakeAutoEnableCommand.js +2 -2
- package/dist-cjs/commands/CreateDatalakeCommand.js +2 -2
- package/dist-cjs/commands/CreateDatalakeDelegatedAdminCommand.js +2 -2
- package/dist-cjs/commands/CreateDatalakeExceptionsSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateSubscriberCommand.js +2 -2
- package/dist-cjs/commands/CreateSubscriptionNotificationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteAwsLogSourceCommand.js +2 -2
- package/dist-cjs/commands/DeleteCustomLogSourceCommand.js +2 -2
- package/dist-cjs/commands/DeleteDatalakeAutoEnableCommand.js +2 -2
- package/dist-cjs/commands/DeleteDatalakeCommand.js +2 -2
- package/dist-cjs/commands/DeleteDatalakeDelegatedAdminCommand.js +2 -2
- package/dist-cjs/commands/DeleteDatalakeExceptionsSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteSubscriberCommand.js +2 -2
- package/dist-cjs/commands/DeleteSubscriptionNotificationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetDatalakeAutoEnableCommand.js +2 -2
- package/dist-cjs/commands/GetDatalakeCommand.js +2 -2
- package/dist-cjs/commands/GetDatalakeExceptionsExpiryCommand.js +2 -2
- package/dist-cjs/commands/GetDatalakeExceptionsSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/GetDatalakeStatusCommand.js +2 -2
- package/dist-cjs/commands/GetSubscriberCommand.js +2 -2
- package/dist-cjs/commands/ListDatalakeExceptionsCommand.js +2 -2
- package/dist-cjs/commands/ListLogSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListSubscribersCommand.js +2 -2
- package/dist-cjs/commands/UpdateDatalakeCommand.js +2 -2
- package/dist-cjs/commands/UpdateDatalakeExceptionsExpiryCommand.js +2 -2
- package/dist-cjs/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/UpdateSubscriberCommand.js +2 -2
- package/dist-cjs/commands/UpdateSubscriptionNotificationConfigurationCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +475 -481
- package/dist-es/commands/CreateAwsLogSourceCommand.js +3 -3
- package/dist-es/commands/CreateCustomLogSourceCommand.js +3 -3
- package/dist-es/commands/CreateDatalakeAutoEnableCommand.js +3 -3
- package/dist-es/commands/CreateDatalakeCommand.js +3 -3
- package/dist-es/commands/CreateDatalakeDelegatedAdminCommand.js +3 -3
- package/dist-es/commands/CreateDatalakeExceptionsSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateSubscriberCommand.js +3 -3
- package/dist-es/commands/CreateSubscriptionNotificationConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteAwsLogSourceCommand.js +3 -3
- package/dist-es/commands/DeleteCustomLogSourceCommand.js +3 -3
- package/dist-es/commands/DeleteDatalakeAutoEnableCommand.js +3 -3
- package/dist-es/commands/DeleteDatalakeCommand.js +3 -3
- package/dist-es/commands/DeleteDatalakeDelegatedAdminCommand.js +3 -3
- package/dist-es/commands/DeleteDatalakeExceptionsSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteSubscriberCommand.js +3 -3
- package/dist-es/commands/DeleteSubscriptionNotificationConfigurationCommand.js +3 -3
- package/dist-es/commands/GetDatalakeAutoEnableCommand.js +3 -3
- package/dist-es/commands/GetDatalakeCommand.js +3 -3
- package/dist-es/commands/GetDatalakeExceptionsExpiryCommand.js +3 -3
- package/dist-es/commands/GetDatalakeExceptionsSubscriptionCommand.js +3 -3
- package/dist-es/commands/GetDatalakeStatusCommand.js +3 -3
- package/dist-es/commands/GetSubscriberCommand.js +3 -3
- package/dist-es/commands/ListDatalakeExceptionsCommand.js +3 -3
- package/dist-es/commands/ListLogSourcesCommand.js +3 -3
- package/dist-es/commands/ListSubscribersCommand.js +3 -3
- package/dist-es/commands/UpdateDatalakeCommand.js +3 -3
- package/dist-es/commands/UpdateDatalakeExceptionsExpiryCommand.js +3 -3
- package/dist-es/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +3 -3
- package/dist-es/commands/UpdateSubscriberCommand.js +3 -3
- package/dist-es/commands/UpdateSubscriptionNotificationConfigurationCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +413 -419
- package/dist-types/protocols/Aws_restJson1.d.ts +240 -60
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -60
- package/package.json +6 -6
|
@@ -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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateAwsLogSourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateCustomLogSourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateDatalakeAutoEnableCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateDatalakeCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateDatalakeDelegatedAdminCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateDatalakeExceptionsSubscriptionCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateSubscriberCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_CreateSubscriptionNotificationConfigurationCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_DeleteAwsLogSourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_DeleteCustomLogSourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_DeleteDatalakeAutoEnableCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_DeleteDatalakeCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_DeleteDatalakeDelegatedAdminCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_DeleteDatalakeExceptionsSubscriptionCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_DeleteSubscriberCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_DeleteSubscriptionNotificationConfigurationCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_GetDatalakeAutoEnableCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_GetDatalakeCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_GetDatalakeExceptionsExpiryCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_GetDatalakeExceptionsSubscriptionCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_GetDatalakeStatusCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_GetSubscriberCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_ListDatalakeExceptionsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_ListLogSourcesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_ListSubscribersCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UpdateDatalakeCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UpdateDatalakeExceptionsExpiryCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UpdateDatalakeExceptionsSubscriptionCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UpdateSubscriberCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
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.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UpdateSubscriptionNotificationConfigurationCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_UpdateSubscriptionNotificationConfigurationCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateSubscriptionNotificationConfigurationCommand = UpdateSubscriptionNotificationConfigurationCommand;
|