@aws-sdk/client-budgets 3.53.0 → 3.55.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 (48) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/BudgetsClient.js +13 -13
  3. package/dist-cjs/commands/CreateBudgetActionCommand.js +3 -3
  4. package/dist-cjs/commands/CreateBudgetCommand.js +3 -3
  5. package/dist-cjs/commands/CreateNotificationCommand.js +3 -3
  6. package/dist-cjs/commands/CreateSubscriberCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteBudgetActionCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteBudgetCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteNotificationCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteSubscriberCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeBudgetActionCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeBudgetActionHistoriesCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeBudgetActionsForAccountCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeBudgetActionsForBudgetCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeBudgetCommand.js +3 -3
  16. package/dist-cjs/commands/DescribeBudgetNotificationsForAccountCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeBudgetPerformanceHistoryCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeBudgetsCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeNotificationsForBudgetCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeSubscribersForNotificationCommand.js +3 -3
  21. package/dist-cjs/commands/ExecuteBudgetActionCommand.js +3 -3
  22. package/dist-cjs/commands/UpdateBudgetActionCommand.js +3 -3
  23. package/dist-cjs/commands/UpdateBudgetCommand.js +3 -3
  24. package/dist-cjs/commands/UpdateNotificationCommand.js +3 -3
  25. package/dist-cjs/commands/UpdateSubscriberCommand.js +3 -3
  26. package/dist-cjs/endpoints.js +1 -1
  27. package/dist-cjs/protocols/Aws_json1_1.js +121 -121
  28. package/dist-cjs/runtimeConfig.browser.js +4 -4
  29. package/dist-cjs/runtimeConfig.js +9 -9
  30. package/dist-cjs/runtimeConfig.native.js +1 -1
  31. package/dist-es/Budgets.js +23 -23
  32. package/dist-es/pagination/DescribeBudgetActionHistoriesPaginator.js +4 -4
  33. package/dist-es/pagination/DescribeBudgetActionsForAccountPaginator.js +4 -4
  34. package/dist-es/pagination/DescribeBudgetActionsForBudgetPaginator.js +4 -4
  35. package/dist-es/pagination/DescribeBudgetNotificationsForAccountPaginator.js +4 -4
  36. package/dist-es/pagination/DescribeBudgetPerformanceHistoryPaginator.js +4 -4
  37. package/dist-es/pagination/DescribeBudgetsPaginator.js +4 -4
  38. package/dist-es/pagination/DescribeNotificationsForBudgetPaginator.js +4 -4
  39. package/dist-es/pagination/DescribeSubscribersForNotificationPaginator.js +4 -4
  40. package/dist-types/BudgetsClient.d.ts +2 -2
  41. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  42. package/dist-types/runtimeConfig.d.ts +1 -1
  43. package/dist-types/runtimeConfig.native.d.ts +3 -3
  44. package/dist-types/ts3.4/BudgetsClient.d.ts +2 -2
  45. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  46. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  47. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  48. package/package.json +34 -34
@@ -280,7 +280,7 @@ const deserializeAws_json1_1CreateBudgetCommandError = async (output, context) =
280
280
  $fault: "client",
281
281
  $metadata: deserializeMetadata(output),
282
282
  });
283
- throw smithy_client_1.decorateServiceException(response, parsedBody);
283
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
284
284
  }
285
285
  };
286
286
  const deserializeAws_json1_1CreateBudgetActionCommand = async (output, context) => {
@@ -331,7 +331,7 @@ const deserializeAws_json1_1CreateBudgetActionCommandError = async (output, cont
331
331
  $fault: "client",
332
332
  $metadata: deserializeMetadata(output),
333
333
  });
334
- throw smithy_client_1.decorateServiceException(response, parsedBody);
334
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
335
335
  }
336
336
  };
337
337
  const deserializeAws_json1_1CreateNotificationCommand = async (output, context) => {
@@ -382,7 +382,7 @@ const deserializeAws_json1_1CreateNotificationCommandError = async (output, cont
382
382
  $fault: "client",
383
383
  $metadata: deserializeMetadata(output),
384
384
  });
385
- throw smithy_client_1.decorateServiceException(response, parsedBody);
385
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
386
386
  }
387
387
  };
388
388
  const deserializeAws_json1_1CreateSubscriberCommand = async (output, context) => {
@@ -433,7 +433,7 @@ const deserializeAws_json1_1CreateSubscriberCommandError = async (output, contex
433
433
  $fault: "client",
434
434
  $metadata: deserializeMetadata(output),
435
435
  });
436
- throw smithy_client_1.decorateServiceException(response, parsedBody);
436
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
437
437
  }
438
438
  };
439
439
  const deserializeAws_json1_1DeleteBudgetCommand = async (output, context) => {
@@ -478,7 +478,7 @@ const deserializeAws_json1_1DeleteBudgetCommandError = async (output, context) =
478
478
  $fault: "client",
479
479
  $metadata: deserializeMetadata(output),
480
480
  });
481
- throw smithy_client_1.decorateServiceException(response, parsedBody);
481
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
482
482
  }
483
483
  };
484
484
  const deserializeAws_json1_1DeleteBudgetActionCommand = async (output, context) => {
@@ -526,7 +526,7 @@ const deserializeAws_json1_1DeleteBudgetActionCommandError = async (output, cont
526
526
  $fault: "client",
527
527
  $metadata: deserializeMetadata(output),
528
528
  });
529
- throw smithy_client_1.decorateServiceException(response, parsedBody);
529
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
530
530
  }
531
531
  };
532
532
  const deserializeAws_json1_1DeleteNotificationCommand = async (output, context) => {
@@ -571,7 +571,7 @@ const deserializeAws_json1_1DeleteNotificationCommandError = async (output, cont
571
571
  $fault: "client",
572
572
  $metadata: deserializeMetadata(output),
573
573
  });
574
- throw smithy_client_1.decorateServiceException(response, parsedBody);
574
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
575
575
  }
576
576
  };
577
577
  const deserializeAws_json1_1DeleteSubscriberCommand = async (output, context) => {
@@ -616,7 +616,7 @@ const deserializeAws_json1_1DeleteSubscriberCommandError = async (output, contex
616
616
  $fault: "client",
617
617
  $metadata: deserializeMetadata(output),
618
618
  });
619
- throw smithy_client_1.decorateServiceException(response, parsedBody);
619
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
620
620
  }
