@aws-sdk/client-iotthingsgraph 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 (62) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/IoTThingsGraphClient.js +13 -13
  3. package/dist-cjs/commands/AssociateEntityToThingCommand.js +3 -3
  4. package/dist-cjs/commands/CreateFlowTemplateCommand.js +3 -3
  5. package/dist-cjs/commands/CreateSystemInstanceCommand.js +3 -3
  6. package/dist-cjs/commands/CreateSystemTemplateCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteFlowTemplateCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteNamespaceCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteSystemInstanceCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteSystemTemplateCommand.js +3 -3
  11. package/dist-cjs/commands/DeploySystemInstanceCommand.js +3 -3
  12. package/dist-cjs/commands/DeprecateFlowTemplateCommand.js +3 -3
  13. package/dist-cjs/commands/DeprecateSystemTemplateCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeNamespaceCommand.js +3 -3
  15. package/dist-cjs/commands/DissociateEntityFromThingCommand.js +3 -3
  16. package/dist-cjs/commands/GetEntitiesCommand.js +3 -3
  17. package/dist-cjs/commands/GetFlowTemplateCommand.js +3 -3
  18. package/dist-cjs/commands/GetFlowTemplateRevisionsCommand.js +3 -3
  19. package/dist-cjs/commands/GetNamespaceDeletionStatusCommand.js +3 -3
  20. package/dist-cjs/commands/GetSystemInstanceCommand.js +3 -3
  21. package/dist-cjs/commands/GetSystemTemplateCommand.js +3 -3
  22. package/dist-cjs/commands/GetSystemTemplateRevisionsCommand.js +3 -3
  23. package/dist-cjs/commands/GetUploadStatusCommand.js +3 -3
  24. package/dist-cjs/commands/ListFlowExecutionMessagesCommand.js +3 -3
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  26. package/dist-cjs/commands/SearchEntitiesCommand.js +3 -3
  27. package/dist-cjs/commands/SearchFlowExecutionsCommand.js +3 -3
  28. package/dist-cjs/commands/SearchFlowTemplatesCommand.js +3 -3
  29. package/dist-cjs/commands/SearchSystemInstancesCommand.js +3 -3
  30. package/dist-cjs/commands/SearchSystemTemplatesCommand.js +3 -3
  31. package/dist-cjs/commands/SearchThingsCommand.js +3 -3
  32. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  33. package/dist-cjs/commands/UndeploySystemInstanceCommand.js +3 -3
  34. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  35. package/dist-cjs/commands/UpdateFlowTemplateCommand.js +3 -3
  36. package/dist-cjs/commands/UpdateSystemTemplateCommand.js +3 -3
  37. package/dist-cjs/commands/UploadEntityDefinitionsCommand.js +3 -3
  38. package/dist-cjs/endpoints.js +1 -1
  39. package/dist-cjs/protocols/Aws_json1_1.js +126 -126
  40. package/dist-cjs/runtimeConfig.browser.js +4 -4
  41. package/dist-cjs/runtimeConfig.js +9 -9
  42. package/dist-cjs/runtimeConfig.native.js +1 -1
  43. package/dist-es/IoTThingsGraph.js +35 -35
  44. package/dist-es/pagination/GetFlowTemplateRevisionsPaginator.js +4 -4
  45. package/dist-es/pagination/GetSystemTemplateRevisionsPaginator.js +4 -4
  46. package/dist-es/pagination/ListFlowExecutionMessagesPaginator.js +4 -4
  47. package/dist-es/pagination/ListTagsForResourcePaginator.js +4 -4
  48. package/dist-es/pagination/SearchEntitiesPaginator.js +4 -4
  49. package/dist-es/pagination/SearchFlowExecutionsPaginator.js +4 -4
  50. package/dist-es/pagination/SearchFlowTemplatesPaginator.js +4 -4
  51. package/dist-es/pagination/SearchSystemInstancesPaginator.js +4 -4
  52. package/dist-es/pagination/SearchSystemTemplatesPaginator.js +4 -4
  53. package/dist-es/pagination/SearchThingsPaginator.js +4 -4
  54. package/dist-types/IoTThingsGraphClient.d.ts +2 -2
  55. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  56. package/dist-types/runtimeConfig.d.ts +1 -1
  57. package/dist-types/runtimeConfig.native.d.ts +3 -3
  58. package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +2 -2
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  62. package/package.json +34 -34
@@ -398,7 +398,7 @@ const deserializeAws_json1_1AssociateEntityToThingCommandError = async (output,
398
398
  $fault: "client",
399
399
  $metadata: deserializeMetadata(output),
400
400
  });
401
- throw smithy_client_1.decorateServiceException(response, parsedBody);
401
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
402
402
  }
403
403
  };
404
404
  const deserializeAws_json1_1CreateFlowTemplateCommand = async (output, context) => {
@@ -446,7 +446,7 @@ const deserializeAws_json1_1CreateFlowTemplateCommandError = async (output, cont
446
446
  $fault: "client",
447
447
  $metadata: deserializeMetadata(output),
448
448
  });
449
- throw smithy_client_1.decorateServiceException(response, parsedBody);
449
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
450
450
  }
451
451
  };
452
452
  const deserializeAws_json1_1CreateSystemInstanceCommand = async (output, context) => {
@@ -494,7 +494,7 @@ const deserializeAws_json1_1CreateSystemInstanceCommandError = async (output, co
494
494
  $fault: "client",
495
495
  $metadata: deserializeMetadata(output),
496
496
  });
497
- throw smithy_client_1.decorateServiceException(response, parsedBody);
497
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
498
498
  }
499
499
  };
500
500
  const deserializeAws_json1_1CreateSystemTemplateCommand = async (output, context) => {
@@ -539,7 +539,7 @@ const deserializeAws_json1_1CreateSystemTemplateCommandError = async (output, co
539
539
  $fault: "client",
540
540
  $metadata: deserializeMetadata(output),
541
541
  });
542
- throw smithy_client_1.decorateServiceException(response, parsedBody);
542
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
543
543
  }
544
544
  };
545
545
  const deserializeAws_json1_1DeleteFlowTemplateCommand = async (output, context) => {
@@ -584,7 +584,7 @@ const deserializeAws_json1_1DeleteFlowTemplateCommandError = async (output, cont
584
584
  $fault: "client",
585
585
  $metadata: deserializeMetadata(output),
586
586
  });
