@aws-sdk/client-budgets 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.
- package/dist-cjs/commands/CreateBudgetActionCommand.js +2 -2
- package/dist-cjs/commands/CreateBudgetCommand.js +2 -2
- package/dist-cjs/commands/CreateNotificationCommand.js +2 -2
- package/dist-cjs/commands/CreateSubscriberCommand.js +2 -2
- package/dist-cjs/commands/DeleteBudgetActionCommand.js +2 -2
- package/dist-cjs/commands/DeleteBudgetCommand.js +2 -2
- package/dist-cjs/commands/DeleteNotificationCommand.js +2 -2
- package/dist-cjs/commands/DeleteSubscriberCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetActionCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetActionHistoriesCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetActionsForAccountCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetActionsForBudgetCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetNotificationsForAccountCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetPerformanceHistoryCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeNotificationsForBudgetCommand.js +2 -2
- package/dist-cjs/commands/DescribeSubscribersForNotificationCommand.js +2 -2
- package/dist-cjs/commands/ExecuteBudgetActionCommand.js +2 -2
- package/dist-cjs/commands/UpdateBudgetActionCommand.js +2 -2
- package/dist-cjs/commands/UpdateBudgetCommand.js +2 -2
- package/dist-cjs/commands/UpdateNotificationCommand.js +2 -2
- package/dist-cjs/commands/UpdateSubscriberCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +560 -592
- package/dist-es/commands/CreateBudgetActionCommand.js +3 -3
- package/dist-es/commands/CreateBudgetCommand.js +3 -3
- package/dist-es/commands/CreateNotificationCommand.js +3 -3
- package/dist-es/commands/CreateSubscriberCommand.js +3 -3
- package/dist-es/commands/DeleteBudgetActionCommand.js +3 -3
- package/dist-es/commands/DeleteBudgetCommand.js +3 -3
- package/dist-es/commands/DeleteNotificationCommand.js +3 -3
- package/dist-es/commands/DeleteSubscriberCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetActionCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetsCommand.js +3 -3
- package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +3 -3
- package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +3 -3
- package/dist-es/commands/ExecuteBudgetActionCommand.js +3 -3
- package/dist-es/commands/UpdateBudgetActionCommand.js +3 -3
- package/dist-es/commands/UpdateBudgetCommand.js +3 -3
- package/dist-es/commands/UpdateNotificationCommand.js +3 -3
- package/dist-es/commands/UpdateSubscriberCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +513 -545
- package/dist-types/protocols/Aws_json1_1.d.ts +184 -46
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +46 -46
- package/package.json +29 -29
|
@@ -37,10 +37,10 @@ class CreateBudgetActionCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_CreateBudgetActionCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_CreateBudgetActionCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.CreateBudgetActionCommand = CreateBudgetActionCommand;
|
|
@@ -37,10 +37,10 @@ class CreateBudgetCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_CreateBudgetCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_CreateBudgetCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.CreateBudgetCommand = CreateBudgetCommand;
|
|
@@ -37,10 +37,10 @@ class CreateNotificationCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_CreateNotificationCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_CreateNotificationCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.CreateNotificationCommand = CreateNotificationCommand;
|
|
@@ -37,10 +37,10 @@ class CreateSubscriberCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_CreateSubscriberCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_CreateSubscriberCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.CreateSubscriberCommand = CreateSubscriberCommand;
|
|
@@ -37,10 +37,10 @@ class DeleteBudgetActionCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_DeleteBudgetActionCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_DeleteBudgetActionCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DeleteBudgetActionCommand = DeleteBudgetActionCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteBudgetCommand 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_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DeleteBudgetCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DeleteBudgetCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteBudgetCommand = DeleteBudgetCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteNotificationCommand 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_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DeleteNotificationCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DeleteNotificationCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteNotificationCommand = DeleteNotificationCommand;
|
|
@@ -37,10 +37,10 @@ class DeleteSubscriberCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_DeleteSubscriberCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_DeleteSubscriberCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DeleteSubscriberCommand = DeleteSubscriberCommand;
|
|
@@ -37,10 +37,10 @@ class DescribeBudgetActionCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_DescribeBudgetActionCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_DescribeBudgetActionCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DescribeBudgetActionCommand = DescribeBudgetActionCommand;
|
|
@@ -37,10 +37,10 @@ class DescribeBudgetActionHistoriesCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_DescribeBudgetActionHistoriesCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_DescribeBudgetActionHistoriesCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DescribeBudgetActionHistoriesCommand = DescribeBudgetActionHistoriesCommand;
|
|
@@ -37,10 +37,10 @@ class DescribeBudgetActionsForAccountCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_DescribeBudgetActionsForAccountCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_DescribeBudgetActionsForAccountCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DescribeBudgetActionsForAccountCommand = DescribeBudgetActionsForAccountCommand;
|
|
@@ -37,10 +37,10 @@ class DescribeBudgetActionsForBudgetCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_DescribeBudgetActionsForBudgetCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_DescribeBudgetActionsForBudgetCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DescribeBudgetActionsForBudgetCommand = DescribeBudgetActionsForBudgetCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeBudgetCommand 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_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeBudgetCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeBudgetCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeBudgetCommand = DescribeBudgetCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeBudgetNotificationsForAccountCommand extends smithy_client_1.Comma
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeBudgetNotificationsForAccountCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeBudgetNotificationsForAccountCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeBudgetNotificationsForAccountCommand = DescribeBudgetNotificationsForAccountCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeBudgetPerformanceHistoryCommand 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_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeBudgetPerformanceHistoryCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeBudgetPerformanceHistoryCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeBudgetPerformanceHistoryCommand = DescribeBudgetPerformanceHistoryCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeBudgetsCommand 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_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeBudgetsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeBudgetsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeBudgetsCommand = DescribeBudgetsCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeNotificationsForBudgetCommand 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_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeNotificationsForBudgetCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeNotificationsForBudgetCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeNotificationsForBudgetCommand = DescribeNotificationsForBudgetCommand;
|
|
@@ -37,10 +37,10 @@ class DescribeSubscribersForNotificationCommand extends smithy_client_1.Command
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_DescribeSubscribersForNotificationCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_DescribeSubscribersForNotificationCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DescribeSubscribersForNotificationCommand = DescribeSubscribersForNotificationCommand;
|
|
@@ -36,10 +36,10 @@ class ExecuteBudgetActionCommand 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_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ExecuteBudgetActionCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ExecuteBudgetActionCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ExecuteBudgetActionCommand = ExecuteBudgetActionCommand;
|
|
@@ -37,10 +37,10 @@ class UpdateBudgetActionCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_UpdateBudgetActionCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_UpdateBudgetActionCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.UpdateBudgetActionCommand = UpdateBudgetActionCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateBudgetCommand 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_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_UpdateBudgetCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_UpdateBudgetCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateBudgetCommand = UpdateBudgetCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateNotificationCommand 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_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_UpdateNotificationCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_UpdateNotificationCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateNotificationCommand = UpdateNotificationCommand;
|
|
@@ -37,10 +37,10 @@ class UpdateSubscriberCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_UpdateSubscriberCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_UpdateSubscriberCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.UpdateSubscriberCommand = UpdateSubscriberCommand;
|