621
621
  };
622
622
  const deserializeAws_json1_1DescribeBudgetCommand = async (output, context) => {
@@ -661,7 +661,7 @@ const deserializeAws_json1_1DescribeBudgetCommandError = async (output, context)
661
661
  $fault: "client",
662
662
  $metadata: deserializeMetadata(output),
663
663
  });
664
- throw smithy_client_1.decorateServiceException(response, parsedBody);
664
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
665
665
  }
666
666
  };
667
667
  const deserializeAws_json1_1DescribeBudgetActionCommand = async (output, context) => {
@@ -706,7 +706,7 @@ const deserializeAws_json1_1DescribeBudgetActionCommandError = async (output, co
706
706
  $fault: "client",
707
707
  $metadata: deserializeMetadata(output),
708
708
  });
709
- throw smithy_client_1.decorateServiceException(response, parsedBody);
709
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
710
710
  }
711
711
  };
712
712
  const deserializeAws_json1_1DescribeBudgetActionHistoriesCommand = async (output, context) => {
@@ -754,7 +754,7 @@ const deserializeAws_json1_1DescribeBudgetActionHistoriesCommandError = async (o
754
754
  $fault: "client",
755
755
  $metadata: deserializeMetadata(output),
756
756
  });
757
- throw smithy_client_1.decorateServiceException(response, parsedBody);
757
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
758
758
  }
759
759
  };
760
760
  const deserializeAws_json1_1DescribeBudgetActionsForAccountCommand = async (output, context) => {
@@ -799,7 +799,7 @@ const deserializeAws_json1_1DescribeBudgetActionsForAccountCommandError = async
799
799
  $fault: "client",
800
800
  $metadata: deserializeMetadata(output),
801
801
  });
802
- throw smithy_client_1.decorateServiceException(response, parsedBody);
802
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
803
803
  }
804
804
  };
805
805
  const deserializeAws_json1_1DescribeBudgetActionsForBudgetCommand = async (output, context) => {
@@ -847,7 +847,7 @@ const deserializeAws_json1_1DescribeBudgetActionsForBudgetCommandError = async (
847
847
  $fault: "client",
848
848
  $metadata: deserializeMetadata(output),
849
849
  });
850
- throw smithy_client_1.decorateServiceException(response, parsedBody);
850
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
851
851
  }
852
852
  };
853
853
  const deserializeAws_json1_1DescribeBudgetNotificationsForAccountCommand = async (output, context) => {
@@ -898,7 +898,7 @@ const deserializeAws_json1_1DescribeBudgetNotificationsForAccountCommandError =
898
898
  $fault: "client",
899
899
  $metadata: deserializeMetadata(output),
900
900
  });
901
- throw smithy_client_1.decorateServiceException(response, parsedBody);
901
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
902
902
  }
903
903
  };
904
904
  const deserializeAws_json1_1DescribeBudgetPerformanceHistoryCommand = async (output, context) => {
@@ -949,7 +949,7 @@ const deserializeAws_json1_1DescribeBudgetPerformanceHistoryCommandError = async
949
949
  $fault: "client",
950
950
  $metadata: deserializeMetadata(output),
951
951
  });
952
- throw smithy_client_1.decorateServiceException(response, parsedBody);
952
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
953
953
  }
954
954
  };
955
955
  const deserializeAws_json1_1DescribeBudgetsCommand = async (output, context) => {
@@ -1000,7 +1000,7 @@ const deserializeAws_json1_1DescribeBudgetsCommandError = async (output, context
1000
1000
  $fault: "client",
1001
1001
  $metadata: deserializeMetadata(output),
1002
1002
  });
1003
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1003
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1004
1004
  }
1005
1005
  };
1006
1006
  const deserializeAws_json1_1DescribeNotificationsForBudgetCommand = async (output, context) => {
@@ -1051,7 +1051,7 @@ const deserializeAws_json1_1DescribeNotificationsForBudgetCommandError = async (
1051
1051
  $fault: "client",
1052
1052
  $metadata: deserializeMetadata(output),
1053
1053
  });
1054
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1054
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1055
1055
  }
1056
1056
  };
1057
1057
  const deserializeAws_json1_1DescribeSubscribersForNotificationCommand = async (output, context) => {
@@ -1102,7 +1102,7 @@ const deserializeAws_json1_1DescribeSubscribersForNotificationCommandError = asy
1102
1102
  $fault: "client",
1103
1103
  $metadata: deserializeMetadata(output),
1104
1104
  });
1105
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1105
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1106
1106
  }
1107
1107
  };
1108
1108
  const deserializeAws_json1_1ExecuteBudgetActionCommand = async (output, context) => {
@@ -1150,7 +1150,7 @@ const deserializeAws_json1_1ExecuteBudgetActionCommandError = async (output, con
1150
1150
  $fault: "client",
1151
1151
  $metadata: deserializeMetadata(output),
1152
1152
  });
1153
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1153
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1154
1154
  }
1155
1155
  };
1156
1156
  const deserializeAws_json1_1UpdateBudgetCommand = async (output, context) => {
@@ -1195,7 +1195,7 @@ const deserializeAws_json1_1UpdateBudgetCommandError = async (output, context) =
1195
1195
  $fault: "client",
1196
1196
  $metadata: deserializeMetadata(output),
1197
1197
  });
1198
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1198
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1199
1199
  }
1200
1200
  };
1201
1201
  const deserializeAws_json1_1UpdateBudgetActionCommand = async (output, context) => {
@@ -1243,7 +1243,7 @@ const deserializeAws_json1_1UpdateBudgetActionCommandError = async (output, cont
1243
1243
  $fault: "client",
1244
1244
  $metadata: deserializeMetadata(output),
1245
1245
  });
1246
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1246
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1247
1247
  }
1248
1248
  };
1249
1249
  const deserializeAws_json1_1UpdateNotificationCommand = async (output, context) => {
@@ -1291,7 +1291,7 @@ const deserializeAws_json1_1UpdateNotificationCommandError = async (output, cont
1291
1291
  $fault: "client",
1292
1292
  $metadata: deserializeMetadata(output),
1293
1293
  });
1294
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1294
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1295
1295
  }
1296
1296
  };
1297
1297
  const deserializeAws_json1_1UpdateSubscriberCommand = async (output, context) => {
@@ -1339,7 +1339,7 @@ const deserializeAws_json1_1UpdateSubscriberCommandError = async (output, contex
1339
1339
  $fault: "client",
1340
1340
  $metadata: deserializeMetadata(output),
1341
1341
  });