587
- throw smithy_client_1.decorateServiceException(response, parsedBody);
587
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
588
588
  }
589
589
  };
590
590
  const deserializeAws_json1_1DeleteNamespaceCommand = async (output, context) => {
@@ -623,7 +623,7 @@ const deserializeAws_json1_1DeleteNamespaceCommandError = async (output, context
623
623
  $fault: "client",
624
624
  $metadata: deserializeMetadata(output),
625
625
  });
626
- throw smithy_client_1.decorateServiceException(response, parsedBody);
626
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
627
627
  }
628
628
  };
629
629
  const deserializeAws_json1_1DeleteSystemInstanceCommand = async (output, context) => {
@@ -668,7 +668,7 @@ const deserializeAws_json1_1DeleteSystemInstanceCommandError = async (output, co
668
668
  $fault: "client",
669
669
  $metadata: deserializeMetadata(output),
670
670
  });
671
- throw smithy_client_1.decorateServiceException(response, parsedBody);
671
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
672
672
  }
673
673
  };
674
674
  const deserializeAws_json1_1DeleteSystemTemplateCommand = async (output, context) => {
@@ -713,7 +713,7 @@ const deserializeAws_json1_1DeleteSystemTemplateCommandError = async (output, co
713
713
  $fault: "client",
714
714
  $metadata: deserializeMetadata(output),
715
715
  });
716
- throw smithy_client_1.decorateServiceException(response, parsedBody);
716
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
717
717
  }
718
718
  };
719
719
  const deserializeAws_json1_1DeploySystemInstanceCommand = async (output, context) => {
@@ -761,7 +761,7 @@ const deserializeAws_json1_1DeploySystemInstanceCommandError = async (output, co
761
761
  $fault: "client",
762
762
  $metadata: deserializeMetadata(output),
763
763
  });
764
- throw smithy_client_1.decorateServiceException(response, parsedBody);
764
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
765
765
  }
766
766
  };
767
767
  const deserializeAws_json1_1DeprecateFlowTemplateCommand = async (output, context) => {
@@ -806,7 +806,7 @@ const deserializeAws_json1_1DeprecateFlowTemplateCommandError = async (output, c
806
806
  $fault: "client",
807
807
  $metadata: deserializeMetadata(output),
808
808
  });
809
- throw smithy_client_1.decorateServiceException(response, parsedBody);
809
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
810
810
  }
811
811
  };
812
812
  const deserializeAws_json1_1DeprecateSystemTemplateCommand = async (output, context) => {
@@ -851,7 +851,7 @@ const deserializeAws_json1_1DeprecateSystemTemplateCommandError = async (output,
851
851
  $fault: "client",
852
852
  $metadata: deserializeMetadata(output),
853
853
  });
854
- throw smithy_client_1.decorateServiceException(response, parsedBody);
854
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
855
855
  }
856
856
  };
857
857
  const deserializeAws_json1_1DescribeNamespaceCommand = async (output, context) => {
@@ -896,7 +896,7 @@ const deserializeAws_json1_1DescribeNamespaceCommandError = async (output, conte
896
896
  $fault: "client",
897
897
  $metadata: deserializeMetadata(output),
898
898
  });
899
- throw smithy_client_1.decorateServiceException(response, parsedBody);
899
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
900
900
  }
901
901
  };
902
902
  const deserializeAws_json1_1DissociateEntityFromThingCommand = async (output, context) => {
@@ -941,7 +941,7 @@ const deserializeAws_json1_1DissociateEntityFromThingCommandError = async (outpu
941
941
  $fault: "client",
942
942
  $metadata: deserializeMetadata(output),
943
943
  });
944
- throw smithy_client_1.decorateServiceException(response, parsedBody);
944
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
945
945
  }
946
946
  };
947
947
  const deserializeAws_json1_1GetEntitiesCommand = async (output, context) => {
@@ -986,7 +986,7 @@ const deserializeAws_json1_1GetEntitiesCommandError = async (output, context) =>
986
986
  $fault: "client",
987
987
  $metadata: deserializeMetadata(output),
988
988
  });
989
- throw smithy_client_1.decorateServiceException(response, parsedBody);
989
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
990
990
  }
991
991
  };
992
992
  const deserializeAws_json1_1GetFlowTemplateCommand = async (output, context) => {
@@ -1031,7 +1031,7 @@ const deserializeAws_json1_1GetFlowTemplateCommandError = async (output, context
1031
1031
  $fault: "client",
1032
1032
  $metadata: deserializeMetadata(output),
1033
1033
  });
1034
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1034
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1035
1035
  }
1036
1036
  };
1037
1037
  const deserializeAws_json1_1GetFlowTemplateRevisionsCommand = async (output, context) => {
@@ -1076,7 +1076,7 @@ const deserializeAws_json1_1GetFlowTemplateRevisionsCommandError = async (output
1076
1076
  $fault: "client",
1077
1077
  $metadata: deserializeMetadata(output),
1078
1078
  });
1079
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1079
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1080
1080
  }
1081
1081
  };
1082
1082
  const deserializeAws_json1_1GetNamespaceDeletionStatusCommand = async (output, context) => {
@@ -1118,7 +1118,7 @@ const deserializeAws_json1_1GetNamespaceDeletionStatusCommandError = async (outp
1118
1118
  $fault: "client",
1119
1119
  $metadata: deserializeMetadata(output),
1120
1120
  });
1121
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1121
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1122
1122
  }
1123
1123
  };
1124
1124
  const deserializeAws_json1_1GetSystemInstanceCommand = async (output, context) => {
@@ -1163,7 +1163,7 @@ const deserializeAws_json1_1GetSystemInstanceCommandError = async (output, conte
1163
1163
  $fault: "client",
1164
1164
  $metadata: deserializeMetadata(output),
1165
1165
  });
1166
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1166
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1167
1167
  }
1168
1168
  };
1169
1169
  const deserializeAws_json1_1GetSystemTemplateCommand = async (output, context) => {
@@ -1208,7 +1208,7 @@ const deserializeAws_json1_1GetSystemTemplateCommandError = async (output, conte
1208
1208
  $fault: "client",
1209
1209
  $metadata: deserializeMetadata(output),
1210
1210
  });
1211
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1211
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1212
1212
  }
1213
1213
  };
1214
1214
  const deserializeAws_json1_1GetSystemTemplateRevisionsCommand = async (output, context) => {
@@ -1253,7 +1253,7 @@ const deserializeAws_json1_1GetSystemTemplateRevisionsCommandError = async (outp
1253
1253
  $fault: "client",
1254
1254
  $metadata: deserializeMetadata(output),
1255
1255
  });
1256
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1256
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1257
1257
  }
1258
1258
  };
1259
1259
  const deserializeAws_json1_1GetUploadStatusCommand = async (output, context) => {
@@ -1298,7 +1298,7 @@ const deserializeAws_json1_1GetUploadStatusCommandError = async (output, context
1298
1298
  $fault: "client",
1299
1299
  $metadata: deserializeMetadata(output),
1300
1300
  });
1301
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1301
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1302
1302
  }
1303
1303
  };
1304
1304
  const deserializeAws_json1_1ListFlowExecutionMessagesCommand = async (output, context) => {
@@ -1343,7 +1343,7 @@ const deserializeAws_json1_1ListFlowExecutionMessagesCommandError = async (outpu
1343
1343
  $fault: "client",
1344
1344
  $metadata: deserializeMetadata(output),
1345
1345
  });
1346
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1346
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1347
1347
  }
1348
1348
  };
1349
1349
  const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
@@ -1388,7 +1388,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
1388
1388
  $fault: "client",
1389
1389
  $metadata: deserializeMetadata(output),
1390
1390
  });
1391
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1391
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1392
1392
  }
1393
1393
  };
1394
1394
  const deserializeAws_json1_1SearchEntitiesCommand = async (output, context) => {
@@ -1430,7 +1430,7 @@ const deserializeAws_json1_1SearchEntitiesCommandError = async (output, context)
1430
1430
  $fault: "client",
1431
1431
  $metadata: deserializeMetadata(output),
1432
1432
  });
1433
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1433
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1434
1434
  }
1435
1435
  };
1436
1436
  const deserializeAws_json1_1SearchFlowExecutionsCommand = async (output, context) => {
@@ -1475,7 +1475,7 @@ const deserializeAws_json1_1SearchFlowExecutionsCommandError = async (output, co
1475
1475
  $fault: "client",
1476
1476
  $metadata: deserializeMetadata(output),
1477
1477
  });
1478
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1478
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1479
1479
  }
1480
1480
  };
1481
1481
  const deserializeAws_json1_1SearchFlowTemplatesCommand = async (output, context) => {
@@ -1517,7 +1517,7 @@ const deserializeAws_json1_1SearchFlowTemplatesCommandError = async (output, con
1517
1517
  $fault: "client",
1518
1518
  $metadata: deserializeMetadata(output),
1519
1519
  });
1520
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1520
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1521
1521
  }
1522
1522
  };
1523
1523
  const deserializeAws_json1_1SearchSystemInstancesCommand = async (output, context) => {
@@ -1559,7 +1559,7 @@ const deserializeAws_json1_1SearchSystemInstancesCommandError = async (output, c
1559
1559
  $fault: "client",
1560
1560
  $metadata: deserializeMetadata(output),
1561
1561
  });
1562
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1562
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1563
1563
  }
1564
1564
  };
1565
1565
  const deserializeAws_json1_1SearchSystemTemplatesCommand = async (output, context) => {
@@ -1601,7 +1601,7 @@ const deserializeAws_json1_1SearchSystemTemplatesCommandError = async (output, c
1601
1601
  $fault: "client",
1602
1602
  $metadata: deserializeMetadata(output),
1603
1603
  });
1604
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1604
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1605
1605
  }
1606
1606
  };
1607
1607
  const deserializeAws_json1_1SearchThingsCommand = async (output, context) => {
@@ -1646,7 +1646,7 @@ const deserializeAws_json1_1SearchThingsCommandError = async (output, context) =
1646
1646
  $fault: "client",
1647
1647
  $metadata: deserializeMetadata(output),
1648
1648
  });
1649
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1649
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1650
1650
  }
1651
1651
  };
1652
1652
  const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
@@ -1691,7 +1691,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
1691
1691
  $fault: "client",
1692
1692
  $metadata: deserializeMetadata(output),
1693
1693
  });
1694
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1694
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1695
1695
  }
1696
1696
  };
1697
1697
  const deserializeAws_json1_1UndeploySystemInstanceCommand = async (output, context) => {
@@ -1739,7 +1739,7 @@ const deserializeAws_json1_1UndeploySystemInstanceCommandError = async (output,
1739
1739
  $fault: "client",
1740
1740
  $metadata: deserializeMetadata(output),
1741
1741
  });
1742
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1742
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1743
1743
  }
1744
1744
  };
1745
1745
  const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
@@ -1784,7 +1784,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
1784
1784
  $fault: "client",
1785
1785
  $metadata: deserializeMetadata(output),
1786
1786
  });
1787
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1787
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1788
1788
  }
1789
1789
  };
1790
1790
  const deserializeAws_json1_1UpdateFlowTemplateCommand = async (output, context) => {
@@ -1829,7 +1829,7 @@ const deserializeAws_json1_1UpdateFlowTemplateCommandError = async (output, cont
1829
1829
  $fault: "client",
1830
1830
  $metadata: deserializeMetadata(output),
1831
1831
  });
1832
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1832
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1833
1833
  }
1834
1834
  };
1835
1835
  const deserializeAws_json1_1UpdateSystemTemplateCommand = async (output, context) => {
@@ -1874,7 +1874,7 @@ const deserializeAws_json1_1UpdateSystemTemplateCommandError = async (output, co
1874
1874
  $fault: "client",
1875
1875
  $metadata: deserializeMetadata(output),
1876
1876
  });
1877
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1877
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1878
1878
  }
1879
1879
  };
1880
1880
  const deserializeAws_json1_1UploadEntityDefinitionsCommand = async (output, context) => {
@@ -1916,7 +1916,7 @@ const deserializeAws_json1_1UploadEntityDefinitionsCommandError = async (output,
1916
1916
  $fault: "client",
1917
1917
  $metadata: deserializeMetadata(output),
1918
1918
  });