1342
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1342
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1343
1343
  }
1344
1344
  };
1345
1345
  const deserializeAws_json1_1AccessDeniedExceptionResponse = async (parsedOutput, context) => {
@@ -1349,7 +1349,7 @@ const deserializeAws_json1_1AccessDeniedExceptionResponse = async (parsedOutput,
1349
1349
  $metadata: deserializeMetadata(parsedOutput),
1350
1350
  ...deserialized,
1351
1351
  });
1352
- return smithy_client_1.decorateServiceException(exception, body);
1352
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1353
1353
  };
1354
1354
  const deserializeAws_json1_1CreationLimitExceededExceptionResponse = async (parsedOutput, context) => {
1355
1355
  const body = parsedOutput.body;
@@ -1358,7 +1358,7 @@ const deserializeAws_json1_1CreationLimitExceededExceptionResponse = async (pars
1358
1358
  $metadata: deserializeMetadata(parsedOutput),
1359
1359
  ...deserialized,
1360
1360
  });
1361
- return smithy_client_1.decorateServiceException(exception, body);
1361
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1362
1362
  };
1363
1363
  const deserializeAws_json1_1DuplicateRecordExceptionResponse = async (parsedOutput, context) => {
1364
1364
  const body = parsedOutput.body;
@@ -1367,7 +1367,7 @@ const deserializeAws_json1_1DuplicateRecordExceptionResponse = async (parsedOutp
1367
1367
  $metadata: deserializeMetadata(parsedOutput),
1368
1368
  ...deserialized,
1369
1369
  });
1370
- return smithy_client_1.decorateServiceException(exception, body);
1370
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1371
1371
  };
1372
1372
  const deserializeAws_json1_1ExpiredNextTokenExceptionResponse = async (parsedOutput, context) => {
1373
1373
  const body = parsedOutput.body;
@@ -1376,7 +1376,7 @@ const deserializeAws_json1_1ExpiredNextTokenExceptionResponse = async (parsedOut
1376
1376
  $metadata: deserializeMetadata(parsedOutput),
1377
1377
  ...deserialized,
1378
1378
  });
1379
- return smithy_client_1.decorateServiceException(exception, body);
1379
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1380
1380
  };
1381
1381
  const deserializeAws_json1_1InternalErrorExceptionResponse = async (parsedOutput, context) => {
1382
1382
  const body = parsedOutput.body;
@@ -1385,7 +1385,7 @@ const deserializeAws_json1_1InternalErrorExceptionResponse = async (parsedOutput
1385
1385
  $metadata: deserializeMetadata(parsedOutput),
1386
1386
  ...deserialized,
1387
1387
  });
1388
- return smithy_client_1.decorateServiceException(exception, body);
1388
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1389
1389
  };
1390
1390
  const deserializeAws_json1_1InvalidNextTokenExceptionResponse = async (parsedOutput, context) => {
1391
1391
  const body = parsedOutput.body;
@@ -1394,7 +1394,7 @@ const deserializeAws_json1_1InvalidNextTokenExceptionResponse = async (parsedOut
1394
1394
  $metadata: deserializeMetadata(parsedOutput),
1395
1395
  ...deserialized,
1396
1396
  });
1397
- return smithy_client_1.decorateServiceException(exception, body);
1397
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1398
1398
  };
1399
1399
  const deserializeAws_json1_1InvalidParameterExceptionResponse = async (parsedOutput, context) => {
1400
1400
  const body = parsedOutput.body;
@@ -1403,7 +1403,7 @@ const deserializeAws_json1_1InvalidParameterExceptionResponse = async (parsedOut
1403
1403
  $metadata: deserializeMetadata(parsedOutput),
1404
1404
  ...deserialized,
1405
1405
  });
1406
- return smithy_client_1.decorateServiceException(exception, body);
1406
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1407
1407
  };
1408
1408
  const deserializeAws_json1_1NotFoundExceptionResponse = async (parsedOutput, context) => {
1409
1409
  const body = parsedOutput.body;
@@ -1412,7 +1412,7 @@ const deserializeAws_json1_1NotFoundExceptionResponse = async (parsedOutput, con
1412
1412
  $metadata: deserializeMetadata(parsedOutput),
1413
1413
  ...deserialized,
1414
1414
  });
1415
- return smithy_client_1.decorateServiceException(exception, body);
1415
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1416
1416
  };
1417
1417
  const deserializeAws_json1_1ResourceLockedExceptionResponse = async (parsedOutput, context) => {
1418
1418
  const body = parsedOutput.body;
@@ -1421,14 +1421,14 @@ const deserializeAws_json1_1ResourceLockedExceptionResponse = async (parsedOutpu
1421
1421
  $metadata: deserializeMetadata(parsedOutput),
1422
1422
  ...deserialized,
1423
1423
  });
1424
- return smithy_client_1.decorateServiceException(exception, body);
1424
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1425
1425
  };
1426
1426
  const serializeAws_json1_1ActionThreshold = (input, context) => {
1427
1427
  return {
1428
1428
  ...(input.ActionThresholdType !== undefined &&
1429
1429
  input.ActionThresholdType !== null && { ActionThresholdType: input.ActionThresholdType }),
1430
1430
  ...(input.ActionThresholdValue !== undefined &&
1431
- input.ActionThresholdValue !== null && { ActionThresholdValue: smithy_client_1.serializeFloat(input.ActionThresholdValue) }),
1431
+ input.ActionThresholdValue !== null && { ActionThresholdValue: (0, smithy_client_1.serializeFloat)(input.ActionThresholdValue) }),
1432
1432
  };
1433
1433
  };
1434
1434
  const serializeAws_json1_1AutoAdjustData = (input, context) => {
@@ -1758,7 +1758,7 @@ const serializeAws_json1_1Notification = (input, context) => {
1758
1758
  input.NotificationState !== null && { NotificationState: input.NotificationState }),
1759
1759
  ...(input.NotificationType !== undefined &&
1760
1760
  input.NotificationType !== null && { NotificationType: input.NotificationType }),
1761
- ...(input.Threshold !== undefined && input.Threshold !== null && { Threshold: smithy_client_1.serializeFloat(input.Threshold) }),
1761
+ ...(input.Threshold !== undefined && input.Threshold !== null && { Threshold: (0, smithy_client_1.serializeFloat)(input.Threshold) }),
1762
1762
  ...(input.ThresholdType !== undefined && input.ThresholdType !== null && { ThresholdType: input.ThresholdType }),
1763
1763
  };