1919
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1919
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1920
1920
  }
1921
1921
  };
1922
1922
  const deserializeAws_json1_1InternalFailureExceptionResponse = async (parsedOutput, context) => {
@@ -1926,7 +1926,7 @@ const deserializeAws_json1_1InternalFailureExceptionResponse = async (parsedOutp
1926
1926
  $metadata: deserializeMetadata(parsedOutput),
1927
1927
  ...deserialized,
1928
1928
  });
1929
- return smithy_client_1.decorateServiceException(exception, body);
1929
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1930
1930
  };
1931
1931
  const deserializeAws_json1_1InvalidRequestExceptionResponse = async (parsedOutput, context) => {
1932
1932
  const body = parsedOutput.body;
@@ -1935,7 +1935,7 @@ const deserializeAws_json1_1InvalidRequestExceptionResponse = async (parsedOutpu
1935
1935
  $metadata: deserializeMetadata(parsedOutput),
1936
1936
  ...deserialized,
1937
1937
  });
1938
- return smithy_client_1.decorateServiceException(exception, body);
1938
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1939
1939
  };
1940
1940
  const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput, context) => {
1941
1941
  const body = parsedOutput.body;
@@ -1944,7 +1944,7 @@ const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput
1944
1944
  $metadata: deserializeMetadata(parsedOutput),
1945
1945
  ...deserialized,
1946
1946
  });
1947
- return smithy_client_1.decorateServiceException(exception, body);
1947
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1948
1948
  };
1949
1949
  const deserializeAws_json1_1ResourceAlreadyExistsExceptionResponse = async (parsedOutput, context) => {
1950
1950
  const body = parsedOutput.body;
@@ -1953,7 +1953,7 @@ const deserializeAws_json1_1ResourceAlreadyExistsExceptionResponse = async (pars
1953
1953
  $metadata: deserializeMetadata(parsedOutput),
1954
1954
  ...deserialized,
1955
1955
  });
1956
- return smithy_client_1.decorateServiceException(exception, body);
1956
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1957
1957
  };
1958
1958
  const deserializeAws_json1_1ResourceInUseExceptionResponse = async (parsedOutput, context) => {
1959
1959
  const body = parsedOutput.body;
@@ -1962,7 +1962,7 @@ const deserializeAws_json1_1ResourceInUseExceptionResponse = async (parsedOutput
1962
1962
  $metadata: deserializeMetadata(parsedOutput),
1963
1963
  ...deserialized,
1964
1964
  });
1965
- return smithy_client_1.decorateServiceException(exception, body);
1965
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1966
1966
  };
1967
1967
  const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
1968
1968
  const body = parsedOutput.body;
@@ -1971,7 +1971,7 @@ const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOut
1971
1971
  $metadata: deserializeMetadata(parsedOutput),
1972
1972
  ...deserialized,
1973
1973
  });
1974
- return smithy_client_1.decorateServiceException(exception, body);
1974
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1975
1975
  };
1976
1976
  const deserializeAws_json1_1ThrottlingExceptionResponse = async (parsedOutput, context) => {
1977
1977
  const body = parsedOutput.body;
@@ -1980,7 +1980,7 @@ const deserializeAws_json1_1ThrottlingExceptionResponse = async (parsedOutput, c
1980
1980
  $metadata: deserializeMetadata(parsedOutput),
1981
1981
  ...deserialized,
1982
1982
  });
1983
- return smithy_client_1.decorateServiceException(exception, body);
1983
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1984
1984
  };
1985
1985
  const serializeAws_json1_1AssociateEntityToThingRequest = (input, context) => {
1986
1986
  return {
@@ -2429,8 +2429,8 @@ const deserializeAws_json1_1CreateSystemTemplateResponse = (output, context) =>
2429
2429
  };
2430
2430
  const deserializeAws_json1_1DefinitionDocument = (output, context) => {
2431
2431
  return {
2432
- language: smithy_client_1.expectString(output.language),
2433
- text: smithy_client_1.expectString(output.text),
2432
+ language: (0, smithy_client_1.expectString)(output.language),
2433
+ text: (0, smithy_client_1.expectString)(output.text),
2434
2434
  };
2435
2435
  };
2436
2436
  const deserializeAws_json1_1DeleteFlowTemplateResponse = (output, context) => {
@@ -2438,8 +2438,8 @@ const deserializeAws_json1_1DeleteFlowTemplateResponse = (output, context) => {
2438
2438
  };
2439
2439
  const deserializeAws_json1_1DeleteNamespaceResponse = (output, context) => {
2440
2440
  return {
2441
- namespaceArn: smithy_client_1.expectString(output.namespaceArn),
2442
- namespaceName: smithy_client_1.expectString(output.namespaceName),
2441
+ namespaceArn: (0, smithy_client_1.expectString)(output.namespaceArn),
2442
+ namespaceName: (0, smithy_client_1.expectString)(output.namespaceName),
2443
2443
  };
2444
2444
  };
2445
2445
  const deserializeAws_json1_1DeleteSystemInstanceResponse = (output, context) => {
@@ -2450,8 +2450,8 @@ const deserializeAws_json1_1DeleteSystemTemplateResponse = (output, context) =>
2450
2450
  };
2451
2451
  const deserializeAws_json1_1DependencyRevision = (output, context) => {
2452
2452
  return {
2453
- id: smithy_client_1.expectString(output.id),
2454
- revisionNumber: smithy_client_1.expectLong(output.revisionNumber),
2453
+ id: (0, smithy_client_1.expectString)(output.id),
2454
+ revisionNumber: (0, smithy_client_1.expectLong)(output.revisionNumber),
2455
2455
  };
2456
2456
  };
2457
2457
  const deserializeAws_json1_1DependencyRevisions = (output, context) => {
@@ -2467,7 +2467,7 @@ const deserializeAws_json1_1DependencyRevisions = (output, context) => {
2467
2467
  };
2468
2468
  const deserializeAws_json1_1DeploySystemInstanceResponse = (output, context) => {
2469
2469
  return {
2470
- greengrassDeploymentId: smithy_client_1.expectString(output.greengrassDeploymentId),
2470
+ greengrassDeploymentId: (0, smithy_client_1.expectString)(output.greengrassDeploymentId),
2471
2471
  summary: output.summary !== undefined && output.summary !== null
2472
2472
  ? deserializeAws_json1_1SystemInstanceSummary(output.summary, context)
2473
2473
  : undefined,
@@ -2481,11 +2481,11 @@ const deserializeAws_json1_1DeprecateSystemTemplateResponse = (output, context)
2481
2481
  };
2482
2482
  const deserializeAws_json1_1DescribeNamespaceResponse = (output, context) => {
2483
2483
  return {
2484
- namespaceArn: smithy_client_1.expectString(output.namespaceArn),
2485
- namespaceName: smithy_client_1.expectString(output.namespaceName),
2486
- namespaceVersion: smithy_client_1.expectLong(output.namespaceVersion),
2487
- trackingNamespaceName: smithy_client_1.expectString(output.trackingNamespaceName),
2488
- trackingNamespaceVersion: smithy_client_1.expectLong(output.trackingNamespaceVersion),
2484
+ namespaceArn: (0, smithy_client_1.expectString)(output.namespaceArn),
2485
+ namespaceName: (0, smithy_client_1.expectString)(output.namespaceName),
2486
+ namespaceVersion: (0, smithy_client_1.expectLong)(output.namespaceVersion),
2487
+ trackingNamespaceName: (0, smithy_client_1.expectString)(output.trackingNamespaceName),
2488
+ trackingNamespaceVersion: (0, smithy_client_1.expectLong)(output.trackingNamespaceVersion),
2489
2489
  };
2490
2490
  };
2491
2491
  const deserializeAws_json1_1DissociateEntityFromThingResponse = (output, context) => {
@@ -2493,15 +2493,15 @@ const deserializeAws_json1_1DissociateEntityFromThingResponse = (output, context
2493
2493
  };
2494
2494
  const deserializeAws_json1_1EntityDescription = (output, context) => {
2495
2495
  return {
2496
- arn: smithy_client_1.expectString(output.arn),
2496
+ arn: (0, smithy_client_1.expectString)(output.arn),
2497
2497
  createdAt: output.createdAt !== undefined && output.createdAt !== null
2498
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
2498
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
2499
2499
  : undefined,
2500
2500
  definition: output.definition !== undefined && output.definition !== null
2501
2501
  ? deserializeAws_json1_1DefinitionDocument(output.definition, context)
2502
2502
  : undefined,
2503
- id: smithy_client_1.expectString(output.id),
2504
- type: smithy_client_1.expectString(output.type),
2503
+ id: (0, smithy_client_1.expectString)(output.id),
2504
+ type: (0, smithy_client_1.expectString)(output.type),
2505
2505
  };
2506
2506
  };
2507
2507
  const deserializeAws_json1_1EntityDescriptions = (output, context) => {
@@ -2517,11 +2517,11 @@ const deserializeAws_json1_1EntityDescriptions = (output, context) => {
2517
2517
  };
2518
2518
  const deserializeAws_json1_1FlowExecutionMessage = (output, context) => {
2519
2519
  return {
2520
- eventType: smithy_client_1.expectString(output.eventType),
2521
- messageId: smithy_client_1.expectString(output.messageId),
2522
- payload: smithy_client_1.expectString(output.payload),
2520
+ eventType: (0, smithy_client_1.expectString)(output.eventType),
2521
+ messageId: (0, smithy_client_1.expectString)(output.messageId),
2522
+ payload: (0, smithy_client_1.expectString)(output.payload),
2523
2523
  timestamp: output.timestamp !== undefined && output.timestamp !== null
2524
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.timestamp)))
2524
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.timestamp)))
2525
2525
  : undefined,
2526
2526
  };
2527
2527
  };
@@ -2550,14 +2550,14 @@ const deserializeAws_json1_1FlowExecutionSummaries = (output, context) => {
2550
2550
  const deserializeAws_json1_1FlowExecutionSummary = (output, context) => {
2551
2551
  return {
2552
2552
  createdAt: output.createdAt !== undefined && output.createdAt !== null
2553
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
2553
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
2554
2554
  : undefined,
2555
- flowExecutionId: smithy_client_1.expectString(output.flowExecutionId),
2556
- flowTemplateId: smithy_client_1.expectString(output.flowTemplateId),
2557
- status: smithy_client_1.expectString(output.status),
2558
- systemInstanceId: smithy_client_1.expectString(output.systemInstanceId),
2555
+ flowExecutionId: (0, smithy_client_1.expectString)(output.flowExecutionId),
2556
+ flowTemplateId: (0, smithy_client_1.expectString)(output.flowTemplateId),
2557
+ status: (0, smithy_client_1.expectString)(output.status),
2558
+ systemInstanceId: (0, smithy_client_1.expectString)(output.systemInstanceId),
2559
2559
  updatedAt: output.updatedAt !== undefined && output.updatedAt !== null
2560
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.updatedAt)))
2560
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.updatedAt)))
2561
2561
  : undefined,
2562
2562
  };
2563
2563
  };
@@ -2569,7 +2569,7 @@ const deserializeAws_json1_1FlowTemplateDescription = (output, context) => {
2569
2569
  summary: output.summary !== undefined && output.summary !== null
2570
2570
  ? deserializeAws_json1_1FlowTemplateSummary(output.summary, context)
2571
2571
  : undefined,
2572
- validatedNamespaceVersion: smithy_client_1.expectLong(output.validatedNamespaceVersion),
2572
+ validatedNamespaceVersion: (0, smithy_client_1.expectLong)(output.validatedNamespaceVersion),
2573
2573
  };
2574
2574
  };