1764
1764
  };
@@ -1920,24 +1920,24 @@ const serializeAws_json1_1Users = (input, context) => {
1920
1920
  };
1921
1921
  const deserializeAws_json1_1AccessDeniedException = (output, context) => {
1922
1922
  return {
1923
- Message: smithy_client_1.expectString(output.Message),
1923
+ Message: (0, smithy_client_1.expectString)(output.Message),
1924
1924
  };
1925
1925
  };
1926
1926
  const deserializeAws_json1_1Action = (output, context) => {
1927
1927
  return {
1928
- ActionId: smithy_client_1.expectString(output.ActionId),
1928
+ ActionId: (0, smithy_client_1.expectString)(output.ActionId),
1929
1929
  ActionThreshold: output.ActionThreshold !== undefined && output.ActionThreshold !== null
1930
1930
  ? deserializeAws_json1_1ActionThreshold(output.ActionThreshold, context)
1931
1931
  : undefined,
1932
- ActionType: smithy_client_1.expectString(output.ActionType),
1933
- ApprovalModel: smithy_client_1.expectString(output.ApprovalModel),
1934
- BudgetName: smithy_client_1.expectString(output.BudgetName),
1932
+ ActionType: (0, smithy_client_1.expectString)(output.ActionType),
1933
+ ApprovalModel: (0, smithy_client_1.expectString)(output.ApprovalModel),
1934
+ BudgetName: (0, smithy_client_1.expectString)(output.BudgetName),
1935
1935
  Definition: output.Definition !== undefined && output.Definition !== null
1936
1936
  ? deserializeAws_json1_1Definition(output.Definition, context)
1937
1937
  : undefined,
1938
- ExecutionRoleArn: smithy_client_1.expectString(output.ExecutionRoleArn),
1939
- NotificationType: smithy_client_1.expectString(output.NotificationType),
1940
- Status: smithy_client_1.expectString(output.Status),
1938
+ ExecutionRoleArn: (0, smithy_client_1.expectString)(output.ExecutionRoleArn),
1939
+ NotificationType: (0, smithy_client_1.expectString)(output.NotificationType),
1940
+ Status: (0, smithy_client_1.expectString)(output.Status),
1941
1941
  Subscribers: output.Subscribers !== undefined && output.Subscribers !== null
1942
1942
  ? deserializeAws_json1_1Subscribers(output.Subscribers, context)
1943
1943
  : undefined,
@@ -1959,10 +1959,10 @@ const deserializeAws_json1_1ActionHistory = (output, context) => {
1959
1959
  ActionHistoryDetails: output.ActionHistoryDetails !== undefined && output.ActionHistoryDetails !== null
1960
1960
  ? deserializeAws_json1_1ActionHistoryDetails(output.ActionHistoryDetails, context)
1961
1961
  : undefined,
1962
- EventType: smithy_client_1.expectString(output.EventType),
1963
- Status: smithy_client_1.expectString(output.Status),
1962
+ EventType: (0, smithy_client_1.expectString)(output.EventType),
1963
+ Status: (0, smithy_client_1.expectString)(output.Status),
1964
1964
  Timestamp: output.Timestamp !== undefined && output.Timestamp !== null
1965
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.Timestamp)))
1965
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.Timestamp)))
1966
1966
  : undefined,
1967
1967
  };
1968
1968
  };
@@ -1971,7 +1971,7 @@ const deserializeAws_json1_1ActionHistoryDetails = (output, context) => {
1971
1971
  Action: output.Action !== undefined && output.Action !== null
1972
1972
  ? deserializeAws_json1_1Action(output.Action, context)
1973
1973
  : undefined,
1974
- Message: smithy_client_1.expectString(output.Message),
1974
+ Message: (0, smithy_client_1.expectString)(output.Message),
1975
1975
  };
1976
1976
  };
1977
1977
  const deserializeAws_json1_1Actions = (output, context) => {
@@ -1987,18 +1987,18 @@ const deserializeAws_json1_1Actions = (output, context) => {
1987
1987
  };
1988
1988
  const deserializeAws_json1_1ActionThreshold = (output, context) => {
1989
1989
  return {
1990
- ActionThresholdType: smithy_client_1.expectString(output.ActionThresholdType),
1991
- ActionThresholdValue: smithy_client_1.limitedParseDouble(output.ActionThresholdValue),
1990
+ ActionThresholdType: (0, smithy_client_1.expectString)(output.ActionThresholdType),
1991
+ ActionThresholdValue: (0, smithy_client_1.limitedParseDouble)(output.ActionThresholdValue),
1992
1992
  };
1993
1993
  };
1994
1994
  const deserializeAws_json1_1AutoAdjustData = (output, context) => {
1995
1995
  return {
1996
- AutoAdjustType: smithy_client_1.expectString(output.AutoAdjustType),
1996
+ AutoAdjustType: (0, smithy_client_1.expectString)(output.AutoAdjustType),
1997
1997
  HistoricalOptions: output.HistoricalOptions !== undefined && output.HistoricalOptions !== null
1998
1998
  ? deserializeAws_json1_1HistoricalOptions(output.HistoricalOptions, context)
1999
1999
  : undefined,
2000
2000
  LastAutoAdjustTime: output.LastAutoAdjustTime !== undefined && output.LastAutoAdjustTime !== null
2001
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastAutoAdjustTime)))
2001
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastAutoAdjustTime)))
2002
2002
  : undefined,
2003
2003
  };
2004
2004
  };