2575
2575
  const deserializeAws_json1_1FlowTemplateSummaries = (output, context) => {
@@ -2585,12 +2585,12 @@ const deserializeAws_json1_1FlowTemplateSummaries = (output, context) => {
2585
2585
  };
2586
2586
  const deserializeAws_json1_1FlowTemplateSummary = (output, context) => {
2587
2587
  return {
2588
- arn: smithy_client_1.expectString(output.arn),
2588
+ arn: (0, smithy_client_1.expectString)(output.arn),
2589
2589
  createdAt: output.createdAt !== undefined && output.createdAt !== null
2590
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
2590
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
2591
2591
  : undefined,
2592
- id: smithy_client_1.expectString(output.id),
2593
- revisionNumber: smithy_client_1.expectLong(output.revisionNumber),
2592
+ id: (0, smithy_client_1.expectString)(output.id),
2593
+ revisionNumber: (0, smithy_client_1.expectLong)(output.revisionNumber),
2594
2594
  };
2595
2595
  };
2596
2596
  const deserializeAws_json1_1GetEntitiesResponse = (output, context) => {
@@ -2609,7 +2609,7 @@ const deserializeAws_json1_1GetFlowTemplateResponse = (output, context) => {
2609
2609
  };
2610
2610
  const deserializeAws_json1_1GetFlowTemplateRevisionsResponse = (output, context) => {
2611
2611
  return {
2612
- nextToken: smithy_client_1.expectString(output.nextToken),
2612
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
2613
2613
  summaries: output.summaries !== undefined && output.summaries !== null
2614
2614
  ? deserializeAws_json1_1FlowTemplateSummaries(output.summaries, context)
2615
2615
  : undefined,
@@ -2617,11 +2617,11 @@ const deserializeAws_json1_1GetFlowTemplateRevisionsResponse = (output, context)
2617
2617
  };
2618
2618
  const deserializeAws_json1_1GetNamespaceDeletionStatusResponse = (output, context) => {
2619
2619
  return {
2620
- errorCode: smithy_client_1.expectString(output.errorCode),
2621
- errorMessage: smithy_client_1.expectString(output.errorMessage),
2622
- namespaceArn: smithy_client_1.expectString(output.namespaceArn),
2623
- namespaceName: smithy_client_1.expectString(output.namespaceName),
2624
- status: smithy_client_1.expectString(output.status),
2620
+ errorCode: (0, smithy_client_1.expectString)(output.errorCode),
2621
+ errorMessage: (0, smithy_client_1.expectString)(output.errorMessage),
2622
+ namespaceArn: (0, smithy_client_1.expectString)(output.namespaceArn),
2623
+ namespaceName: (0, smithy_client_1.expectString)(output.namespaceName),
2624
+ status: (0, smithy_client_1.expectString)(output.status),
2625
2625
  };
2626
2626
  };
2627
2627
  const deserializeAws_json1_1GetSystemInstanceResponse = (output, context) => {
@@ -2640,7 +2640,7 @@ const deserializeAws_json1_1GetSystemTemplateResponse = (output, context) => {
2640
2640
  };
2641
2641
  const deserializeAws_json1_1GetSystemTemplateRevisionsResponse = (output, context) => {
2642
2642
  return {
2643
- nextToken: smithy_client_1.expectString(output.nextToken),
2643
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
2644
2644
  summaries: output.summaries !== undefined && output.summaries !== null
2645
2645
  ? deserializeAws_json1_1SystemTemplateSummaries(output.summaries, context)
2646
2646
  : undefined,
@@ -2649,31 +2649,31 @@ const deserializeAws_json1_1GetSystemTemplateRevisionsResponse = (output, contex
2649
2649
  const deserializeAws_json1_1GetUploadStatusResponse = (output, context) => {
2650
2650
  return {
2651
2651
  createdDate: output.createdDate !== undefined && output.createdDate !== null
2652
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdDate)))
2652
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdDate)))
2653
2653
  : undefined,
2654
2654
  failureReason: output.failureReason !== undefined && output.failureReason !== null
2655
2655
  ? deserializeAws_json1_1StringList(output.failureReason, context)
2656
2656
  : undefined,
2657
- namespaceArn: smithy_client_1.expectString(output.namespaceArn),
2658
- namespaceName: smithy_client_1.expectString(output.namespaceName),
2659
- namespaceVersion: smithy_client_1.expectLong(output.namespaceVersion),
2660
- uploadId: smithy_client_1.expectString(output.uploadId),
2661
- uploadStatus: smithy_client_1.expectString(output.uploadStatus),
2657
+ namespaceArn: (0, smithy_client_1.expectString)(output.namespaceArn),
2658
+ namespaceName: (0, smithy_client_1.expectString)(output.namespaceName),
2659
+ namespaceVersion: (0, smithy_client_1.expectLong)(output.namespaceVersion),
2660
+ uploadId: (0, smithy_client_1.expectString)(output.uploadId),
2661
+ uploadStatus: (0, smithy_client_1.expectString)(output.uploadStatus),
2662
2662
  };
2663
2663
  };
2664
2664
  const deserializeAws_json1_1InternalFailureException = (output, context) => {
2665
2665
  return {
2666
- message: smithy_client_1.expectString(output.message),
2666
+ message: (0, smithy_client_1.expectString)(output.message),
2667
2667
  };
2668
2668
  };
2669
2669
  const deserializeAws_json1_1InvalidRequestException = (output, context) => {
2670
2670
  return {
2671
- message: smithy_client_1.expectString(output.message),
2671
+ message: (0, smithy_client_1.expectString)(output.message),
2672
2672
  };
2673
2673
  };
2674
2674
  const deserializeAws_json1_1LimitExceededException = (output, context) => {
2675
2675
  return {
2676
- message: smithy_client_1.expectString(output.message),
2676
+ message: (0, smithy_client_1.expectString)(output.message),
2677
2677
  };
2678
2678
  };
2679
2679
  const deserializeAws_json1_1ListFlowExecutionMessagesResponse = (output, context) => {
@@ -2681,12 +2681,12 @@ const deserializeAws_json1_1ListFlowExecutionMessagesResponse = (output, context
2681
2681
  messages: output.messages !== undefined && output.messages !== null
2682
2682
  ? deserializeAws_json1_1FlowExecutionMessages(output.messages, context)
2683
2683
  : undefined,
2684
- nextToken: smithy_client_1.expectString(output.nextToken),
2684
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
2685
2685
  };
2686
2686
  };
2687
2687
  const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
2688
2688
  return {
2689
- nextToken: smithy_client_1.expectString(output.nextToken),
2689
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
2690
2690
  tags: output.tags !== undefined && output.tags !== null
2691
2691
  ? deserializeAws_json1_1TagList(output.tags, context)
2692
2692
  : undefined,
@@ -2694,23 +2694,23 @@ const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
2694
2694
  };
2695
2695
  const deserializeAws_json1_1MetricsConfiguration = (output, context) => {
2696
2696
  return {
2697
- cloudMetricEnabled: smithy_client_1.expectBoolean(output.cloudMetricEnabled),
2698
- metricRuleRoleArn: smithy_client_1.expectString(output.metricRuleRoleArn),
2697
+ cloudMetricEnabled: (0, smithy_client_1.expectBoolean)(output.cloudMetricEnabled),
2698
+ metricRuleRoleArn: (0, smithy_client_1.expectString)(output.metricRuleRoleArn),
2699
2699
  };
2700
2700
  };
2701
2701
  const deserializeAws_json1_1ResourceAlreadyExistsException = (output, context) => {
2702
2702
  return {
2703
- message: smithy_client_1.expectString(output.message),
2703
+ message: (0, smithy_client_1.expectString)(output.message),
2704
2704
  };
2705
2705
  };
2706
2706
  const deserializeAws_json1_1ResourceInUseException = (output, context) => {
2707
2707
  return {
2708
- message: smithy_client_1.expectString(output.message),
2708
+ message: (0, smithy_client_1.expectString)(output.message),
2709
2709
  };
2710
2710
  };
2711
2711
  const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
2712
2712
  return {
2713
- message: smithy_client_1.expectString(output.message),
2713
+ message: (0, smithy_client_1.expectString)(output.message),
2714
2714
  };
2715
2715
  };
2716
2716
  const deserializeAws_json1_1SearchEntitiesResponse = (output, context) => {
@@ -2718,12 +2718,12 @@ const deserializeAws_json1_1SearchEntitiesResponse = (output, context) => {
2718
2718
  descriptions: output.descriptions !== undefined && output.descriptions !== null
2719
2719
  ? deserializeAws_json1_1EntityDescriptions(output.descriptions, context)
2720
2720
  : undefined,
2721
- nextToken: smithy_client_1.expectString(output.nextToken),
2721
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
2722
2722
  };
2723
2723
  };
2724
2724
  const deserializeAws_json1_1SearchFlowExecutionsResponse = (output, context) => {
2725
2725
  return {
2726
- nextToken: smithy_client_1.expectString(output.nextToken),
2726
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
2727
2727
  summaries: output.summaries !== undefined && output.summaries !== null
2728
2728
  ? deserializeAws_json1_1FlowExecutionSummaries(output.summaries, context)
2729
2729
  : undefined,
@@ -2731,7 +2731,7 @@ const deserializeAws_json1_1SearchFlowExecutionsResponse = (output, context) =>
2731
2731
  };
2732
2732
  const deserializeAws_json1_1SearchFlowTemplatesResponse = (output, context) => {
2733
2733
  return {
2734
- nextToken: smithy_client_1.expectString(output.nextToken),
2734
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
2735
2735
  summaries: output.summaries !== undefined && output.summaries !== null
2736
2736
  ? deserializeAws_json1_1FlowTemplateSummaries(output.summaries, context)
2737
2737
  : undefined,
@@ -2739,7 +2739,7 @@ const deserializeAws_json1_1SearchFlowTemplatesResponse = (output, context) => {
2739
2739
  };
2740
2740
  const deserializeAws_json1_1SearchSystemInstancesResponse = (output, context) => {
2741
2741
  return {
2742
- nextToken: smithy_client_1.expectString(output.nextToken),
2742
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
2743
2743
  summaries: output.summaries !== undefined && output.summaries !== null
2744
2744
  ? deserializeAws_json1_1SystemInstanceSummaries(output.summaries, context)
2745
2745
  : undefined,
@@ -2747,7 +2747,7 @@ const deserializeAws_json1_1SearchSystemInstancesResponse = (output, context) =>
2747
2747
  };
2748
2748
  const deserializeAws_json1_1SearchSystemTemplatesResponse = (output, context) => {
2749
2749
  return {
2750
- nextToken: smithy_client_1.expectString(output.nextToken),
2750
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
2751
2751
  summaries: output.summaries !== undefined && output.summaries !== null
2752
2752
  ? deserializeAws_json1_1SystemTemplateSummaries(output.summaries, context)
2753
2753
  : undefined,
@@ -2755,7 +2755,7 @@ const deserializeAws_json1_1SearchSystemTemplatesResponse = (output, context) =>
2755
2755
  };
2756
2756
  const deserializeAws_json1_1SearchThingsResponse = (output, context) => {
2757
2757
  return {
2758
- nextToken: smithy_client_1.expectString(output.nextToken),
2758
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
2759
2759
  things: output.things !== undefined && output.things !== null
2760
2760
  ? deserializeAws_json1_1Things(output.things, context)
2761
2761
  : undefined,
@@ -2768,7 +2768,7 @@ const deserializeAws_json1_1StringList = (output, context) => {
2768
2768
  if (entry === null) {
2769
2769
  return null;
2770
2770
  }
2771
- return smithy_client_1.expectString(entry);
2771
+ return (0, smithy_client_1.expectString)(entry);
2772
2772
  });
2773
2773
  return retVal;
2774
2774
  };
@@ -2777,18 +2777,18 @@ const deserializeAws_json1_1SystemInstanceDescription = (output, context) => {
2777
2777
  definition: output.definition !== undefined && output.definition !== null
2778
2778
  ? deserializeAws_json1_1DefinitionDocument(output.definition, context)
2779
2779
  : undefined,
2780
- flowActionsRoleArn: smithy_client_1.expectString(output.flowActionsRoleArn),
2780
+ flowActionsRoleArn: (0, smithy_client_1.expectString)(output.flowActionsRoleArn),
2781
2781
  metricsConfiguration: output.metricsConfiguration !== undefined && output.metricsConfiguration !== null
2782
2782
  ? deserializeAws_json1_1MetricsConfiguration(output.metricsConfiguration, context)
2783
2783
  : undefined,
2784
- s3BucketName: smithy_client_1.expectString(output.s3BucketName),
2784
+ s3BucketName: (0, smithy_client_1.expectString)(output.s3BucketName),
2785
2785
  summary: output.summary !== undefined && output.summary !== null
2786
2786
  ? deserializeAws_json1_1SystemInstanceSummary(output.summary, context)
2787
2787
  : undefined,
2788
2788
  validatedDependencyRevisions: output.validatedDependencyRevisions !== undefined && output.validatedDependencyRevisions !== null
2789
2789
  ? deserializeAws_json1_1DependencyRevisions(output.validatedDependencyRevisions, context)
2790
2790
  : undefined,
2791
- validatedNamespaceVersion: smithy_client_1.expectLong(output.validatedNamespaceVersion),
2791
+ validatedNamespaceVersion: (0, smithy_client_1.expectLong)(output.validatedNamespaceVersion),
2792
2792
  };
2793
2793
  };
2794
2794
  const deserializeAws_json1_1SystemInstanceSummaries = (output, context) => {
@@ -2804,18 +2804,18 @@ const deserializeAws_json1_1SystemInstanceSummaries = (output, context) => {
2804
2804
  };
2805
2805
  const deserializeAws_json1_1SystemInstanceSummary = (output, context) => {
2806
2806
  return {
2807
- arn: smithy_client_1.expectString(output.arn),
2807
+ arn: (0, smithy_client_1.expectString)(output.arn),
2808
2808
  createdAt: output.createdAt !== undefined && output.createdAt !== null
2809
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
2809
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
2810
2810
  : undefined,
2811
- greengrassGroupId: smithy_client_1.expectString(output.greengrassGroupId),
2812
- greengrassGroupName: smithy_client_1.expectString(output.greengrassGroupName),
2813
- greengrassGroupVersionId: smithy_client_1.expectString(output.greengrassGroupVersionId),
2814
- id: smithy_client_1.expectString(output.id),
2815
- status: smithy_client_1.expectString(output.status),
2816
- target: smithy_client_1.expectString(output.target),
2811
+ greengrassGroupId: (0, smithy_client_1.expectString)(output.greengrassGroupId),
2812
+ greengrassGroupName: (0, smithy_client_1.expectString)(output.greengrassGroupName),
2813
+ greengrassGroupVersionId: (0, smithy_client_1.expectString)(output.greengrassGroupVersionId),
2814
+ id: (0, smithy_client_1.expectString)(output.id),
2815
+ status: (0, smithy_client_1.expectString)(output.status),
2816
+ target: (0, smithy_client_1.expectString)(output.target),
2817
2817
  updatedAt: output.updatedAt !== undefined && output.updatedAt !== null
2818
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.updatedAt)))
2818
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.updatedAt)))
2819
2819
  : undefined,
2820
2820
  };