@@ -2010,8 +2010,8 @@ const deserializeAws_json1_1Budget = (output, context) => {
2010
2010
  BudgetLimit: output.BudgetLimit !== undefined && output.BudgetLimit !== null
2011
2011
  ? deserializeAws_json1_1Spend(output.BudgetLimit, context)
2012
2012
  : undefined,
2013
- BudgetName: smithy_client_1.expectString(output.BudgetName),
2014
- BudgetType: smithy_client_1.expectString(output.BudgetType),
2013
+ BudgetName: (0, smithy_client_1.expectString)(output.BudgetName),
2014
+ BudgetType: (0, smithy_client_1.expectString)(output.BudgetType),
2015
2015
  CalculatedSpend: output.CalculatedSpend !== undefined && output.CalculatedSpend !== null
2016
2016
  ? deserializeAws_json1_1CalculatedSpend(output.CalculatedSpend, context)
2017
2017
  : undefined,
@@ -2022,7 +2022,7 @@ const deserializeAws_json1_1Budget = (output, context) => {
2022
2022
  ? deserializeAws_json1_1CostTypes(output.CostTypes, context)
2023
2023
  : undefined,
2024
2024
  LastUpdatedTime: output.LastUpdatedTime !== undefined && output.LastUpdatedTime !== null
2025
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastUpdatedTime)))
2025
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdatedTime)))
2026
2026
  : undefined,
2027
2027
  PlannedBudgetLimits: output.PlannedBudgetLimits !== undefined && output.PlannedBudgetLimits !== null
2028
2028
  ? deserializeAws_json1_1PlannedBudgetLimits(output.PlannedBudgetLimits, context)
@@ -2030,7 +2030,7 @@ const deserializeAws_json1_1Budget = (output, context) => {
2030
2030
  TimePeriod: output.TimePeriod !== undefined && output.TimePeriod !== null
2031
2031
  ? deserializeAws_json1_1TimePeriod(output.TimePeriod, context)
2032
2032
  : undefined,
2033
- TimeUnit: smithy_client_1.expectString(output.TimeUnit),
2033
+ TimeUnit: (0, smithy_client_1.expectString)(output.TimeUnit),
2034
2034
  };
2035
2035
  };
2036
2036
  const deserializeAws_json1_1BudgetedAndActualAmounts = (output, context) => {
@@ -2059,7 +2059,7 @@ const deserializeAws_json1_1BudgetedAndActualAmountsList = (output, context) =>
2059
2059
  };