2821
2821
  };
@@ -2827,7 +2827,7 @@ const deserializeAws_json1_1SystemTemplateDescription = (output, context) => {
2827
2827
  summary: output.summary !== undefined && output.summary !== null
2828
2828
  ? deserializeAws_json1_1SystemTemplateSummary(output.summary, context)
2829
2829
  : undefined,
2830
- validatedNamespaceVersion: smithy_client_1.expectLong(output.validatedNamespaceVersion),
2830
+ validatedNamespaceVersion: (0, smithy_client_1.expectLong)(output.validatedNamespaceVersion),
2831
2831
  };
2832
2832
  };
2833
2833
  const deserializeAws_json1_1SystemTemplateSummaries = (output, context) => {
@@ -2843,18 +2843,18 @@ const deserializeAws_json1_1SystemTemplateSummaries = (output, context) => {
2843
2843
  };
2844
2844
  const deserializeAws_json1_1SystemTemplateSummary = (output, context) => {
2845
2845
  return {
2846
- arn: smithy_client_1.expectString(output.arn),
2846
+ arn: (0, smithy_client_1.expectString)(output.arn),
2847
2847
  createdAt: output.createdAt !== undefined && output.createdAt !== null
2848
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.createdAt)))
2848
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.createdAt)))
2849
2849
  : undefined,
2850
- id: smithy_client_1.expectString(output.id),
2851
- revisionNumber: smithy_client_1.expectLong(output.revisionNumber),
2850
+ id: (0, smithy_client_1.expectString)(output.id),
2851
+ revisionNumber: (0, smithy_client_1.expectLong)(output.revisionNumber),
2852
2852
  };
2853
2853
  };
2854
2854
  const deserializeAws_json1_1Tag = (output, context) => {
2855
2855
  return {
2856
- key: smithy_client_1.expectString(output.key),
2857
- value: smithy_client_1.expectString(output.value),
2856
+ key: (0, smithy_client_1.expectString)(output.key),
2857
+ value: (0, smithy_client_1.expectString)(output.value),
2858
2858
  };
2859
2859
  };
2860
2860
  const deserializeAws_json1_1TagList = (output, context) => {
@@ -2873,8 +2873,8 @@ const deserializeAws_json1_1TagResourceResponse = (output, context) => {
2873
2873
  };
2874
2874
  const deserializeAws_json1_1Thing = (output, context) => {
2875
2875
  return {
2876
- thingArn: smithy_client_1.expectString(output.thingArn),
2877
- thingName: smithy_client_1.expectString(output.thingName),
2876
+ thingArn: (0, smithy_client_1.expectString)(output.thingArn),
2877
+ thingName: (0, smithy_client_1.expectString)(output.thingName),
2878
2878
  };
2879
2879
  };
2880
2880
  const deserializeAws_json1_1Things = (output, context) => {
@@ -2890,7 +2890,7 @@ const deserializeAws_json1_1Things = (output, context) => {
2890
2890
  };
2891
2891
  const deserializeAws_json1_1ThrottlingException = (output, context) => {
2892
2892
  return {
2893
- message: smithy_client_1.expectString(output.message),
2893
+ message: (0, smithy_client_1.expectString)(output.message),
2894
2894
  };
2895
2895
  };
2896
2896
  const deserializeAws_json1_1UndeploySystemInstanceResponse = (output, context) => {
@@ -2919,7 +2919,7 @@ const deserializeAws_json1_1UpdateSystemTemplateResponse = (output, context) =>
2919
2919
  };
2920
2920
  const deserializeAws_json1_1UploadEntityDefinitionsResponse = (output, context) => {
2921
2921
  return {
2922
- uploadId: smithy_client_1.expectString(output.uploadId),
2922
+ uploadId: (0, smithy_client_1.expectString)(output.uploadId),
2923
2923
  };
2924
2924
  };
2925
2925
  const deserializeMetadata = (output) => {