2060
2060
  const deserializeAws_json1_1BudgetNotificationsForAccount = (output, context) => {
2061
2061
  return {
2062
- BudgetName: smithy_client_1.expectString(output.BudgetName),
2062
+ BudgetName: (0, smithy_client_1.expectString)(output.BudgetName),
2063
2063
  Notifications: output.Notifications !== undefined && output.Notifications !== null
2064
2064
  ? deserializeAws_json1_1Notifications(output.Notifications, context)
2065
2065
  : undefined,
@@ -2078,8 +2078,8 @@ const deserializeAws_json1_1BudgetNotificationsForAccountList = (output, context
2078
2078
  };
2079
2079
  const deserializeAws_json1_1BudgetPerformanceHistory = (output, context) => {
2080
2080
  return {
2081
- BudgetName: smithy_client_1.expectString(output.BudgetName),
2082
- BudgetType: smithy_client_1.expectString(output.BudgetType),
2081
+ BudgetName: (0, smithy_client_1.expectString)(output.BudgetName),
2082
+ BudgetType: (0, smithy_client_1.expectString)(output.BudgetType),
2083
2083
  BudgetedAndActualAmountsList: output.BudgetedAndActualAmountsList !== undefined && output.BudgetedAndActualAmountsList !== null
2084
2084
  ? deserializeAws_json1_1BudgetedAndActualAmountsList(output.BudgetedAndActualAmountsList, context)
2085
2085
  : undefined,
@@ -2089,7 +2089,7 @@ const deserializeAws_json1_1BudgetPerformanceHistory = (output, context) => {
2089
2089
  CostTypes: output.CostTypes !== undefined && output.CostTypes !== null
2090
2090
  ? deserializeAws_json1_1CostTypes(output.CostTypes, context)
2091
2091
  : undefined,
2092
- TimeUnit: smithy_client_1.expectString(output.TimeUnit),
2092
+ TimeUnit: (0, smithy_client_1.expectString)(output.TimeUnit),
2093
2093
  };
2094
2094
  };
2095
2095
  const deserializeAws_json1_1Budgets = (output, context) => {
@@ -2126,24 +2126,24 @@ const deserializeAws_json1_1CostFilters = (output, context) => {
2126
2126
  };
2127
2127
  const deserializeAws_json1_1CostTypes = (output, context) => {
2128
2128
  return {
2129
- IncludeCredit: smithy_client_1.expectBoolean(output.IncludeCredit),
2130
- IncludeDiscount: smithy_client_1.expectBoolean(output.IncludeDiscount),
2131
- IncludeOtherSubscription: smithy_client_1.expectBoolean(output.IncludeOtherSubscription),
2132
- IncludeRecurring: smithy_client_1.expectBoolean(output.IncludeRecurring),
2133
- IncludeRefund: smithy_client_1.expectBoolean(output.IncludeRefund),
2134
- IncludeSubscription: smithy_client_1.expectBoolean(output.IncludeSubscription),
2135
- IncludeSupport: smithy_client_1.expectBoolean(output.IncludeSupport),
2136
- IncludeTax: smithy_client_1.expectBoolean(output.IncludeTax),
2137
- IncludeUpfront: smithy_client_1.expectBoolean(output.IncludeUpfront),
2138
- UseAmortized: smithy_client_1.expectBoolean(output.UseAmortized),
2139
- UseBlended: smithy_client_1.expectBoolean(output.UseBlended),
2129
+ IncludeCredit: (0, smithy_client_1.expectBoolean)(output.IncludeCredit),
2130
+ IncludeDiscount: (0, smithy_client_1.expectBoolean)(output.IncludeDiscount),
2131
+ IncludeOtherSubscription: (0, smithy_client_1.expectBoolean)(output.IncludeOtherSubscription),
2132
+ IncludeRecurring: (0, smithy_client_1.expectBoolean)(output.IncludeRecurring),
2133
+ IncludeRefund: (0, smithy_client_1.expectBoolean)(output.IncludeRefund),
2134
+ IncludeSubscription: (0, smithy_client_1.expectBoolean)(output.IncludeSubscription),
2135
+ IncludeSupport: (0, smithy_client_1.expectBoolean)(output.IncludeSupport),
2136
+ IncludeTax: (0, smithy_client_1.expectBoolean)(output.IncludeTax),
2137
+ IncludeUpfront: (0, smithy_client_1.expectBoolean)(output.IncludeUpfront),
2138
+ UseAmortized: (0, smithy_client_1.expectBoolean)(output.UseAmortized),
2139
+ UseBlended: (0, smithy_client_1.expectBoolean)(output.UseBlended),
2140
2140
  };
2141
2141
  };
2142
2142
  const deserializeAws_json1_1CreateBudgetActionResponse = (output, context) => {
2143
2143
  return {
2144
- AccountId: smithy_client_1.expectString(output.AccountId),
2145
- ActionId: smithy_client_1.expectString(output.ActionId),
2146
- BudgetName: smithy_client_1.expectString(output.BudgetName),
2144
+ AccountId: (0, smithy_client_1.expectString)(output.AccountId),
2145
+ ActionId: (0, smithy_client_1.expectString)(output.ActionId),
2146
+ BudgetName: (0, smithy_client_1.expectString)(output.BudgetName),
2147
2147
  };
2148
2148
  };
2149
2149
  const deserializeAws_json1_1CreateBudgetResponse = (output, context) => {
@@ -2157,7 +2157,7 @@ const deserializeAws_json1_1CreateSubscriberResponse = (output, context) => {
2157
2157
  };
2158
2158
  const deserializeAws_json1_1CreationLimitExceededException = (output, context) => {
2159
2159
  return {
2160
- Message: smithy_client_1.expectString(output.Message),
2160
+ Message: (0, smithy_client_1.expectString)(output.Message),
2161
2161
  };
2162
2162
  };
2163
2163
  const deserializeAws_json1_1Definition = (output, context) => {
@@ -2175,11 +2175,11 @@ const deserializeAws_json1_1Definition = (output, context) => {
2175
2175
  };
2176
2176
  const deserializeAws_json1_1DeleteBudgetActionResponse = (output, context) => {
2177
2177
  return {
2178
- AccountId: smithy_client_1.expectString(output.AccountId),
2178
+ AccountId: (0, smithy_client_1.expectString)(output.AccountId),
2179
2179
  Action: output.Action !== undefined && output.Action !== null
2180
2180
  ? deserializeAws_json1_1Action(output.Action, context)
2181
2181
  : undefined,
2182
- BudgetName: smithy_client_1.expectString(output.BudgetName),
2182
+ BudgetName: (0, smithy_client_1.expectString)(output.BudgetName),
2183
2183
  };
2184
2184
  };
2185
2185
  const deserializeAws_json1_1DeleteBudgetResponse = (output, context) => {
@@ -2196,16 +2196,16 @@ const deserializeAws_json1_1DescribeBudgetActionHistoriesResponse = (output, con
2196
2196
  ActionHistories: output.ActionHistories !== undefined && output.ActionHistories !== null
2197
2197
  ? deserializeAws_json1_1ActionHistories(output.ActionHistories, context)
2198
2198
  : undefined,
2199
- NextToken: smithy_client_1.expectString(output.NextToken),
2199
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2200
2200
  };
2201
2201
  };
2202
2202
  const deserializeAws_json1_1DescribeBudgetActionResponse = (output, context) => {
2203
2203
  return {
2204
- AccountId: smithy_client_1.expectString(output.AccountId),
2204
+ AccountId: (0, smithy_client_1.expectString)(output.AccountId),
2205
2205
  Action: output.Action !== undefined && output.Action !== null
2206
2206
  ? deserializeAws_json1_1Action(output.Action, context)
2207
2207
  : undefined,
2208
- BudgetName: smithy_client_1.expectString(output.BudgetName),
2208
+ BudgetName: (0, smithy_client_1.expectString)(output.BudgetName),
2209
2209
  };
2210
2210
  };
2211
2211
  const deserializeAws_json1_1DescribeBudgetActionsForAccountResponse = (output, context) => {
@@ -2213,7 +2213,7 @@ const deserializeAws_json1_1DescribeBudgetActionsForAccountResponse = (output, c
2213
2213
  Actions: output.Actions !== undefined && output.Actions !== null
2214
2214
  ? deserializeAws_json1_1Actions(output.Actions, context)
2215
2215
  : undefined,
2216
- NextToken: smithy_client_1.expectString(output.NextToken),
2216
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2217
2217
  };
2218
2218
  };
2219
2219
  const deserializeAws_json1_1DescribeBudgetActionsForBudgetResponse = (output, context) => {
@@ -2221,7 +2221,7 @@ const deserializeAws_json1_1DescribeBudgetActionsForBudgetResponse = (output, co
2221
2221
  Actions: output.Actions !== undefined && output.Actions !== null
2222
2222
  ? deserializeAws_json1_1Actions(output.Actions, context)
2223
2223
  : undefined,
2224
- NextToken: smithy_client_1.expectString(output.NextToken),
2224
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2225
2225
  };
2226
2226
  };
2227
2227
  const deserializeAws_json1_1DescribeBudgetNotificationsForAccountResponse = (output, context) => {
@@ -2229,7 +2229,7 @@ const deserializeAws_json1_1DescribeBudgetNotificationsForAccountResponse = (out
2229
2229
  BudgetNotificationsForAccount: output.BudgetNotificationsForAccount !== undefined && output.BudgetNotificationsForAccount !== null
2230
2230
  ? deserializeAws_json1_1BudgetNotificationsForAccountList(output.BudgetNotificationsForAccount, context)
2231
2231
  : undefined,
2232
- NextToken: smithy_client_1.expectString(output.NextToken),
2232
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2233
2233
  };
2234
2234
  };
2235
2235
  const deserializeAws_json1_1DescribeBudgetPerformanceHistoryResponse = (output, context) => {
@@ -2237,7 +2237,7 @@ const deserializeAws_json1_1DescribeBudgetPerformanceHistoryResponse = (output,
2237
2237
  BudgetPerformanceHistory: output.BudgetPerformanceHistory !== undefined && output.BudgetPerformanceHistory !== null
2238
2238
  ? deserializeAws_json1_1BudgetPerformanceHistory(output.BudgetPerformanceHistory, context)
2239
2239
  : undefined,
2240
- NextToken: smithy_client_1.expectString(output.NextToken),
2240
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2241
2241
  };
2242
2242
  };
2243
2243
  const deserializeAws_json1_1DescribeBudgetResponse = (output, context) => {
@@ -2252,12 +2252,12 @@ const deserializeAws_json1_1DescribeBudgetsResponse = (output, context) => {
2252
2252
  Budgets: output.Budgets !== undefined && output.Budgets !== null
2253
2253
  ? deserializeAws_json1_1Budgets(output.Budgets, context)
2254
2254
  : undefined,
2255
- NextToken: smithy_client_1.expectString(output.NextToken),
2255
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2256
2256
  };
2257
2257
  };
2258
2258
  const deserializeAws_json1_1DescribeNotificationsForBudgetResponse = (output, context) => {
2259
2259
  return {
2260
- NextToken: smithy_client_1.expectString(output.NextToken),
2260
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2261
2261
  Notifications: output.Notifications !== undefined && output.Notifications !== null
2262
2262
  ? deserializeAws_json1_1Notifications(output.Notifications, context)
2263
2263
  : undefined,
@@ -2265,7 +2265,7 @@ const deserializeAws_json1_1DescribeNotificationsForBudgetResponse = (output, co
2265
2265
  };
2266
2266
  const deserializeAws_json1_1DescribeSubscribersForNotificationResponse = (output, context) => {
2267
2267
  return {
2268
- NextToken: smithy_client_1.expectString(output.NextToken),
2268
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2269
2269
  Subscribers: output.Subscribers !== undefined && output.Subscribers !== null
2270
2270
  ? deserializeAws_json1_1Subscribers(output.Subscribers, context)
2271
2271
  : undefined,
@@ -2278,26 +2278,26 @@ const deserializeAws_json1_1DimensionValues = (output, context) => {
2278
2278
  if (entry === null) {
2279
2279
  return null;
2280
2280
  }
2281
- return smithy_client_1.expectString(entry);
2281
+ return (0, smithy_client_1.expectString)(entry);
2282
2282
  });
2283
2283
  return retVal;
2284
2284
  };
2285
2285
  const deserializeAws_json1_1DuplicateRecordException = (output, context) => {
2286
2286
  return {
2287
- Message: smithy_client_1.expectString(output.Message),
2287
+ Message: (0, smithy_client_1.expectString)(output.Message),
2288
2288
  };
2289
2289
  };
2290
2290
  const deserializeAws_json1_1ExecuteBudgetActionResponse = (output, context) => {
2291
2291
  return {
2292
- AccountId: smithy_client_1.expectString(output.AccountId),
2293
- ActionId: smithy_client_1.expectString(output.ActionId),
2294
- BudgetName: smithy_client_1.expectString(output.BudgetName),
2295
- ExecutionType: smithy_client_1.expectString(output.ExecutionType),
2292
+ AccountId: (0, smithy_client_1.expectString)(output.AccountId),
2293
+ ActionId: (0, smithy_client_1.expectString)(output.ActionId),
2294
+ BudgetName: (0, smithy_client_1.expectString)(output.BudgetName),
2295
+ ExecutionType: (0, smithy_client_1.expectString)(output.ExecutionType),
2296
2296
  };
2297
2297
  };
2298
2298
  const deserializeAws_json1_1ExpiredNextTokenException = (output, context) => {
2299
2299
  return {
2300
- Message: smithy_client_1.expectString(output.Message),
2300
+ Message: (0, smithy_client_1.expectString)(output.Message),
2301
2301
  };
2302
2302
  };
2303
2303
  const deserializeAws_json1_1Groups = (output, context) => {
@@ -2307,14 +2307,14 @@ const deserializeAws_json1_1Groups = (output, context) => {
2307
2307
  if (entry === null) {
2308
2308
  return null;
2309
2309
  }
2310
- return smithy_client_1.expectString(entry);
2310
+ return (0, smithy_client_1.expectString)(entry);
2311
2311
  });
2312
2312
  return retVal;
2313
2313
  };
2314
2314
  const deserializeAws_json1_1HistoricalOptions = (output, context) => {
2315
2315
  return {
2316
- BudgetAdjustmentPeriod: smithy_client_1.expectInt32(output.BudgetAdjustmentPeriod),
2317
- LookBackAvailablePeriods: smithy_client_1.expectInt32(output.LookBackAvailablePeriods),
2316
+ BudgetAdjustmentPeriod: (0, smithy_client_1.expectInt32)(output.BudgetAdjustmentPeriod),
2317
+ LookBackAvailablePeriods: (0, smithy_client_1.expectInt32)(output.LookBackAvailablePeriods),
2318
2318
  };
2319
2319
  };
2320
2320
  const deserializeAws_json1_1IamActionDefinition = (output, context) => {
@@ -2322,7 +2322,7 @@ const deserializeAws_json1_1IamActionDefinition = (output, context) => {
2322
2322
  Groups: output.Groups !== undefined && output.Groups !== null
2323
2323
  ? deserializeAws_json1_1Groups(output.Groups, context)
2324
2324
  : undefined,
2325
- PolicyArn: smithy_client_1.expectString(output.PolicyArn),
2325
+ PolicyArn: (0, smithy_client_1.expectString)(output.PolicyArn),
2326
2326
  Roles: output.Roles !== undefined && output.Roles !== null
2327
2327
  ? deserializeAws_json1_1Roles(output.Roles, context)
2328
2328
  : undefined,
@@ -2338,37 +2338,37 @@ const deserializeAws_json1_1InstanceIds = (output, context) => {
2338
2338
  if (entry === null) {
2339
2339
  return null;
2340
2340
  }
2341
- return smithy_client_1.expectString(entry);
2341
+ return (0, smithy_client_1.expectString)(entry);
2342
2342
  });
2343
2343
  return retVal;
2344
2344
  };
2345
2345
  const deserializeAws_json1_1InternalErrorException = (output, context) => {
2346
2346
  return {
2347
- Message: smithy_client_1.expectString(output.Message),
2347
+ Message: (0, smithy_client_1.expectString)(output.Message),
2348
2348
  };
2349
2349
  };
2350
2350
  const deserializeAws_json1_1InvalidNextTokenException = (output, context) => {
2351
2351
  return {
2352
- Message: smithy_client_1.expectString(output.Message),
2352
+ Message: (0, smithy_client_1.expectString)(output.Message),
2353
2353
  };
2354
2354
  };
2355
2355
  const deserializeAws_json1_1InvalidParameterException = (output, context) => {
2356
2356
  return {
2357
- Message: smithy_client_1.expectString(output.Message),
2357
+ Message: (0, smithy_client_1.expectString)(output.Message),
2358
2358
  };
2359
2359
  };
2360
2360
  const deserializeAws_json1_1NotFoundException = (output, context) => {
2361
2361
  return {
2362
- Message: smithy_client_1.expectString(output.Message),
2362
+ Message: (0, smithy_client_1.expectString)(output.Message),
2363
2363
  };
2364
2364
  };
2365
2365
  const deserializeAws_json1_1Notification = (output, context) => {
2366
2366
  return {
2367
- ComparisonOperator: smithy_client_1.expectString(output.ComparisonOperator),
2368
- NotificationState: smithy_client_1.expectString(output.NotificationState),
2369
- NotificationType: smithy_client_1.expectString(output.NotificationType),
2370
- Threshold: smithy_client_1.limitedParseDouble(output.Threshold),
2371
- ThresholdType: smithy_client_1.expectString(output.ThresholdType),
2367
+ ComparisonOperator: (0, smithy_client_1.expectString)(output.ComparisonOperator),
2368
+ NotificationState: (0, smithy_client_1.expectString)(output.NotificationState),
2369
+ NotificationType: (0, smithy_client_1.expectString)(output.NotificationType),
2370
+ Threshold: (0, smithy_client_1.limitedParseDouble)(output.Threshold),
2371
+ ThresholdType: (0, smithy_client_1.expectString)(output.ThresholdType),
2372
2372
  };
2373
2373
  };
2374
2374
  const deserializeAws_json1_1Notifications = (output, context) => {
@@ -2395,7 +2395,7 @@ const deserializeAws_json1_1PlannedBudgetLimits = (output, context) => {
2395
2395
  };
2396
2396
  const deserializeAws_json1_1ResourceLockedException = (output, context) => {
2397
2397
  return {
2398
- Message: smithy_client_1.expectString(output.Message),
2398
+ Message: (0, smithy_client_1.expectString)(output.Message),
2399
2399
  };
2400
2400
  };
2401
2401
  const deserializeAws_json1_1Roles = (output, context) => {
@@ -2405,13 +2405,13 @@ const deserializeAws_json1_1Roles = (output, context) => {
2405
2405
  if (entry === null) {
2406
2406
  return null;
2407
2407
  }
2408
- return smithy_client_1.expectString(entry);
2408
+ return (0, smithy_client_1.expectString)(entry);
2409
2409
  });
2410
2410
  return retVal;
2411
2411
  };
2412
2412
  const deserializeAws_json1_1ScpActionDefinition = (output, context) => {
2413
2413
  return {
2414
- PolicyId: smithy_client_1.expectString(output.PolicyId),
2414
+ PolicyId: (0, smithy_client_1.expectString)(output.PolicyId),
2415
2415
  TargetIds: output.TargetIds !== undefined && output.TargetIds !== null
2416
2416
  ? deserializeAws_json1_1TargetIds(output.TargetIds, context)
2417
2417
  : undefined,
@@ -2419,23 +2419,23 @@ const deserializeAws_json1_1ScpActionDefinition = (output, context) => {
2419
2419
  };
2420
2420
  const deserializeAws_json1_1Spend = (output, context) => {
2421
2421
  return {
2422
- Amount: smithy_client_1.expectString(output.Amount),
2423
- Unit: smithy_client_1.expectString(output.Unit),
2422
+ Amount: (0, smithy_client_1.expectString)(output.Amount),
2423
+ Unit: (0, smithy_client_1.expectString)(output.Unit),
2424
2424
  };
2425
2425
  };
2426
2426
  const deserializeAws_json1_1SsmActionDefinition = (output, context) => {
2427
2427
  return {
2428
- ActionSubType: smithy_client_1.expectString(output.ActionSubType),
2428
+ ActionSubType: (0, smithy_client_1.expectString)(output.ActionSubType),
2429
2429
  InstanceIds: output.InstanceIds !== undefined && output.InstanceIds !== null
2430
2430
  ? deserializeAws_json1_1InstanceIds(output.InstanceIds, context)
2431
2431
  : undefined,
2432
- Region: smithy_client_1.expectString(output.Region),
2432
+ Region: (0, smithy_client_1.expectString)(output.Region),
2433
2433
  };
2434
2434
  };
2435
2435
  const deserializeAws_json1_1Subscriber = (output, context) => {
2436
2436
  return {
2437
- Address: smithy_client_1.expectString(output.Address),
2438
- SubscriptionType: smithy_client_1.expectString(output.SubscriptionType),
2437
+ Address: (0, smithy_client_1.expectString)(output.Address),
2438
+ SubscriptionType: (0, smithy_client_1.expectString)(output.SubscriptionType),
2439
2439
  };
2440
2440
  };
2441
2441
  const deserializeAws_json1_1Subscribers = (output, context) => {
@@ -2456,24 +2456,24 @@ const deserializeAws_json1_1TargetIds = (output, context) => {
2456
2456
  if (entry === null) {
2457
2457
  return null;
2458
2458
  }
2459
- return smithy_client_1.expectString(entry);
2459
+ return (0, smithy_client_1.expectString)(entry);
2460
2460
  });
2461
2461
  return retVal;
2462
2462
  };
2463
2463
  const deserializeAws_json1_1TimePeriod = (output, context) => {
2464
2464
  return {
2465
2465
  End: output.End !== undefined && output.End !== null
2466
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.End)))
2466
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.End)))
2467
2467
  : undefined,
2468
2468
  Start: output.Start !== undefined && output.Start !== null
2469
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.Start)))
2469
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.Start)))
2470
2470
  : undefined,
2471
2471
  };
2472
2472
  };
2473
2473
  const deserializeAws_json1_1UpdateBudgetActionResponse = (output, context) => {
2474
2474
  return {
2475
- AccountId: smithy_client_1.expectString(output.AccountId),
2476
- BudgetName: smithy_client_1.expectString(output.BudgetName),
2475
+ AccountId: (0, smithy_client_1.expectString)(output.AccountId),
2476
+ BudgetName: (0, smithy_client_1.expectString)(output.BudgetName),
2477
2477
  NewAction: output.NewAction !== undefined && output.NewAction !== null
2478
2478
  ? deserializeAws_json1_1Action(output.NewAction, context)
2479
2479
  : undefined,
@@ -2498,7 +2498,7 @@ const deserializeAws_json1_1Users = (output, context) => {
2498
2498
  if (entry === null) {
2499
2499
  return null;
2500
2500
  }
2501
- return smithy_client_1.expectString(entry);
2501
+ return (0, smithy_client_1.expectString)(entry);
2502
2502
  });
2503
2503
  return retVal;
2504
2504
  };