@aws-sdk/client-workmail 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 (96) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/WorkMailClient.js +13 -13
  3. package/dist-cjs/commands/AssociateDelegateToResourceCommand.js +3 -3
  4. package/dist-cjs/commands/AssociateMemberToGroupCommand.js +3 -3
  5. package/dist-cjs/commands/CancelMailboxExportJobCommand.js +3 -3
  6. package/dist-cjs/commands/CreateAliasCommand.js +3 -3
  7. package/dist-cjs/commands/CreateGroupCommand.js +3 -3
  8. package/dist-cjs/commands/CreateMobileDeviceAccessRuleCommand.js +3 -3
  9. package/dist-cjs/commands/CreateOrganizationCommand.js +3 -3
  10. package/dist-cjs/commands/CreateResourceCommand.js +3 -3
  11. package/dist-cjs/commands/CreateUserCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteAccessControlRuleCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteAliasCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteEmailMonitoringConfigurationCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteGroupCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteMailboxPermissionsCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteMobileDeviceAccessOverrideCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteMobileDeviceAccessRuleCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteOrganizationCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteResourceCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteRetentionPolicyCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteUserCommand.js +3 -3
  23. package/dist-cjs/commands/DeregisterFromWorkMailCommand.js +3 -3
  24. package/dist-cjs/commands/DeregisterMailDomainCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeEmailMonitoringConfigurationCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeGroupCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeInboundDmarcSettingsCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeMailboxExportJobCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeOrganizationCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeResourceCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeUserCommand.js +3 -3
  32. package/dist-cjs/commands/DisassociateDelegateFromResourceCommand.js +3 -3
  33. package/dist-cjs/commands/DisassociateMemberFromGroupCommand.js +3 -3
  34. package/dist-cjs/commands/GetAccessControlEffectCommand.js +3 -3
  35. package/dist-cjs/commands/GetDefaultRetentionPolicyCommand.js +3 -3
  36. package/dist-cjs/commands/GetMailDomainCommand.js +3 -3
  37. package/dist-cjs/commands/GetMailboxDetailsCommand.js +3 -3
  38. package/dist-cjs/commands/GetMobileDeviceAccessEffectCommand.js +3 -3
  39. package/dist-cjs/commands/GetMobileDeviceAccessOverrideCommand.js +3 -3
  40. package/dist-cjs/commands/ListAccessControlRulesCommand.js +3 -3
  41. package/dist-cjs/commands/ListAliasesCommand.js +3 -3
  42. package/dist-cjs/commands/ListGroupMembersCommand.js +3 -3
  43. package/dist-cjs/commands/ListGroupsCommand.js +3 -3
  44. package/dist-cjs/commands/ListMailDomainsCommand.js +3 -3
  45. package/dist-cjs/commands/ListMailboxExportJobsCommand.js +3 -3
  46. package/dist-cjs/commands/ListMailboxPermissionsCommand.js +3 -3
  47. package/dist-cjs/commands/ListMobileDeviceAccessOverridesCommand.js +3 -3
  48. package/dist-cjs/commands/ListMobileDeviceAccessRulesCommand.js +3 -3
  49. package/dist-cjs/commands/ListOrganizationsCommand.js +3 -3
  50. package/dist-cjs/commands/ListResourceDelegatesCommand.js +3 -3
  51. package/dist-cjs/commands/ListResourcesCommand.js +3 -3
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  53. package/dist-cjs/commands/ListUsersCommand.js +3 -3
  54. package/dist-cjs/commands/PutAccessControlRuleCommand.js +3 -3
  55. package/dist-cjs/commands/PutEmailMonitoringConfigurationCommand.js +3 -3
  56. package/dist-cjs/commands/PutInboundDmarcSettingsCommand.js +3 -3
  57. package/dist-cjs/commands/PutMailboxPermissionsCommand.js +3 -3
  58. package/dist-cjs/commands/PutMobileDeviceAccessOverrideCommand.js +3 -3
  59. package/dist-cjs/commands/PutRetentionPolicyCommand.js +3 -3
  60. package/dist-cjs/commands/RegisterMailDomainCommand.js +3 -3
  61. package/dist-cjs/commands/RegisterToWorkMailCommand.js +3 -3
  62. package/dist-cjs/commands/ResetPasswordCommand.js +3 -3
  63. package/dist-cjs/commands/StartMailboxExportJobCommand.js +3 -3
  64. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  65. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  66. package/dist-cjs/commands/UpdateDefaultMailDomainCommand.js +3 -3
  67. package/dist-cjs/commands/UpdateMailboxQuotaCommand.js +3 -3
  68. package/dist-cjs/commands/UpdateMobileDeviceAccessRuleCommand.js +3 -3
  69. package/dist-cjs/commands/UpdatePrimaryEmailAddressCommand.js +3 -3
  70. package/dist-cjs/commands/UpdateResourceCommand.js +3 -3
  71. package/dist-cjs/endpoints.js +1 -1
  72. package/dist-cjs/protocols/Aws_json1_1.js +286 -286
  73. package/dist-cjs/runtimeConfig.browser.js +4 -4
  74. package/dist-cjs/runtimeConfig.js +9 -9
  75. package/dist-cjs/runtimeConfig.native.js +1 -1
  76. package/dist-es/WorkMail.js +68 -68
  77. package/dist-es/pagination/ListAliasesPaginator.js +4 -4
  78. package/dist-es/pagination/ListGroupMembersPaginator.js +4 -4
  79. package/dist-es/pagination/ListGroupsPaginator.js +4 -4
  80. package/dist-es/pagination/ListMailDomainsPaginator.js +4 -4
  81. package/dist-es/pagination/ListMailboxExportJobsPaginator.js +4 -4
  82. package/dist-es/pagination/ListMailboxPermissionsPaginator.js +4 -4
  83. package/dist-es/pagination/ListMobileDeviceAccessOverridesPaginator.js +4 -4
  84. package/dist-es/pagination/ListOrganizationsPaginator.js +4 -4
  85. package/dist-es/pagination/ListResourceDelegatesPaginator.js +4 -4
  86. package/dist-es/pagination/ListResourcesPaginator.js +4 -4
  87. package/dist-es/pagination/ListUsersPaginator.js +4 -4
  88. package/dist-types/WorkMailClient.d.ts +2 -2
  89. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  90. package/dist-types/runtimeConfig.d.ts +1 -1
  91. package/dist-types/runtimeConfig.native.d.ts +3 -3
  92. package/dist-types/ts3.4/WorkMailClient.d.ts +2 -2
  93. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  94. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  95. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  96. package/package.json +34 -34
@@ -733,7 +733,7 @@ const deserializeAws_json1_1AssociateDelegateToResourceCommandError = async (out
733
733
  $fault: "client",
734
734
  $metadata: deserializeMetadata(output),
735
735
  });
736
- throw smithy_client_1.decorateServiceException(response, parsedBody);
736
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
737
737
  }
738
738
  };
739
739
  const deserializeAws_json1_1AssociateMemberToGroupCommand = async (output, context) => {
@@ -790,7 +790,7 @@ const deserializeAws_json1_1AssociateMemberToGroupCommandError = async (output,
790
790
  $fault: "client",
791
791
  $metadata: deserializeMetadata(output),
792
792
  });
793
- throw smithy_client_1.decorateServiceException(response, parsedBody);
793
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
794
794
  }
795
795
  };
796
796
  const deserializeAws_json1_1CancelMailboxExportJobCommand = async (output, context) => {
@@ -835,7 +835,7 @@ const deserializeAws_json1_1CancelMailboxExportJobCommandError = async (output,
835
835
  $fault: "client",
836
836
  $metadata: deserializeMetadata(output),
837
837
  });
838
- throw smithy_client_1.decorateServiceException(response, parsedBody);
838
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
839
839
  }
840
840
  };
841
841
  const deserializeAws_json1_1CreateAliasCommand = async (output, context) => {
@@ -895,7 +895,7 @@ const deserializeAws_json1_1CreateAliasCommandError = async (output, context) =>
895
895
  $fault: "client",
896
896
  $metadata: deserializeMetadata(output),
897
897
  });
898
- throw smithy_client_1.decorateServiceException(response, parsedBody);
898
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
899
899
  }
900
900
  };
901
901
  const deserializeAws_json1_1CreateGroupCommand = async (output, context) => {
@@ -952,7 +952,7 @@ const deserializeAws_json1_1CreateGroupCommandError = async (output, context) =>
952
952
  $fault: "client",
953
953
  $metadata: deserializeMetadata(output),
954
954
  });
955
- throw smithy_client_1.decorateServiceException(response, parsedBody);
955
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
956
956
  }
957
957
  };
958
958
  const deserializeAws_json1_1CreateMobileDeviceAccessRuleCommand = async (output, context) => {
@@ -997,7 +997,7 @@ const deserializeAws_json1_1CreateMobileDeviceAccessRuleCommandError = async (ou
997
997
  $fault: "client",
998
998
  $metadata: deserializeMetadata(output),
999
999
  });
1000
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1000
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1001
1001
  }
1002
1002
  };
1003
1003
  const deserializeAws_json1_1CreateOrganizationCommand = async (output, context) => {
@@ -1045,7 +1045,7 @@ const deserializeAws_json1_1CreateOrganizationCommandError = async (output, cont
1045
1045
  $fault: "client",
1046
1046
  $metadata: deserializeMetadata(output),
1047
1047
  });
1048
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1048
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1049
1049
  }
1050
1050
  };
1051
1051
  const deserializeAws_json1_1CreateResourceCommand = async (output, context) => {
@@ -1099,7 +1099,7 @@ const deserializeAws_json1_1CreateResourceCommandError = async (output, context)
1099
1099
  $fault: "client",
1100
1100
  $metadata: deserializeMetadata(output),
1101
1101
  });
1102
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1102
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1103
1103
  }
1104
1104
  };
1105
1105
  const deserializeAws_json1_1CreateUserCommand = async (output, context) => {
@@ -1159,7 +1159,7 @@ const deserializeAws_json1_1CreateUserCommandError = async (output, context) =>
1159
1159
  $fault: "client",
1160
1160
  $metadata: deserializeMetadata(output),
1161
1161
  });
1162
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1162
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1163
1163
  }
1164
1164
  };
1165
1165
  const deserializeAws_json1_1DeleteAccessControlRuleCommand = async (output, context) => {
@@ -1198,7 +1198,7 @@ const deserializeAws_json1_1DeleteAccessControlRuleCommandError = async (output,
1198
1198
  $fault: "client",
1199
1199
  $metadata: deserializeMetadata(output),
1200
1200
  });
1201
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1201
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1202
1202
  }
1203
1203
  };
1204
1204
  const deserializeAws_json1_1DeleteAliasCommand = async (output, context) => {
@@ -1246,7 +1246,7 @@ const deserializeAws_json1_1DeleteAliasCommandError = async (output, context) =>
1246
1246
  $fault: "client",
1247
1247
  $metadata: deserializeMetadata(output),
1248
1248
  });
1249
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1249
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1250
1250
  }
1251
1251
  };
1252
1252
  const deserializeAws_json1_1DeleteEmailMonitoringConfigurationCommand = async (output, context) => {
@@ -1288,7 +1288,7 @@ const deserializeAws_json1_1DeleteEmailMonitoringConfigurationCommandError = asy
1288
1288
  $fault: "client",
1289
1289
  $metadata: deserializeMetadata(output),
1290
1290
  });
1291
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1291
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1292
1292
  }
1293
1293
  };
1294
1294
  const deserializeAws_json1_1DeleteGroupCommand = async (output, context) => {
@@ -1342,7 +1342,7 @@ const deserializeAws_json1_1DeleteGroupCommandError = async (output, context) =>
1342
1342
  $fault: "client",
1343
1343
  $metadata: deserializeMetadata(output),
1344
1344
  });
1345
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1345
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1346
1346
  }
1347
1347
  };
1348
1348
  const deserializeAws_json1_1DeleteMailboxPermissionsCommand = async (output, context) => {
@@ -1390,7 +1390,7 @@ const deserializeAws_json1_1DeleteMailboxPermissionsCommandError = async (output
1390
1390
  $fault: "client",
1391
1391
  $metadata: deserializeMetadata(output),
1392
1392
  });
1393
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1393
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1394
1394
  }
1395
1395
  };
1396
1396
  const deserializeAws_json1_1DeleteMobileDeviceAccessOverrideCommand = async (output, context) => {
@@ -1435,7 +1435,7 @@ const deserializeAws_json1_1DeleteMobileDeviceAccessOverrideCommandError = async
1435
1435
  $fault: "client",
1436
1436
  $metadata: deserializeMetadata(output),
1437
1437
  });
1438
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1438
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1439
1439
  }
1440
1440
  };
1441
1441
  const deserializeAws_json1_1DeleteMobileDeviceAccessRuleCommand = async (output, context) => {
@@ -1477,7 +1477,7 @@ const deserializeAws_json1_1DeleteMobileDeviceAccessRuleCommandError = async (ou
1477
1477
  $fault: "client",
1478
1478
  $metadata: deserializeMetadata(output),
1479
1479
  });
1480
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1480
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1481
1481
  }
1482
1482
  };
1483
1483
  const deserializeAws_json1_1DeleteOrganizationCommand = async (output, context) => {
@@ -1519,7 +1519,7 @@ const deserializeAws_json1_1DeleteOrganizationCommandError = async (output, cont
1519
1519
  $fault: "client",
1520
1520
  $metadata: deserializeMetadata(output),
1521
1521
  });
1522
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1522
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1523
1523
  }
1524
1524
  };
1525
1525
  const deserializeAws_json1_1DeleteResourceCommand = async (output, context) => {
@@ -1564,7 +1564,7 @@ const deserializeAws_json1_1DeleteResourceCommandError = async (output, context)
1564
1564
  $fault: "client",
1565
1565
  $metadata: deserializeMetadata(output),
1566
1566
  });
1567
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1567
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1568
1568
  }
1569
1569
  };
1570
1570
  const deserializeAws_json1_1DeleteRetentionPolicyCommand = async (output, context) => {
@@ -1606,7 +1606,7 @@ const deserializeAws_json1_1DeleteRetentionPolicyCommandError = async (output, c
1606
1606
  $fault: "client",
1607
1607
  $metadata: deserializeMetadata(output),
1608
1608
  });
1609
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1609
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1610
1610
  }
1611
1611
  };
1612
1612
  const deserializeAws_json1_1DeleteUserCommand = async (output, context) => {
@@ -1660,7 +1660,7 @@ const deserializeAws_json1_1DeleteUserCommandError = async (output, context) =>
1660
1660
  $fault: "client",
1661
1661
  $metadata: deserializeMetadata(output),
1662
1662
  });
1663
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1663
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1664
1664
  }
1665
1665
  };
1666
1666
  const deserializeAws_json1_1DeregisterFromWorkMailCommand = async (output, context) => {
@@ -1708,7 +1708,7 @@ const deserializeAws_json1_1DeregisterFromWorkMailCommandError = async (output,
1708
1708
  $fault: "client",
1709
1709
  $metadata: deserializeMetadata(output),
1710
1710
  });
1711
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1711
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1712
1712
  }
1713
1713
  };
1714
1714
  const deserializeAws_json1_1DeregisterMailDomainCommand = async (output, context) => {
@@ -1756,7 +1756,7 @@ const deserializeAws_json1_1DeregisterMailDomainCommandError = async (output, co
1756
1756
  $fault: "client",
1757
1757
  $metadata: deserializeMetadata(output),
1758
1758
  });
1759
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1759
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1760
1760
  }
1761
1761
  };
1762
1762
  const deserializeAws_json1_1DescribeEmailMonitoringConfigurationCommand = async (output, context) => {
@@ -1801,7 +1801,7 @@ const deserializeAws_json1_1DescribeEmailMonitoringConfigurationCommandError = a
1801
1801
  $fault: "client",
1802
1802
  $metadata: deserializeMetadata(output),
1803
1803
  });
1804
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1804
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1805
1805
  }
1806
1806
  };
1807
1807
  const deserializeAws_json1_1DescribeGroupCommand = async (output, context) => {
@@ -1846,7 +1846,7 @@ const deserializeAws_json1_1DescribeGroupCommandError = async (output, context)
1846
1846
  $fault: "client",
1847
1847
  $metadata: deserializeMetadata(output),
1848
1848
  });
1849
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1849
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1850
1850
  }
1851
1851
  };
1852
1852
  const deserializeAws_json1_1DescribeInboundDmarcSettingsCommand = async (output, context) => {
@@ -1885,7 +1885,7 @@ const deserializeAws_json1_1DescribeInboundDmarcSettingsCommandError = async (ou
1885
1885
  $fault: "client",
1886
1886
  $metadata: deserializeMetadata(output),
1887
1887
  });
1888
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1888
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1889
1889
  }
1890
1890
  };
1891
1891
  const deserializeAws_json1_1DescribeMailboxExportJobCommand = async (output, context) => {
@@ -1930,7 +1930,7 @@ const deserializeAws_json1_1DescribeMailboxExportJobCommandError = async (output
1930
1930
  $fault: "client",
1931
1931
  $metadata: deserializeMetadata(output),
1932
1932
  });
1933
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1933
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1934
1934
  }
1935
1935
  };
1936
1936
  const deserializeAws_json1_1DescribeOrganizationCommand = async (output, context) => {
@@ -1969,7 +1969,7 @@ const deserializeAws_json1_1DescribeOrganizationCommandError = async (output, co
1969
1969
  $fault: "client",
1970
1970
  $metadata: deserializeMetadata(output),
1971
1971
  });
1972
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1972
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1973
1973
  }
1974
1974
  };
1975
1975
  const deserializeAws_json1_1DescribeResourceCommand = async (output, context) => {
@@ -2014,7 +2014,7 @@ const deserializeAws_json1_1DescribeResourceCommandError = async (output, contex
2014
2014
  $fault: "client",
2015
2015
  $metadata: deserializeMetadata(output),
2016
2016
  });
2017
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2017
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2018
2018
  }
2019
2019
  };
2020
2020
  const deserializeAws_json1_1DescribeUserCommand = async (output, context) => {
@@ -2059,7 +2059,7 @@ const deserializeAws_json1_1DescribeUserCommandError = async (output, context) =
2059
2059
  $fault: "client",
2060
2060
  $metadata: deserializeMetadata(output),
2061
2061
  });
2062
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2062
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2063
2063
  }
2064
2064
  };
2065
2065
  const deserializeAws_json1_1DisassociateDelegateFromResourceCommand = async (output, context) => {
@@ -2107,7 +2107,7 @@ const deserializeAws_json1_1DisassociateDelegateFromResourceCommandError = async
2107
2107
  $fault: "client",
2108
2108
  $metadata: deserializeMetadata(output),
2109
2109
  });
2110
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2110
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2111
2111
  }
2112
2112
  };
2113
2113
  const deserializeAws_json1_1DisassociateMemberFromGroupCommand = async (output, context) => {
@@ -2164,7 +2164,7 @@ const deserializeAws_json1_1DisassociateMemberFromGroupCommandError = async (out
2164
2164
  $fault: "client",
2165
2165
  $metadata: deserializeMetadata(output),
2166
2166
  });
2167
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2167
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2168
2168
  }
2169
2169
  };
2170
2170
  const deserializeAws_json1_1GetAccessControlEffectCommand = async (output, context) => {
@@ -2209,7 +2209,7 @@ const deserializeAws_json1_1GetAccessControlEffectCommandError = async (output,
2209
2209
  $fault: "client",
2210
2210
  $metadata: deserializeMetadata(output),
2211
2211
  });
2212
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2212
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2213
2213
  }
2214
2214
  };
2215
2215
  const deserializeAws_json1_1GetDefaultRetentionPolicyCommand = async (output, context) => {
@@ -2254,7 +2254,7 @@ const deserializeAws_json1_1GetDefaultRetentionPolicyCommandError = async (outpu
2254
2254
  $fault: "client",
2255
2255
  $metadata: deserializeMetadata(output),
2256
2256
  });
2257
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2257
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2258
2258
  }
2259
2259
  };
2260
2260
  const deserializeAws_json1_1GetMailboxDetailsCommand = async (output, context) => {
@@ -2296,7 +2296,7 @@ const deserializeAws_json1_1GetMailboxDetailsCommandError = async (output, conte
2296
2296
  $fault: "client",
2297
2297
  $metadata: deserializeMetadata(output),
2298
2298
  });
2299
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2299
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2300
2300
  }
2301
2301
  };
2302
2302
  const deserializeAws_json1_1GetMailDomainCommand = async (output, context) => {
@@ -2341,7 +2341,7 @@ const deserializeAws_json1_1GetMailDomainCommandError = async (output, context)
2341
2341
  $fault: "client",
2342
2342
  $metadata: deserializeMetadata(output),
2343
2343
  });
2344
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2344
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2345
2345
  }
2346
2346
  };
2347
2347
  const deserializeAws_json1_1GetMobileDeviceAccessEffectCommand = async (output, context) => {
@@ -2383,7 +2383,7 @@ const deserializeAws_json1_1GetMobileDeviceAccessEffectCommandError = async (out
2383
2383
  $fault: "client",
2384
2384
  $metadata: deserializeMetadata(output),
2385
2385
  });
2386
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2386
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2387
2387
  }
2388
2388
  };
2389
2389
  const deserializeAws_json1_1GetMobileDeviceAccessOverrideCommand = async (output, context) => {
@@ -2431,7 +2431,7 @@ const deserializeAws_json1_1GetMobileDeviceAccessOverrideCommandError = async (o
2431
2431
  $fault: "client",
2432
2432
  $metadata: deserializeMetadata(output),
2433
2433
  });
2434
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2434
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2435
2435
  }
2436
2436
  };
2437
2437
  const deserializeAws_json1_1ListAccessControlRulesCommand = async (output, context) => {
@@ -2470,7 +2470,7 @@ const deserializeAws_json1_1ListAccessControlRulesCommandError = async (output,
2470
2470
  $fault: "client",
2471
2471
  $metadata: deserializeMetadata(output),
2472
2472
  });
2473
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2473
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2474
2474
  }
2475
2475
  };
2476
2476
  const deserializeAws_json1_1ListAliasesCommand = async (output, context) => {
@@ -2518,7 +2518,7 @@ const deserializeAws_json1_1ListAliasesCommandError = async (output, context) =>
2518
2518
  $fault: "client",
2519
2519
  $metadata: deserializeMetadata(output),
2520
2520
  });
2521
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2521
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2522
2522
  }
2523
2523
  };
2524
2524
  const deserializeAws_json1_1ListGroupMembersCommand = async (output, context) => {
@@ -2566,7 +2566,7 @@ const deserializeAws_json1_1ListGroupMembersCommandError = async (output, contex
2566
2566
  $fault: "client",
2567
2567
  $metadata: deserializeMetadata(output),
2568
2568
  });
2569
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2569
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2570
2570
  }
2571
2571
  };
2572
2572
  const deserializeAws_json1_1ListGroupsCommand = async (output, context) => {
@@ -2611,7 +2611,7 @@ const deserializeAws_json1_1ListGroupsCommandError = async (output, context) =>
2611
2611
  $fault: "client",
2612
2612
  $metadata: deserializeMetadata(output),
2613
2613
  });
2614
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2614
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2615
2615
  }
2616
2616
  };
2617
2617
  const deserializeAws_json1_1ListMailboxExportJobsCommand = async (output, context) => {
@@ -2653,7 +2653,7 @@ const deserializeAws_json1_1ListMailboxExportJobsCommandError = async (output, c
2653
2653
  $fault: "client",
2654
2654
  $metadata: deserializeMetadata(output),
2655
2655
  });
2656
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2656
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2657
2657
  }
2658
2658
  };
2659
2659
  const deserializeAws_json1_1ListMailboxPermissionsCommand = async (output, context) => {
@@ -2698,7 +2698,7 @@ const deserializeAws_json1_1ListMailboxPermissionsCommandError = async (output,
2698
2698
  $fault: "client",
2699
2699
  $metadata: deserializeMetadata(output),
2700
2700
  });
2701
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2701
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2702
2702
  }
2703
2703
  };
2704
2704
  const deserializeAws_json1_1ListMailDomainsCommand = async (output, context) => {
@@ -2740,7 +2740,7 @@ const deserializeAws_json1_1ListMailDomainsCommandError = async (output, context
2740
2740
  $fault: "client",
2741
2741
  $metadata: deserializeMetadata(output),
2742
2742
  });
2743
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2743
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2744
2744
  }
2745
2745
  };
2746
2746
  const deserializeAws_json1_1ListMobileDeviceAccessOverridesCommand = async (output, context) => {
@@ -2785,7 +2785,7 @@ const deserializeAws_json1_1ListMobileDeviceAccessOverridesCommandError = async
2785
2785
  $fault: "client",
2786
2786
  $metadata: deserializeMetadata(output),
2787
2787
  });
2788
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2788
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2789
2789
  }
2790
2790
  };
2791
2791
  const deserializeAws_json1_1ListMobileDeviceAccessRulesCommand = async (output, context) => {
@@ -2827,7 +2827,7 @@ const deserializeAws_json1_1ListMobileDeviceAccessRulesCommandError = async (out
2827
2827
  $fault: "client",
2828
2828
  $metadata: deserializeMetadata(output),
2829
2829
  });
2830
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2830
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2831
2831
  }
2832
2832
  };
2833
2833
  const deserializeAws_json1_1ListOrganizationsCommand = async (output, context) => {
@@ -2863,7 +2863,7 @@ const deserializeAws_json1_1ListOrganizationsCommandError = async (output, conte
2863
2863
  $fault: "client",
2864
2864
  $metadata: deserializeMetadata(output),
2865
2865
  });
2866
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2866
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2867
2867
  }
2868
2868
  };
2869
2869
  const deserializeAws_json1_1ListResourceDelegatesCommand = async (output, context) => {
@@ -2911,7 +2911,7 @@ const deserializeAws_json1_1ListResourceDelegatesCommandError = async (output, c
2911
2911
  $fault: "client",
2912
2912
  $metadata: deserializeMetadata(output),
2913
2913
  });
2914
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2914
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2915
2915
  }
2916
2916
  };
2917
2917
  const deserializeAws_json1_1ListResourcesCommand = async (output, context) => {
@@ -2953,7 +2953,7 @@ const deserializeAws_json1_1ListResourcesCommandError = async (output, context)
2953
2953
  $fault: "client",
2954
2954
  $metadata: deserializeMetadata(output),
2955
2955
  });
2956
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2956
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2957
2957
  }
2958
2958
  };
2959
2959
  const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
@@ -2989,7 +2989,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
2989
2989
  $fault: "client",
2990
2990
  $metadata: deserializeMetadata(output),
2991
2991
  });
2992
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2992
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2993
2993
  }
2994
2994
  };
2995
2995
  const deserializeAws_json1_1ListUsersCommand = async (output, context) => {
@@ -3031,7 +3031,7 @@ const deserializeAws_json1_1ListUsersCommandError = async (output, context) => {
3031
3031
  $fault: "client",
3032
3032
  $metadata: deserializeMetadata(output),
3033
3033
  });
3034
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3034
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3035
3035
  }
3036
3036
  };
3037
3037
  const deserializeAws_json1_1PutAccessControlRuleCommand = async (output, context) => {
@@ -3079,7 +3079,7 @@ const deserializeAws_json1_1PutAccessControlRuleCommandError = async (output, co
3079
3079
  $fault: "client",
3080
3080
  $metadata: deserializeMetadata(output),
3081
3081
  });
3082
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3082
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3083
3083
  }
3084
3084
  };
3085
3085
  const deserializeAws_json1_1PutEmailMonitoringConfigurationCommand = async (output, context) => {
@@ -3124,7 +3124,7 @@ const deserializeAws_json1_1PutEmailMonitoringConfigurationCommandError = async
3124
3124
  $fault: "client",
3125
3125
  $metadata: deserializeMetadata(output),
3126
3126
  });
3127
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3127
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3128
3128
  }
3129
3129
  };
3130
3130
  const deserializeAws_json1_1PutInboundDmarcSettingsCommand = async (output, context) => {
@@ -3163,7 +3163,7 @@ const deserializeAws_json1_1PutInboundDmarcSettingsCommandError = async (output,
3163
3163
  $fault: "client",
3164
3164
  $metadata: deserializeMetadata(output),
3165
3165
  });
3166
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3166
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3167
3167
  }
3168
3168
  };
3169
3169
  const deserializeAws_json1_1PutMailboxPermissionsCommand = async (output, context) => {
@@ -3211,7 +3211,7 @@ const deserializeAws_json1_1PutMailboxPermissionsCommandError = async (output, c
3211
3211
  $fault: "client",
3212
3212
  $metadata: deserializeMetadata(output),
3213
3213
  });
3214
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3214
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3215
3215
  }
3216
3216
  };
3217
3217
  const deserializeAws_json1_1PutMobileDeviceAccessOverrideCommand = async (output, context) => {
@@ -3259,7 +3259,7 @@ const deserializeAws_json1_1PutMobileDeviceAccessOverrideCommandError = async (o
3259
3259
  $fault: "client",
3260
3260
  $metadata: deserializeMetadata(output),
3261
3261
  });
3262
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3262
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3263
3263
  }
3264
3264
  };
3265
3265
  const deserializeAws_json1_1PutRetentionPolicyCommand = async (output, context) => {
@@ -3304,7 +3304,7 @@ const deserializeAws_json1_1PutRetentionPolicyCommandError = async (output, cont
3304
3304
  $fault: "client",
3305
3305
  $metadata: deserializeMetadata(output),
3306
3306
  });
3307
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3307
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3308
3308
  }
3309
3309
  };
3310
3310
  const deserializeAws_json1_1RegisterMailDomainCommand = async (output, context) => {
@@ -3352,7 +3352,7 @@ const deserializeAws_json1_1RegisterMailDomainCommandError = async (output, cont
3352
3352
  $fault: "client",
3353
3353
  $metadata: deserializeMetadata(output),
3354
3354
  });
3355
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3355
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3356
3356
  }
3357
3357
  };
3358
3358
  const deserializeAws_json1_1RegisterToWorkMailCommand = async (output, context) => {
@@ -3418,7 +3418,7 @@ const deserializeAws_json1_1RegisterToWorkMailCommandError = async (output, cont
3418
3418
  $fault: "client",
3419
3419
  $metadata: deserializeMetadata(output),
3420
3420
  });
3421
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3421
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3422
3422
  }
3423
3423
  };
3424
3424
  const deserializeAws_json1_1ResetPasswordCommand = async (output, context) => {
@@ -3478,7 +3478,7 @@ const deserializeAws_json1_1ResetPasswordCommandError = async (output, context)
3478
3478
  $fault: "client",
3479
3479
  $metadata: deserializeMetadata(output),
3480
3480
  });
3481
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3481
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3482
3482
  }
3483
3483
  };
3484
3484
  const deserializeAws_json1_1StartMailboxExportJobCommand = async (output, context) => {
@@ -3526,7 +3526,7 @@ const deserializeAws_json1_1StartMailboxExportJobCommandError = async (output, c
3526
3526
  $fault: "client",
3527
3527
  $metadata: deserializeMetadata(output),
3528
3528
  });
3529
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3529
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3530
3530
  }
3531
3531
  };
3532
3532
  const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
@@ -3568,7 +3568,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
3568
3568
  $fault: "client",
3569
3569
  $metadata: deserializeMetadata(output),
3570
3570
  });
3571
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3571
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3572
3572
  }
3573
3573
  };
3574
3574
  const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
@@ -3604,7 +3604,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
3604
3604
  $fault: "client",
3605
3605
  $metadata: deserializeMetadata(output),
3606
3606
  });
3607
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3607
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3608
3608
  }
3609
3609
  };
3610
3610
  const deserializeAws_json1_1UpdateDefaultMailDomainCommand = async (output, context) => {
@@ -3652,7 +3652,7 @@ const deserializeAws_json1_1UpdateDefaultMailDomainCommandError = async (output,
3652
3652
  $fault: "client",
3653
3653
  $metadata: deserializeMetadata(output),
3654
3654
  });
3655
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3655
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3656
3656
  }
3657
3657
  };
3658
3658
  const deserializeAws_json1_1UpdateMailboxQuotaCommand = async (output, context) => {
@@ -3700,7 +3700,7 @@ const deserializeAws_json1_1UpdateMailboxQuotaCommandError = async (output, cont
3700
3700
  $fault: "client",
3701
3701
  $metadata: deserializeMetadata(output),
3702
3702
  });
3703
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3703
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3704
3704
  }
3705
3705
  };
3706
3706
  const deserializeAws_json1_1UpdateMobileDeviceAccessRuleCommand = async (output, context) => {
@@ -3745,7 +3745,7 @@ const deserializeAws_json1_1UpdateMobileDeviceAccessRuleCommandError = async (ou
3745
3745
  $fault: "client",
3746
3746
  $metadata: deserializeMetadata(output),
3747
3747
  });
3748
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3748
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3749
3749
  }
3750
3750
  };
3751
3751
  const deserializeAws_json1_1UpdatePrimaryEmailAddressCommand = async (output, context) => {
@@ -3811,7 +3811,7 @@ const deserializeAws_json1_1UpdatePrimaryEmailAddressCommandError = async (outpu
3811
3811
  $fault: "client",
3812
3812
  $metadata: deserializeMetadata(output),
3813
3813
  });
3814
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3814
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3815
3815
  }
3816
3816
  };
3817
3817
  const deserializeAws_json1_1UpdateResourceCommand = async (output, context) => {
@@ -3874,7 +3874,7 @@ const deserializeAws_json1_1UpdateResourceCommandError = async (output, context)
3874
3874
  $fault: "client",
3875
3875
  $metadata: deserializeMetadata(output),
3876
3876
  });
3877
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3877
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3878
3878
  }
3879
3879
  };
3880
3880
  const deserializeAws_json1_1DirectoryInUseExceptionResponse = async (parsedOutput, context) => {
@@ -3884,7 +3884,7 @@ const deserializeAws_json1_1DirectoryInUseExceptionResponse = async (parsedOutpu
3884
3884
  $metadata: deserializeMetadata(parsedOutput),
3885
3885
  ...deserialized,
3886
3886
  });
3887
- return smithy_client_1.decorateServiceException(exception, body);
3887
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3888
3888
  };
3889
3889
  const deserializeAws_json1_1DirectoryServiceAuthenticationFailedExceptionResponse = async (parsedOutput, context) => {
3890
3890
  const body = parsedOutput.body;
@@ -3893,7 +3893,7 @@ const deserializeAws_json1_1DirectoryServiceAuthenticationFailedExceptionRespons
3893
3893
  $metadata: deserializeMetadata(parsedOutput),
3894
3894
  ...deserialized,
3895
3895
  });
3896
- return smithy_client_1.decorateServiceException(exception, body);
3896
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3897
3897
  };
3898
3898
  const deserializeAws_json1_1DirectoryUnavailableExceptionResponse = async (parsedOutput, context) => {
3899
3899
  const body = parsedOutput.body;
@@ -3902,7 +3902,7 @@ const deserializeAws_json1_1DirectoryUnavailableExceptionResponse = async (parse
3902
3902
  $metadata: deserializeMetadata(parsedOutput),
3903
3903
  ...deserialized,
3904
3904
  });
3905
- return smithy_client_1.decorateServiceException(exception, body);
3905
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3906
3906
  };
3907
3907
  const deserializeAws_json1_1EmailAddressInUseExceptionResponse = async (parsedOutput, context) => {
3908
3908
  const body = parsedOutput.body;
@@ -3911,7 +3911,7 @@ const deserializeAws_json1_1EmailAddressInUseExceptionResponse = async (parsedOu
3911
3911
  $metadata: deserializeMetadata(parsedOutput),
3912
3912
  ...deserialized,
3913
3913
  });
3914
- return smithy_client_1.decorateServiceException(exception, body);
3914
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3915
3915
  };
3916
3916
  const deserializeAws_json1_1EntityAlreadyRegisteredExceptionResponse = async (parsedOutput, context) => {
3917
3917
  const body = parsedOutput.body;
@@ -3920,7 +3920,7 @@ const deserializeAws_json1_1EntityAlreadyRegisteredExceptionResponse = async (pa
3920
3920
  $metadata: deserializeMetadata(parsedOutput),
3921
3921
  ...deserialized,
3922
3922
  });
3923
- return smithy_client_1.decorateServiceException(exception, body);
3923
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3924
3924
  };
3925
3925
  const deserializeAws_json1_1EntityNotFoundExceptionResponse = async (parsedOutput, context) => {
3926
3926
  const body = parsedOutput.body;
@@ -3929,7 +3929,7 @@ const deserializeAws_json1_1EntityNotFoundExceptionResponse = async (parsedOutpu
3929
3929
  $metadata: deserializeMetadata(parsedOutput),
3930
3930
  ...deserialized,
3931
3931
  });
3932
- return smithy_client_1.decorateServiceException(exception, body);
3932
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3933
3933
  };
3934
3934
  const deserializeAws_json1_1EntityStateExceptionResponse = async (parsedOutput, context) => {
3935
3935
  const body = parsedOutput.body;
@@ -3938,7 +3938,7 @@ const deserializeAws_json1_1EntityStateExceptionResponse = async (parsedOutput,
3938
3938
  $metadata: deserializeMetadata(parsedOutput),
3939
3939
  ...deserialized,
3940
3940
  });
3941
- return smithy_client_1.decorateServiceException(exception, body);
3941
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3942
3942
  };
3943
3943
  const deserializeAws_json1_1InvalidConfigurationExceptionResponse = async (parsedOutput, context) => {
3944
3944
  const body = parsedOutput.body;
@@ -3947,7 +3947,7 @@ const deserializeAws_json1_1InvalidConfigurationExceptionResponse = async (parse
3947
3947
  $metadata: deserializeMetadata(parsedOutput),
3948
3948
  ...deserialized,
3949
3949
  });
3950
- return smithy_client_1.decorateServiceException(exception, body);
3950
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3951
3951
  };
3952
3952
  const deserializeAws_json1_1InvalidCustomSesConfigurationExceptionResponse = async (parsedOutput, context) => {
3953
3953
  const body = parsedOutput.body;
@@ -3956,7 +3956,7 @@ const deserializeAws_json1_1InvalidCustomSesConfigurationExceptionResponse = asy
3956
3956
  $metadata: deserializeMetadata(parsedOutput),
3957
3957
  ...deserialized,
3958
3958
  });
3959
- return smithy_client_1.decorateServiceException(exception, body);
3959
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3960
3960
  };
3961
3961
  const deserializeAws_json1_1InvalidParameterExceptionResponse = async (parsedOutput, context) => {
3962
3962
  const body = parsedOutput.body;
@@ -3965,7 +3965,7 @@ const deserializeAws_json1_1InvalidParameterExceptionResponse = async (parsedOut
3965
3965
  $metadata: deserializeMetadata(parsedOutput),
3966
3966
  ...deserialized,
3967
3967
  });
3968
- return smithy_client_1.decorateServiceException(exception, body);
3968
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3969
3969
  };
3970
3970
  const deserializeAws_json1_1InvalidPasswordExceptionResponse = async (parsedOutput, context) => {
3971
3971
  const body = parsedOutput.body;
@@ -3974,7 +3974,7 @@ const deserializeAws_json1_1InvalidPasswordExceptionResponse = async (parsedOutp
3974
3974
  $metadata: deserializeMetadata(parsedOutput),
3975
3975
  ...deserialized,
3976
3976
  });
3977
- return smithy_client_1.decorateServiceException(exception, body);
3977
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3978
3978
  };
3979
3979
  const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput, context) => {
3980
3980
  const body = parsedOutput.body;
@@ -3983,7 +3983,7 @@ const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput
3983
3983
  $metadata: deserializeMetadata(parsedOutput),
3984
3984
  ...deserialized,
3985
3985
  });
3986
- return smithy_client_1.decorateServiceException(exception, body);
3986
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3987
3987
  };
3988
3988
  const deserializeAws_json1_1MailDomainInUseExceptionResponse = async (parsedOutput, context) => {
3989
3989
  const body = parsedOutput.body;
@@ -3992,7 +3992,7 @@ const deserializeAws_json1_1MailDomainInUseExceptionResponse = async (parsedOutp
3992
3992
  $metadata: deserializeMetadata(parsedOutput),
3993
3993
  ...deserialized,
3994
3994
  });
3995
- return smithy_client_1.decorateServiceException(exception, body);
3995
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
3996
3996
  };
3997
3997
  const deserializeAws_json1_1MailDomainNotFoundExceptionResponse = async (parsedOutput, context) => {
3998
3998
  const body = parsedOutput.body;
@@ -4001,7 +4001,7 @@ const deserializeAws_json1_1MailDomainNotFoundExceptionResponse = async (parsedO
4001
4001
  $metadata: deserializeMetadata(parsedOutput),
4002
4002
  ...deserialized,
4003
4003
  });
4004
- return smithy_client_1.decorateServiceException(exception, body);
4004
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
4005
4005
  };
4006
4006
  const deserializeAws_json1_1MailDomainStateExceptionResponse = async (parsedOutput, context) => {
4007
4007
  const body = parsedOutput.body;
@@ -4010,7 +4010,7 @@ const deserializeAws_json1_1MailDomainStateExceptionResponse = async (parsedOutp
4010
4010
  $metadata: deserializeMetadata(parsedOutput),
4011
4011
  ...deserialized,
4012
4012
  });
4013
- return smithy_client_1.decorateServiceException(exception, body);
4013
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
4014
4014
  };
4015
4015
  const deserializeAws_json1_1NameAvailabilityExceptionResponse = async (parsedOutput, context) => {
4016
4016
  const body = parsedOutput.body;
@@ -4019,7 +4019,7 @@ const deserializeAws_json1_1NameAvailabilityExceptionResponse = async (parsedOut
4019
4019
  $metadata: deserializeMetadata(parsedOutput),
4020
4020
  ...deserialized,
4021
4021
  });
4022
- return smithy_client_1.decorateServiceException(exception, body);
4022
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
4023
4023
  };
4024
4024
  const deserializeAws_json1_1OrganizationNotFoundExceptionResponse = async (parsedOutput, context) => {
4025
4025
  const body = parsedOutput.body;
@@ -4028,7 +4028,7 @@ const deserializeAws_json1_1OrganizationNotFoundExceptionResponse = async (parse
4028
4028
  $metadata: deserializeMetadata(parsedOutput),
4029
4029
  ...deserialized,
4030
4030
  });
4031
- return smithy_client_1.decorateServiceException(exception, body);
4031
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
4032
4032
  };
4033
4033
  const deserializeAws_json1_1OrganizationStateExceptionResponse = async (parsedOutput, context) => {
4034
4034
  const body = parsedOutput.body;
@@ -4037,7 +4037,7 @@ const deserializeAws_json1_1OrganizationStateExceptionResponse = async (parsedOu
4037
4037
  $metadata: deserializeMetadata(parsedOutput),
4038
4038
  ...deserialized,
4039
4039
  });
4040
- return smithy_client_1.decorateServiceException(exception, body);
4040
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
4041
4041
  };
4042
4042
  const deserializeAws_json1_1ReservedNameExceptionResponse = async (parsedOutput, context) => {
4043
4043
  const body = parsedOutput.body;
@@ -4046,7 +4046,7 @@ const deserializeAws_json1_1ReservedNameExceptionResponse = async (parsedOutput,
4046
4046
  $metadata: deserializeMetadata(parsedOutput),
4047
4047
  ...deserialized,
4048
4048
  });
4049
- return smithy_client_1.decorateServiceException(exception, body);
4049
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
4050
4050
  };
4051
4051
  const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
4052
4052
  const body = parsedOutput.body;
@@ -4055,7 +4055,7 @@ const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOut
4055
4055
  $metadata: deserializeMetadata(parsedOutput),
4056
4056
  ...deserialized,
4057
4057
  });
4058
- return smithy_client_1.decorateServiceException(exception, body);
4058
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
4059
4059
  };
4060
4060
  const deserializeAws_json1_1TooManyTagsExceptionResponse = async (parsedOutput, context) => {
4061
4061
  const body = parsedOutput.body;
@@ -4064,7 +4064,7 @@ const deserializeAws_json1_1TooManyTagsExceptionResponse = async (parsedOutput,
4064
4064
  $metadata: deserializeMetadata(parsedOutput),
4065
4065
  ...deserialized,
4066
4066
  });
4067
- return smithy_client_1.decorateServiceException(exception, body);
4067
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
4068
4068
  };
4069
4069
  const deserializeAws_json1_1UnsupportedOperationExceptionResponse = async (parsedOutput, context) => {
4070
4070
  const body = parsedOutput.body;
@@ -4073,7 +4073,7 @@ const deserializeAws_json1_1UnsupportedOperationExceptionResponse = async (parse
4073
4073
  $metadata: deserializeMetadata(parsedOutput),
4074
4074
  ...deserialized,
4075
4075
  });
4076
- return smithy_client_1.decorateServiceException(exception, body);
4076
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
4077
4077
  };
4078
4078
  const serializeAws_json1_1ActionsList = (input, context) => {
4079
4079
  return input
@@ -4118,7 +4118,7 @@ const serializeAws_json1_1BookingOptions = (input, context) => {
4118
4118
  const serializeAws_json1_1CancelMailboxExportJobRequest = (input, context) => {
4119
4119
  var _a;
4120
4120
  return {
4121
- ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
4121
+ ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
4122
4122
  ...(input.JobId !== undefined && input.JobId !== null && { JobId: input.JobId }),
4123
4123
  ...(input.OrganizationId !== undefined &&
4124
4124
  input.OrganizationId !== null && { OrganizationId: input.OrganizationId }),
@@ -4142,7 +4142,7 @@ const serializeAws_json1_1CreateGroupRequest = (input, context) => {
4142
4142
  const serializeAws_json1_1CreateMobileDeviceAccessRuleRequest = (input, context) => {
4143
4143
  var _a;
4144
4144
  return {
4145
- ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
4145
+ ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
4146
4146
  ...(input.Description !== undefined && input.Description !== null && { Description: input.Description }),
4147
4147
  ...(input.DeviceModels !== undefined &&
4148
4148
  input.DeviceModels !== null && {
@@ -4184,7 +4184,7 @@ const serializeAws_json1_1CreateOrganizationRequest = (input, context) => {
4184
4184
  var _a;
4185
4185
  return {
4186
4186
  ...(input.Alias !== undefined && input.Alias !== null && { Alias: input.Alias }),
4187
- ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
4187
+ ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
4188
4188
  ...(input.DirectoryId !== undefined && input.DirectoryId !== null && { DirectoryId: input.DirectoryId }),
4189
4189
  ...(input.Domains !== undefined &&
4190
4190
  input.Domains !== null && { Domains: serializeAws_json1_1Domains(input.Domains, context) }),
@@ -4265,7 +4265,7 @@ const serializeAws_json1_1DeleteMobileDeviceAccessRuleRequest = (input, context)
4265
4265
  const serializeAws_json1_1DeleteOrganizationRequest = (input, context) => {
4266
4266
  var _a;
4267
4267
  return {
4268
- ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
4268
+ ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
4269
4269
  ...(input.DeleteDirectory !== undefined &&
4270
4270
  input.DeleteDirectory !== null && { DeleteDirectory: input.DeleteDirectory }),
4271
4271
  ...(input.OrganizationId !== undefined &&
@@ -4694,7 +4694,7 @@ const serializeAws_json1_1PutRetentionPolicyRequest = (input, context) => {
4694
4694
  const serializeAws_json1_1RegisterMailDomainRequest = (input, context) => {
4695
4695
  var _a;
4696
4696
  return {
4697
- ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
4697
+ ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
4698
4698
  ...(input.DomainName !== undefined && input.DomainName !== null && { DomainName: input.DomainName }),
4699
4699
  ...(input.OrganizationId !== undefined &&
4700
4700
  input.OrganizationId !== null && { OrganizationId: input.OrganizationId }),
@@ -4719,7 +4719,7 @@ const serializeAws_json1_1ResetPasswordRequest = (input, context) => {
4719
4719
  const serializeAws_json1_1StartMailboxExportJobRequest = (input, context) => {
4720
4720
  var _a;
4721
4721
  return {
4722
- ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
4722
+ ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
4723
4723
  ...(input.Description !== undefined && input.Description !== null && { Description: input.Description }),
4724
4724
  ...(input.EntityId !== undefined && input.EntityId !== null && { EntityId: input.EntityId }),
4725
4725
  ...(input.KmsKeyArn !== undefined && input.KmsKeyArn !== null && { KmsKeyArn: input.KmsKeyArn }),
@@ -4861,17 +4861,17 @@ const deserializeAws_json1_1AccessControlRule = (output, context) => {
4861
4861
  ? deserializeAws_json1_1ActionsList(output.Actions, context)
4862
4862
  : undefined,
4863
4863
  DateCreated: output.DateCreated !== undefined && output.DateCreated !== null
4864
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DateCreated)))
4864
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DateCreated)))
4865
4865
  : undefined,
4866
4866
  DateModified: output.DateModified !== undefined && output.DateModified !== null
4867
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DateModified)))
4867
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DateModified)))
4868
4868
  : undefined,
4869
- Description: smithy_client_1.expectString(output.Description),
4870
- Effect: smithy_client_1.expectString(output.Effect),
4869
+ Description: (0, smithy_client_1.expectString)(output.Description),
4870
+ Effect: (0, smithy_client_1.expectString)(output.Effect),
4871
4871
  IpRanges: output.IpRanges !== undefined && output.IpRanges !== null
4872
4872
  ? deserializeAws_json1_1IpRangeList(output.IpRanges, context)
4873
4873
  : undefined,
4874
- Name: smithy_client_1.expectString(output.Name),
4874
+ Name: (0, smithy_client_1.expectString)(output.Name),
4875
4875
  NotActions: output.NotActions !== undefined && output.NotActions !== null
4876
4876
  ? deserializeAws_json1_1ActionsList(output.NotActions, context)
4877
4877
  : undefined,
@@ -4893,7 +4893,7 @@ const deserializeAws_json1_1AccessControlRuleNameList = (output, context) => {
4893
4893
  if (entry === null) {
4894
4894
  return null;
4895
4895
  }
4896
- return smithy_client_1.expectString(entry);
4896
+ return (0, smithy_client_1.expectString)(entry);
4897
4897
  });
4898
4898
  return retVal;
4899
4899
  };
@@ -4915,7 +4915,7 @@ const deserializeAws_json1_1ActionsList = (output, context) => {
4915
4915
  if (entry === null) {
4916
4916
  return null;
4917
4917
  }
4918
- return smithy_client_1.expectString(entry);
4918
+ return (0, smithy_client_1.expectString)(entry);
4919
4919
  });
4920
4920
  return retVal;
4921
4921
  };
@@ -4926,7 +4926,7 @@ const deserializeAws_json1_1Aliases = (output, context) => {
4926
4926
  if (entry === null) {
4927
4927
  return null;
4928
4928
  }
4929
- return smithy_client_1.expectString(entry);
4929
+ return (0, smithy_client_1.expectString)(entry);
4930
4930
  });
4931
4931
  return retVal;
4932
4932
  };
@@ -4938,9 +4938,9 @@ const deserializeAws_json1_1AssociateMemberToGroupResponse = (output, context) =
4938
4938
  };
4939
4939
  const deserializeAws_json1_1BookingOptions = (output, context) => {
4940
4940
  return {
4941
- AutoAcceptRequests: smithy_client_1.expectBoolean(output.AutoAcceptRequests),
4942
- AutoDeclineConflictingRequests: smithy_client_1.expectBoolean(output.AutoDeclineConflictingRequests),
4943
- AutoDeclineRecurringRequests: smithy_client_1.expectBoolean(output.AutoDeclineRecurringRequests),
4941
+ AutoAcceptRequests: (0, smithy_client_1.expectBoolean)(output.AutoAcceptRequests),
4942
+ AutoDeclineConflictingRequests: (0, smithy_client_1.expectBoolean)(output.AutoDeclineConflictingRequests),
4943
+ AutoDeclineRecurringRequests: (0, smithy_client_1.expectBoolean)(output.AutoDeclineRecurringRequests),
4944
4944
  };
4945
4945
  };
4946
4946
  const deserializeAws_json1_1CancelMailboxExportJobResponse = (output, context) => {
@@ -4951,33 +4951,33 @@ const deserializeAws_json1_1CreateAliasResponse = (output, context) => {
4951
4951
  };
4952
4952
  const deserializeAws_json1_1CreateGroupResponse = (output, context) => {
4953
4953
  return {
4954
- GroupId: smithy_client_1.expectString(output.GroupId),
4954
+ GroupId: (0, smithy_client_1.expectString)(output.GroupId),
4955
4955
  };
4956
4956
  };
4957
4957
  const deserializeAws_json1_1CreateMobileDeviceAccessRuleResponse = (output, context) => {
4958
4958
  return {
4959
- MobileDeviceAccessRuleId: smithy_client_1.expectString(output.MobileDeviceAccessRuleId),
4959
+ MobileDeviceAccessRuleId: (0, smithy_client_1.expectString)(output.MobileDeviceAccessRuleId),
4960
4960
  };
4961
4961
  };
4962
4962
  const deserializeAws_json1_1CreateOrganizationResponse = (output, context) => {
4963
4963
  return {
4964
- OrganizationId: smithy_client_1.expectString(output.OrganizationId),
4964
+ OrganizationId: (0, smithy_client_1.expectString)(output.OrganizationId),
4965
4965
  };
4966
4966
  };
4967
4967
  const deserializeAws_json1_1CreateResourceResponse = (output, context) => {
4968
4968
  return {
4969
- ResourceId: smithy_client_1.expectString(output.ResourceId),
4969
+ ResourceId: (0, smithy_client_1.expectString)(output.ResourceId),
4970
4970
  };
4971
4971
  };
4972
4972
  const deserializeAws_json1_1CreateUserResponse = (output, context) => {
4973
4973
  return {
4974
- UserId: smithy_client_1.expectString(output.UserId),
4974
+ UserId: (0, smithy_client_1.expectString)(output.UserId),
4975
4975
  };
4976
4976
  };
4977
4977
  const deserializeAws_json1_1Delegate = (output, context) => {
4978
4978
  return {
4979
- Id: smithy_client_1.expectString(output.Id),
4980
- Type: smithy_client_1.expectString(output.Type),
4979
+ Id: (0, smithy_client_1.expectString)(output.Id),
4980
+ Type: (0, smithy_client_1.expectString)(output.Type),
4981
4981
  };
4982
4982
  };
4983
4983
  const deserializeAws_json1_1DeleteAccessControlRuleResponse = (output, context) => {
@@ -5003,8 +5003,8 @@ const deserializeAws_json1_1DeleteMobileDeviceAccessRuleResponse = (output, cont
5003
5003
  };
5004
5004
  const deserializeAws_json1_1DeleteOrganizationResponse = (output, context) => {
5005
5005
  return {
5006
- OrganizationId: smithy_client_1.expectString(output.OrganizationId),
5007
- State: smithy_client_1.expectString(output.State),
5006
+ OrganizationId: (0, smithy_client_1.expectString)(output.OrganizationId),
5007
+ State: (0, smithy_client_1.expectString)(output.State),
5008
5008
  };
5009
5009
  };
5010
5010
  const deserializeAws_json1_1DeleteResourceResponse = (output, context) => {
@@ -5024,62 +5024,62 @@ const deserializeAws_json1_1DeregisterMailDomainResponse = (output, context) =>
5024
5024
  };
5025
5025
  const deserializeAws_json1_1DescribeEmailMonitoringConfigurationResponse = (output, context) => {
5026
5026
  return {
5027
- LogGroupArn: smithy_client_1.expectString(output.LogGroupArn),
5028
- RoleArn: smithy_client_1.expectString(output.RoleArn),
5027
+ LogGroupArn: (0, smithy_client_1.expectString)(output.LogGroupArn),
5028
+ RoleArn: (0, smithy_client_1.expectString)(output.RoleArn),
5029
5029
  };
5030
5030
  };
5031
5031
  const deserializeAws_json1_1DescribeGroupResponse = (output, context) => {
5032
5032
  return {
5033
5033
  DisabledDate: output.DisabledDate !== undefined && output.DisabledDate !== null
5034
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DisabledDate)))
5034
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DisabledDate)))
5035
5035
  : undefined,
5036
- Email: smithy_client_1.expectString(output.Email),
5036
+ Email: (0, smithy_client_1.expectString)(output.Email),
5037
5037
  EnabledDate: output.EnabledDate !== undefined && output.EnabledDate !== null
5038
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EnabledDate)))
5038
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EnabledDate)))
5039
5039
  : undefined,
5040
- GroupId: smithy_client_1.expectString(output.GroupId),
5041
- Name: smithy_client_1.expectString(output.Name),
5042
- State: smithy_client_1.expectString(output.State),
5040
+ GroupId: (0, smithy_client_1.expectString)(output.GroupId),
5041
+ Name: (0, smithy_client_1.expectString)(output.Name),
5042
+ State: (0, smithy_client_1.expectString)(output.State),
5043
5043
  };
5044
5044
  };
5045
5045
  const deserializeAws_json1_1DescribeInboundDmarcSettingsResponse = (output, context) => {
5046
5046
  return {
5047
- Enforced: smithy_client_1.expectBoolean(output.Enforced),
5047
+ Enforced: (0, smithy_client_1.expectBoolean)(output.Enforced),
5048
5048
  };
5049
5049
  };
5050
5050
  const deserializeAws_json1_1DescribeMailboxExportJobResponse = (output, context) => {
5051
5051
  return {
5052
- Description: smithy_client_1.expectString(output.Description),
5052
+ Description: (0, smithy_client_1.expectString)(output.Description),
5053
5053
  EndTime: output.EndTime !== undefined && output.EndTime !== null
5054
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndTime)))
5054
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndTime)))
5055
5055
  : undefined,
5056
- EntityId: smithy_client_1.expectString(output.EntityId),
5057
- ErrorInfo: smithy_client_1.expectString(output.ErrorInfo),
5058
- EstimatedProgress: smithy_client_1.expectInt32(output.EstimatedProgress),
5059
- KmsKeyArn: smithy_client_1.expectString(output.KmsKeyArn),
5060
- RoleArn: smithy_client_1.expectString(output.RoleArn),
5061
- S3BucketName: smithy_client_1.expectString(output.S3BucketName),
5062
- S3Path: smithy_client_1.expectString(output.S3Path),
5063
- S3Prefix: smithy_client_1.expectString(output.S3Prefix),
5056
+ EntityId: (0, smithy_client_1.expectString)(output.EntityId),
5057
+ ErrorInfo: (0, smithy_client_1.expectString)(output.ErrorInfo),
5058
+ EstimatedProgress: (0, smithy_client_1.expectInt32)(output.EstimatedProgress),
5059
+ KmsKeyArn: (0, smithy_client_1.expectString)(output.KmsKeyArn),
5060
+ RoleArn: (0, smithy_client_1.expectString)(output.RoleArn),
5061
+ S3BucketName: (0, smithy_client_1.expectString)(output.S3BucketName),
5062
+ S3Path: (0, smithy_client_1.expectString)(output.S3Path),
5063
+ S3Prefix: (0, smithy_client_1.expectString)(output.S3Prefix),
5064
5064
  StartTime: output.StartTime !== undefined && output.StartTime !== null
5065
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
5065
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartTime)))
5066
5066
  : undefined,
5067
- State: smithy_client_1.expectString(output.State),
5067
+ State: (0, smithy_client_1.expectString)(output.State),
5068
5068
  };
5069
5069
  };
5070
5070
  const deserializeAws_json1_1DescribeOrganizationResponse = (output, context) => {
5071
5071
  return {
5072
- ARN: smithy_client_1.expectString(output.ARN),
5073
- Alias: smithy_client_1.expectString(output.Alias),
5072
+ ARN: (0, smithy_client_1.expectString)(output.ARN),
5073
+ Alias: (0, smithy_client_1.expectString)(output.Alias),
5074
5074
  CompletedDate: output.CompletedDate !== undefined && output.CompletedDate !== null
5075
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CompletedDate)))
5075
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CompletedDate)))
5076
5076
  : undefined,
5077
- DefaultMailDomain: smithy_client_1.expectString(output.DefaultMailDomain),
5078
- DirectoryId: smithy_client_1.expectString(output.DirectoryId),
5079
- DirectoryType: smithy_client_1.expectString(output.DirectoryType),
5080
- ErrorMessage: smithy_client_1.expectString(output.ErrorMessage),
5081
- OrganizationId: smithy_client_1.expectString(output.OrganizationId),
5082
- State: smithy_client_1.expectString(output.State),
5077
+ DefaultMailDomain: (0, smithy_client_1.expectString)(output.DefaultMailDomain),
5078
+ DirectoryId: (0, smithy_client_1.expectString)(output.DirectoryId),
5079
+ DirectoryType: (0, smithy_client_1.expectString)(output.DirectoryType),
5080
+ ErrorMessage: (0, smithy_client_1.expectString)(output.ErrorMessage),
5081
+ OrganizationId: (0, smithy_client_1.expectString)(output.OrganizationId),
5082
+ State: (0, smithy_client_1.expectString)(output.State),
5083
5083
  };
5084
5084
  };
5085
5085
  const deserializeAws_json1_1DescribeResourceResponse = (output, context) => {
@@ -5088,32 +5088,32 @@ const deserializeAws_json1_1DescribeResourceResponse = (output, context) => {
5088
5088
  ? deserializeAws_json1_1BookingOptions(output.BookingOptions, context)
5089
5089
  : undefined,
5090
5090
  DisabledDate: output.DisabledDate !== undefined && output.DisabledDate !== null
5091
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DisabledDate)))
5091
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DisabledDate)))
5092
5092
  : undefined,
5093
- Email: smithy_client_1.expectString(output.Email),
5093
+ Email: (0, smithy_client_1.expectString)(output.Email),
5094
5094
  EnabledDate: output.EnabledDate !== undefined && output.EnabledDate !== null
5095
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EnabledDate)))
5095
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EnabledDate)))
5096
5096
  : undefined,
5097
- Name: smithy_client_1.expectString(output.Name),
5098
- ResourceId: smithy_client_1.expectString(output.ResourceId),
5099
- State: smithy_client_1.expectString(output.State),
5100
- Type: smithy_client_1.expectString(output.Type),
5097
+ Name: (0, smithy_client_1.expectString)(output.Name),
5098
+ ResourceId: (0, smithy_client_1.expectString)(output.ResourceId),
5099
+ State: (0, smithy_client_1.expectString)(output.State),
5100
+ Type: (0, smithy_client_1.expectString)(output.Type),
5101
5101
  };
5102
5102
  };
5103
5103
  const deserializeAws_json1_1DescribeUserResponse = (output, context) => {
5104
5104
  return {
5105
5105
  DisabledDate: output.DisabledDate !== undefined && output.DisabledDate !== null
5106
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DisabledDate)))
5106
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DisabledDate)))
5107
5107
  : undefined,
5108
- DisplayName: smithy_client_1.expectString(output.DisplayName),
5109
- Email: smithy_client_1.expectString(output.Email),
5108
+ DisplayName: (0, smithy_client_1.expectString)(output.DisplayName),
5109
+ Email: (0, smithy_client_1.expectString)(output.Email),
5110
5110
  EnabledDate: output.EnabledDate !== undefined && output.EnabledDate !== null
5111
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EnabledDate)))
5111
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EnabledDate)))
5112
5112
  : undefined,
5113
- Name: smithy_client_1.expectString(output.Name),
5114
- State: smithy_client_1.expectString(output.State),
5115
- UserId: smithy_client_1.expectString(output.UserId),
5116
- UserRole: smithy_client_1.expectString(output.UserRole),
5113
+ Name: (0, smithy_client_1.expectString)(output.Name),
5114
+ State: (0, smithy_client_1.expectString)(output.State),
5115
+ UserId: (0, smithy_client_1.expectString)(output.UserId),
5116
+ UserRole: (0, smithy_client_1.expectString)(output.UserRole),
5117
5117
  };
5118
5118
  };
5119
5119
  const deserializeAws_json1_1DeviceModelList = (output, context) => {
@@ -5123,7 +5123,7 @@ const deserializeAws_json1_1DeviceModelList = (output, context) => {
5123
5123
  if (entry === null) {
5124
5124
  return null;
5125
5125
  }
5126
- return smithy_client_1.expectString(entry);
5126
+ return (0, smithy_client_1.expectString)(entry);
5127
5127
  });
5128
5128
  return retVal;
5129
5129
  };
@@ -5134,7 +5134,7 @@ const deserializeAws_json1_1DeviceOperatingSystemList = (output, context) => {
5134
5134
  if (entry === null) {
5135
5135
  return null;
5136
5136
  }
5137
- return smithy_client_1.expectString(entry);
5137
+ return (0, smithy_client_1.expectString)(entry);
5138
5138
  });
5139
5139
  return retVal;
5140
5140
  };
@@ -5145,7 +5145,7 @@ const deserializeAws_json1_1DeviceTypeList = (output, context) => {
5145
5145
  if (entry === null) {
5146
5146
  return null;
5147
5147
  }
5148
- return smithy_client_1.expectString(entry);
5148
+ return (0, smithy_client_1.expectString)(entry);
5149
5149
  });
5150
5150
  return retVal;
5151
5151
  };
@@ -5156,23 +5156,23 @@ const deserializeAws_json1_1DeviceUserAgentList = (output, context) => {
5156
5156
  if (entry === null) {
5157
5157
  return null;
5158
5158
  }
5159
- return smithy_client_1.expectString(entry);
5159
+ return (0, smithy_client_1.expectString)(entry);
5160
5160
  });
5161
5161
  return retVal;
5162
5162
  };
5163
5163
  const deserializeAws_json1_1DirectoryInUseException = (output, context) => {
5164
5164
  return {
5165
- Message: smithy_client_1.expectString(output.Message),
5165
+ Message: (0, smithy_client_1.expectString)(output.Message),
5166
5166
  };
5167
5167
  };
5168
5168
  const deserializeAws_json1_1DirectoryServiceAuthenticationFailedException = (output, context) => {
5169
5169
  return {
5170
- Message: smithy_client_1.expectString(output.Message),
5170
+ Message: (0, smithy_client_1.expectString)(output.Message),
5171
5171
  };
5172
5172
  };
5173
5173
  const deserializeAws_json1_1DirectoryUnavailableException = (output, context) => {
5174
5174
  return {
5175
- Message: smithy_client_1.expectString(output.Message),
5175
+ Message: (0, smithy_client_1.expectString)(output.Message),
5176
5176
  };
5177
5177
  };
5178
5178
  const deserializeAws_json1_1DisassociateDelegateFromResourceResponse = (output, context) => {
@@ -5183,9 +5183,9 @@ const deserializeAws_json1_1DisassociateMemberFromGroupResponse = (output, conte
5183
5183
  };
5184
5184
  const deserializeAws_json1_1DnsRecord = (output, context) => {
5185
5185
  return {
5186
- Hostname: smithy_client_1.expectString(output.Hostname),
5187
- Type: smithy_client_1.expectString(output.Type),
5188
- Value: smithy_client_1.expectString(output.Value),
5186
+ Hostname: (0, smithy_client_1.expectString)(output.Hostname),
5187
+ Type: (0, smithy_client_1.expectString)(output.Type),
5188
+ Value: (0, smithy_client_1.expectString)(output.Value),
5189
5189
  };
5190
5190
  };
5191
5191
  const deserializeAws_json1_1DnsRecords = (output, context) => {
@@ -5201,29 +5201,29 @@ const deserializeAws_json1_1DnsRecords = (output, context) => {
5201
5201
  };
5202
5202
  const deserializeAws_json1_1EmailAddressInUseException = (output, context) => {
5203
5203
  return {
5204
- Message: smithy_client_1.expectString(output.Message),
5204
+ Message: (0, smithy_client_1.expectString)(output.Message),
5205
5205
  };
5206
5206
  };
5207
5207
  const deserializeAws_json1_1EntityAlreadyRegisteredException = (output, context) => {
5208
5208
  return {
5209
- Message: smithy_client_1.expectString(output.Message),
5209
+ Message: (0, smithy_client_1.expectString)(output.Message),
5210
5210
  };
5211
5211
  };
5212
5212
  const deserializeAws_json1_1EntityNotFoundException = (output, context) => {
5213
5213
  return {
5214
- Message: smithy_client_1.expectString(output.Message),
5214
+ Message: (0, smithy_client_1.expectString)(output.Message),
5215
5215
  };
5216
5216
  };
5217
5217
  const deserializeAws_json1_1EntityStateException = (output, context) => {
5218
5218
  return {
5219
- Message: smithy_client_1.expectString(output.Message),
5219
+ Message: (0, smithy_client_1.expectString)(output.Message),
5220
5220
  };
5221
5221
  };
5222
5222
  const deserializeAws_json1_1FolderConfiguration = (output, context) => {
5223
5223
  return {
5224
- Action: smithy_client_1.expectString(output.Action),
5225
- Name: smithy_client_1.expectString(output.Name),
5226
- Period: smithy_client_1.expectInt32(output.Period),
5224
+ Action: (0, smithy_client_1.expectString)(output.Action),
5225
+ Name: (0, smithy_client_1.expectString)(output.Name),
5226
+ Period: (0, smithy_client_1.expectInt32)(output.Period),
5227
5227
  };
5228
5228
  };
5229
5229
  const deserializeAws_json1_1FolderConfigurations = (output, context) => {
@@ -5239,7 +5239,7 @@ const deserializeAws_json1_1FolderConfigurations = (output, context) => {
5239
5239
  };
5240
5240
  const deserializeAws_json1_1GetAccessControlEffectResponse = (output, context) => {
5241
5241
  return {
5242
- Effect: smithy_client_1.expectString(output.Effect),
5242
+ Effect: (0, smithy_client_1.expectString)(output.Effect),
5243
5243
  MatchedRules: output.MatchedRules !== undefined && output.MatchedRules !== null
5244
5244
  ? deserializeAws_json1_1AccessControlRuleNameList(output.MatchedRules, context)
5245
5245
  : undefined,
@@ -5247,26 +5247,26 @@ const deserializeAws_json1_1GetAccessControlEffectResponse = (output, context) =
5247
5247
  };
5248
5248
  const deserializeAws_json1_1GetDefaultRetentionPolicyResponse = (output, context) => {
5249
5249
  return {
5250
- Description: smithy_client_1.expectString(output.Description),
5250
+ Description: (0, smithy_client_1.expectString)(output.Description),
5251
5251
  FolderConfigurations: output.FolderConfigurations !== undefined && output.FolderConfigurations !== null
5252
5252
  ? deserializeAws_json1_1FolderConfigurations(output.FolderConfigurations, context)
5253
5253
  : undefined,
5254
- Id: smithy_client_1.expectString(output.Id),
5255
- Name: smithy_client_1.expectString(output.Name),
5254
+ Id: (0, smithy_client_1.expectString)(output.Id),
5255
+ Name: (0, smithy_client_1.expectString)(output.Name),
5256
5256
  };
5257
5257
  };
5258
5258
  const deserializeAws_json1_1GetMailboxDetailsResponse = (output, context) => {
5259
5259
  return {
5260
- MailboxQuota: smithy_client_1.expectInt32(output.MailboxQuota),
5261
- MailboxSize: smithy_client_1.limitedParseDouble(output.MailboxSize),
5260
+ MailboxQuota: (0, smithy_client_1.expectInt32)(output.MailboxQuota),
5261
+ MailboxSize: (0, smithy_client_1.limitedParseDouble)(output.MailboxSize),
5262
5262
  };
5263
5263
  };
5264
5264
  const deserializeAws_json1_1GetMailDomainResponse = (output, context) => {
5265
5265
  return {
5266
- DkimVerificationStatus: smithy_client_1.expectString(output.DkimVerificationStatus),
5267
- IsDefault: smithy_client_1.expectBoolean(output.IsDefault),
5268
- IsTestDomain: smithy_client_1.expectBoolean(output.IsTestDomain),
5269
- OwnershipVerificationStatus: smithy_client_1.expectString(output.OwnershipVerificationStatus),
5266
+ DkimVerificationStatus: (0, smithy_client_1.expectString)(output.DkimVerificationStatus),
5267
+ IsDefault: (0, smithy_client_1.expectBoolean)(output.IsDefault),
5268
+ IsTestDomain: (0, smithy_client_1.expectBoolean)(output.IsTestDomain),
5269
+ OwnershipVerificationStatus: (0, smithy_client_1.expectString)(output.OwnershipVerificationStatus),
5270
5270
  Records: output.Records !== undefined && output.Records !== null
5271
5271
  ? deserializeAws_json1_1DnsRecords(output.Records, context)
5272
5272
  : undefined,
@@ -5274,7 +5274,7 @@ const deserializeAws_json1_1GetMailDomainResponse = (output, context) => {
5274
5274
  };
5275
5275
  const deserializeAws_json1_1GetMobileDeviceAccessEffectResponse = (output, context) => {
5276
5276
  return {
5277
- Effect: smithy_client_1.expectString(output.Effect),
5277
+ Effect: (0, smithy_client_1.expectString)(output.Effect),
5278
5278
  MatchedRules: output.MatchedRules !== undefined && output.MatchedRules !== null
5279
5279
  ? deserializeAws_json1_1MobileDeviceAccessMatchedRuleList(output.MatchedRules, context)
5280
5280
  : undefined,
@@ -5283,29 +5283,29 @@ const deserializeAws_json1_1GetMobileDeviceAccessEffectResponse = (output, conte
5283
5283
  const deserializeAws_json1_1GetMobileDeviceAccessOverrideResponse = (output, context) => {
5284
5284
  return {
5285
5285
  DateCreated: output.DateCreated !== undefined && output.DateCreated !== null
5286
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DateCreated)))
5286
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DateCreated)))
5287
5287
  : undefined,
5288
5288
  DateModified: output.DateModified !== undefined && output.DateModified !== null
5289
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DateModified)))
5289
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DateModified)))
5290
5290
  : undefined,
5291
- Description: smithy_client_1.expectString(output.Description),
5292
- DeviceId: smithy_client_1.expectString(output.DeviceId),
5293
- Effect: smithy_client_1.expectString(output.Effect),
5294
- UserId: smithy_client_1.expectString(output.UserId),
5291
+ Description: (0, smithy_client_1.expectString)(output.Description),
5292
+ DeviceId: (0, smithy_client_1.expectString)(output.DeviceId),
5293
+ Effect: (0, smithy_client_1.expectString)(output.Effect),
5294
+ UserId: (0, smithy_client_1.expectString)(output.UserId),
5295
5295
  };
5296
5296
  };
5297
5297
  const deserializeAws_json1_1Group = (output, context) => {
5298
5298
  return {
5299
5299
  DisabledDate: output.DisabledDate !== undefined && output.DisabledDate !== null
5300
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DisabledDate)))
5300
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DisabledDate)))
5301
5301
  : undefined,
5302
- Email: smithy_client_1.expectString(output.Email),
5302
+ Email: (0, smithy_client_1.expectString)(output.Email),
5303
5303
  EnabledDate: output.EnabledDate !== undefined && output.EnabledDate !== null
5304
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EnabledDate)))
5304
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EnabledDate)))
5305
5305
  : undefined,
5306
- Id: smithy_client_1.expectString(output.Id),
5307
- Name: smithy_client_1.expectString(output.Name),
5308
- State: smithy_client_1.expectString(output.State),
5306
+ Id: (0, smithy_client_1.expectString)(output.Id),
5307
+ Name: (0, smithy_client_1.expectString)(output.Name),
5308
+ State: (0, smithy_client_1.expectString)(output.State),
5309
5309
  };
5310
5310
  };
5311
5311
  const deserializeAws_json1_1Groups = (output, context) => {
@@ -5321,22 +5321,22 @@ const deserializeAws_json1_1Groups = (output, context) => {
5321
5321
  };
5322
5322
  const deserializeAws_json1_1InvalidConfigurationException = (output, context) => {
5323
5323
  return {
5324
- Message: smithy_client_1.expectString(output.Message),
5324
+ Message: (0, smithy_client_1.expectString)(output.Message),
5325
5325
  };
5326
5326
  };
5327
5327
  const deserializeAws_json1_1InvalidCustomSesConfigurationException = (output, context) => {
5328
5328
  return {
5329
- Message: smithy_client_1.expectString(output.Message),
5329
+ Message: (0, smithy_client_1.expectString)(output.Message),
5330
5330
  };
5331
5331
  };
5332
5332
  const deserializeAws_json1_1InvalidParameterException = (output, context) => {
5333
5333
  return {
5334
- Message: smithy_client_1.expectString(output.Message),
5334
+ Message: (0, smithy_client_1.expectString)(output.Message),
5335
5335
  };
5336
5336
  };
5337
5337
  const deserializeAws_json1_1InvalidPasswordException = (output, context) => {
5338
5338
  return {
5339
- Message: smithy_client_1.expectString(output.Message),
5339
+ Message: (0, smithy_client_1.expectString)(output.Message),
5340
5340
  };
5341
5341
  };
5342
5342
  const deserializeAws_json1_1IpRangeList = (output, context) => {
@@ -5346,7 +5346,7 @@ const deserializeAws_json1_1IpRangeList = (output, context) => {
5346
5346
  if (entry === null) {
5347
5347
  return null;
5348
5348
  }
5349
- return smithy_client_1.expectString(entry);
5349
+ return (0, smithy_client_1.expectString)(entry);
5350
5350
  });
5351
5351
  return retVal;
5352
5352
  };
@@ -5363,7 +5363,7 @@ const deserializeAws_json1_1Jobs = (output, context) => {
5363
5363
  };
5364
5364
  const deserializeAws_json1_1LimitExceededException = (output, context) => {
5365
5365
  return {
5366
- Message: smithy_client_1.expectString(output.Message),
5366
+ Message: (0, smithy_client_1.expectString)(output.Message),
5367
5367
  };
5368
5368
  };
5369
5369
  const deserializeAws_json1_1ListAccessControlRulesResponse = (output, context) => {
@@ -5378,7 +5378,7 @@ const deserializeAws_json1_1ListAliasesResponse = (output, context) => {
5378
5378
  Aliases: output.Aliases !== undefined && output.Aliases !== null
5379
5379
  ? deserializeAws_json1_1Aliases(output.Aliases, context)
5380
5380
  : undefined,
5381
- NextToken: smithy_client_1.expectString(output.NextToken),
5381
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5382
5382
  };
5383
5383
  };
5384
5384
  const deserializeAws_json1_1ListGroupMembersResponse = (output, context) => {
@@ -5386,7 +5386,7 @@ const deserializeAws_json1_1ListGroupMembersResponse = (output, context) => {
5386
5386
  Members: output.Members !== undefined && output.Members !== null
5387
5387
  ? deserializeAws_json1_1Members(output.Members, context)
5388
5388
  : undefined,
5389
- NextToken: smithy_client_1.expectString(output.NextToken),
5389
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5390
5390
  };
5391
5391
  };
5392
5392
  const deserializeAws_json1_1ListGroupsResponse = (output, context) => {
@@ -5394,18 +5394,18 @@ const deserializeAws_json1_1ListGroupsResponse = (output, context) => {
5394
5394
  Groups: output.Groups !== undefined && output.Groups !== null
5395
5395
  ? deserializeAws_json1_1Groups(output.Groups, context)
5396
5396
  : undefined,
5397
- NextToken: smithy_client_1.expectString(output.NextToken),
5397
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5398
5398
  };
5399
5399
  };
5400
5400
  const deserializeAws_json1_1ListMailboxExportJobsResponse = (output, context) => {
5401
5401
  return {
5402
5402
  Jobs: output.Jobs !== undefined && output.Jobs !== null ? deserializeAws_json1_1Jobs(output.Jobs, context) : undefined,
5403
- NextToken: smithy_client_1.expectString(output.NextToken),
5403
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5404
5404
  };
5405
5405
  };
5406
5406
  const deserializeAws_json1_1ListMailboxPermissionsResponse = (output, context) => {
5407
5407
  return {
5408
- NextToken: smithy_client_1.expectString(output.NextToken),
5408
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5409
5409
  Permissions: output.Permissions !== undefined && output.Permissions !== null
5410
5410
  ? deserializeAws_json1_1Permissions(output.Permissions, context)
5411
5411
  : undefined,
@@ -5416,12 +5416,12 @@ const deserializeAws_json1_1ListMailDomainsResponse = (output, context) => {
5416
5416
  MailDomains: output.MailDomains !== undefined && output.MailDomains !== null
5417
5417
  ? deserializeAws_json1_1MailDomains(output.MailDomains, context)
5418
5418
  : undefined,
5419
- NextToken: smithy_client_1.expectString(output.NextToken),
5419
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5420
5420
  };
5421
5421
  };
5422
5422
  const deserializeAws_json1_1ListMobileDeviceAccessOverridesResponse = (output, context) => {
5423
5423
  return {
5424
- NextToken: smithy_client_1.expectString(output.NextToken),
5424
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5425
5425
  Overrides: output.Overrides !== undefined && output.Overrides !== null
5426
5426
  ? deserializeAws_json1_1MobileDeviceAccessOverridesList(output.Overrides, context)
5427
5427
  : undefined,
@@ -5436,7 +5436,7 @@ const deserializeAws_json1_1ListMobileDeviceAccessRulesResponse = (output, conte
5436
5436
  };
5437
5437
  const deserializeAws_json1_1ListOrganizationsResponse = (output, context) => {
5438
5438
  return {
5439
- NextToken: smithy_client_1.expectString(output.NextToken),
5439
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5440
5440
  OrganizationSummaries: output.OrganizationSummaries !== undefined && output.OrganizationSummaries !== null
5441
5441
  ? deserializeAws_json1_1OrganizationSummaries(output.OrganizationSummaries, context)
5442
5442
  : undefined,
@@ -5447,12 +5447,12 @@ const deserializeAws_json1_1ListResourceDelegatesResponse = (output, context) =>
5447
5447
  Delegates: output.Delegates !== undefined && output.Delegates !== null
5448
5448
  ? deserializeAws_json1_1ResourceDelegates(output.Delegates, context)
5449
5449
  : undefined,
5450
- NextToken: smithy_client_1.expectString(output.NextToken),
5450
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5451
5451
  };
5452
5452
  };
5453
5453
  const deserializeAws_json1_1ListResourcesResponse = (output, context) => {
5454
5454
  return {
5455
- NextToken: smithy_client_1.expectString(output.NextToken),
5455
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5456
5456
  Resources: output.Resources !== undefined && output.Resources !== null
5457
5457
  ? deserializeAws_json1_1Resources(output.Resources, context)
5458
5458
  : undefined,
@@ -5467,7 +5467,7 @@ const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
5467
5467
  };
5468
5468
  const deserializeAws_json1_1ListUsersResponse = (output, context) => {
5469
5469
  return {
5470
- NextToken: smithy_client_1.expectString(output.NextToken),
5470
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5471
5471
  Users: output.Users !== undefined && output.Users !== null
5472
5472
  ? deserializeAws_json1_1Users(output.Users, context)
5473
5473
  : undefined,
@@ -5475,29 +5475,29 @@ const deserializeAws_json1_1ListUsersResponse = (output, context) => {
5475
5475
  };
5476
5476
  const deserializeAws_json1_1MailboxExportJob = (output, context) => {
5477
5477
  return {
5478
- Description: smithy_client_1.expectString(output.Description),
5478
+ Description: (0, smithy_client_1.expectString)(output.Description),
5479
5479
  EndTime: output.EndTime !== undefined && output.EndTime !== null
5480
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndTime)))
5480
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndTime)))
5481
5481
  : undefined,
5482
- EntityId: smithy_client_1.expectString(output.EntityId),
5483
- EstimatedProgress: smithy_client_1.expectInt32(output.EstimatedProgress),
5484
- JobId: smithy_client_1.expectString(output.JobId),
5485
- S3BucketName: smithy_client_1.expectString(output.S3BucketName),
5486
- S3Path: smithy_client_1.expectString(output.S3Path),
5482
+ EntityId: (0, smithy_client_1.expectString)(output.EntityId),
5483
+ EstimatedProgress: (0, smithy_client_1.expectInt32)(output.EstimatedProgress),
5484
+ JobId: (0, smithy_client_1.expectString)(output.JobId),
5485
+ S3BucketName: (0, smithy_client_1.expectString)(output.S3BucketName),
5486
+ S3Path: (0, smithy_client_1.expectString)(output.S3Path),
5487
5487
  StartTime: output.StartTime !== undefined && output.StartTime !== null
5488
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
5488
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartTime)))
5489
5489
  : undefined,
5490
- State: smithy_client_1.expectString(output.State),
5490
+ State: (0, smithy_client_1.expectString)(output.State),
5491
5491
  };
5492
5492
  };
5493
5493
  const deserializeAws_json1_1MailDomainInUseException = (output, context) => {
5494
5494
  return {
5495
- Message: smithy_client_1.expectString(output.Message),
5495
+ Message: (0, smithy_client_1.expectString)(output.Message),
5496
5496
  };
5497
5497
  };
5498
5498
  const deserializeAws_json1_1MailDomainNotFoundException = (output, context) => {
5499
5499
  return {
5500
- Message: smithy_client_1.expectString(output.Message),
5500
+ Message: (0, smithy_client_1.expectString)(output.Message),
5501
5501
  };
5502
5502
  };
5503
5503
  const deserializeAws_json1_1MailDomains = (output, context) => {
@@ -5513,27 +5513,27 @@ const deserializeAws_json1_1MailDomains = (output, context) => {
5513
5513
  };
5514
5514
  const deserializeAws_json1_1MailDomainStateException = (output, context) => {
5515
5515
  return {
5516
- Message: smithy_client_1.expectString(output.Message),
5516
+ Message: (0, smithy_client_1.expectString)(output.Message),
5517
5517
  };
5518
5518
  };
5519
5519
  const deserializeAws_json1_1MailDomainSummary = (output, context) => {
5520
5520
  return {
5521
- DefaultDomain: smithy_client_1.expectBoolean(output.DefaultDomain),
5522
- DomainName: smithy_client_1.expectString(output.DomainName),
5521
+ DefaultDomain: (0, smithy_client_1.expectBoolean)(output.DefaultDomain),
5522
+ DomainName: (0, smithy_client_1.expectString)(output.DomainName),
5523
5523
  };
5524
5524
  };
5525
5525
  const deserializeAws_json1_1Member = (output, context) => {
5526
5526
  return {
5527
5527
  DisabledDate: output.DisabledDate !== undefined && output.DisabledDate !== null
5528
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DisabledDate)))
5528
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DisabledDate)))
5529
5529
  : undefined,
5530
5530
  EnabledDate: output.EnabledDate !== undefined && output.EnabledDate !== null
5531
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EnabledDate)))
5531
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EnabledDate)))
5532
5532
  : undefined,
5533
- Id: smithy_client_1.expectString(output.Id),
5534
- Name: smithy_client_1.expectString(output.Name),
5535
- State: smithy_client_1.expectString(output.State),
5536
- Type: smithy_client_1.expectString(output.Type),
5533
+ Id: (0, smithy_client_1.expectString)(output.Id),
5534
+ Name: (0, smithy_client_1.expectString)(output.Name),
5535
+ State: (0, smithy_client_1.expectString)(output.State),
5536
+ Type: (0, smithy_client_1.expectString)(output.Type),
5537
5537
  };
5538
5538
  };
5539
5539
  const deserializeAws_json1_1Members = (output, context) => {
@@ -5549,8 +5549,8 @@ const deserializeAws_json1_1Members = (output, context) => {
5549
5549
  };
5550
5550
  const deserializeAws_json1_1MobileDeviceAccessMatchedRule = (output, context) => {
5551
5551
  return {
5552
- MobileDeviceAccessRuleId: smithy_client_1.expectString(output.MobileDeviceAccessRuleId),
5553
- Name: smithy_client_1.expectString(output.Name),
5552
+ MobileDeviceAccessRuleId: (0, smithy_client_1.expectString)(output.MobileDeviceAccessRuleId),
5553
+ Name: (0, smithy_client_1.expectString)(output.Name),
5554
5554
  };
5555
5555
  };
5556
5556
  const deserializeAws_json1_1MobileDeviceAccessMatchedRuleList = (output, context) => {
@@ -5567,15 +5567,15 @@ const deserializeAws_json1_1MobileDeviceAccessMatchedRuleList = (output, context
5567
5567
  const deserializeAws_json1_1MobileDeviceAccessOverride = (output, context) => {
5568
5568
  return {
5569
5569
  DateCreated: output.DateCreated !== undefined && output.DateCreated !== null
5570
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DateCreated)))
5570
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DateCreated)))
5571
5571
  : undefined,
5572
5572
  DateModified: output.DateModified !== undefined && output.DateModified !== null
5573
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DateModified)))
5573
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DateModified)))
5574
5574
  : undefined,
5575
- Description: smithy_client_1.expectString(output.Description),
5576
- DeviceId: smithy_client_1.expectString(output.DeviceId),
5577
- Effect: smithy_client_1.expectString(output.Effect),
5578
- UserId: smithy_client_1.expectString(output.UserId),
5575
+ Description: (0, smithy_client_1.expectString)(output.Description),
5576
+ DeviceId: (0, smithy_client_1.expectString)(output.DeviceId),
5577
+ Effect: (0, smithy_client_1.expectString)(output.Effect),
5578
+ UserId: (0, smithy_client_1.expectString)(output.UserId),
5579
5579
  };
5580
5580
  };
5581
5581
  const deserializeAws_json1_1MobileDeviceAccessOverridesList = (output, context) => {
@@ -5592,12 +5592,12 @@ const deserializeAws_json1_1MobileDeviceAccessOverridesList = (output, context)
5592
5592
  const deserializeAws_json1_1MobileDeviceAccessRule = (output, context) => {
5593
5593
  return {
5594
5594
  DateCreated: output.DateCreated !== undefined && output.DateCreated !== null
5595
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DateCreated)))
5595
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DateCreated)))
5596
5596
  : undefined,
5597
5597
  DateModified: output.DateModified !== undefined && output.DateModified !== null
5598
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DateModified)))
5598
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DateModified)))
5599
5599
  : undefined,
5600
- Description: smithy_client_1.expectString(output.Description),
5600
+ Description: (0, smithy_client_1.expectString)(output.Description),
5601
5601
  DeviceModels: output.DeviceModels !== undefined && output.DeviceModels !== null
5602
5602
  ? deserializeAws_json1_1DeviceModelList(output.DeviceModels, context)
5603
5603
  : undefined,
@@ -5610,9 +5610,9 @@ const deserializeAws_json1_1MobileDeviceAccessRule = (output, context) => {
5610
5610
  DeviceUserAgents: output.DeviceUserAgents !== undefined && output.DeviceUserAgents !== null
5611
5611
  ? deserializeAws_json1_1DeviceUserAgentList(output.DeviceUserAgents, context)
5612
5612
  : undefined,
5613
- Effect: smithy_client_1.expectString(output.Effect),
5614
- MobileDeviceAccessRuleId: smithy_client_1.expectString(output.MobileDeviceAccessRuleId),
5615
- Name: smithy_client_1.expectString(output.Name),
5613
+ Effect: (0, smithy_client_1.expectString)(output.Effect),
5614
+ MobileDeviceAccessRuleId: (0, smithy_client_1.expectString)(output.MobileDeviceAccessRuleId),
5615
+ Name: (0, smithy_client_1.expectString)(output.Name),
5616
5616
  NotDeviceModels: output.NotDeviceModels !== undefined && output.NotDeviceModels !== null
5617
5617
  ? deserializeAws_json1_1DeviceModelList(output.NotDeviceModels, context)
5618
5618
  : undefined,
@@ -5640,17 +5640,17 @@ const deserializeAws_json1_1MobileDeviceAccessRulesList = (output, context) => {
5640
5640
  };
5641
5641
  const deserializeAws_json1_1NameAvailabilityException = (output, context) => {
5642
5642
  return {
5643
- Message: smithy_client_1.expectString(output.Message),
5643
+ Message: (0, smithy_client_1.expectString)(output.Message),
5644
5644
  };
5645
5645
  };
5646
5646
  const deserializeAws_json1_1OrganizationNotFoundException = (output, context) => {
5647
5647
  return {
5648
- Message: smithy_client_1.expectString(output.Message),
5648
+ Message: (0, smithy_client_1.expectString)(output.Message),
5649
5649
  };
5650
5650
  };
5651
5651
  const deserializeAws_json1_1OrganizationStateException = (output, context) => {
5652
5652
  return {
5653
- Message: smithy_client_1.expectString(output.Message),
5653
+ Message: (0, smithy_client_1.expectString)(output.Message),
5654
5654
  };
5655
5655
  };
5656
5656
  const deserializeAws_json1_1OrganizationSummaries = (output, context) => {
@@ -5666,17 +5666,17 @@ const deserializeAws_json1_1OrganizationSummaries = (output, context) => {
5666
5666
  };
5667
5667
  const deserializeAws_json1_1OrganizationSummary = (output, context) => {
5668
5668
  return {
5669
- Alias: smithy_client_1.expectString(output.Alias),
5670
- DefaultMailDomain: smithy_client_1.expectString(output.DefaultMailDomain),
5671
- ErrorMessage: smithy_client_1.expectString(output.ErrorMessage),
5672
- OrganizationId: smithy_client_1.expectString(output.OrganizationId),
5673
- State: smithy_client_1.expectString(output.State),
5669
+ Alias: (0, smithy_client_1.expectString)(output.Alias),
5670
+ DefaultMailDomain: (0, smithy_client_1.expectString)(output.DefaultMailDomain),
5671
+ ErrorMessage: (0, smithy_client_1.expectString)(output.ErrorMessage),
5672
+ OrganizationId: (0, smithy_client_1.expectString)(output.OrganizationId),
5673
+ State: (0, smithy_client_1.expectString)(output.State),
5674
5674
  };
5675
5675
  };
5676
5676
  const deserializeAws_json1_1Permission = (output, context) => {
5677
5677
  return {
5678
- GranteeId: smithy_client_1.expectString(output.GranteeId),
5679
- GranteeType: smithy_client_1.expectString(output.GranteeType),
5678
+ GranteeId: (0, smithy_client_1.expectString)(output.GranteeId),
5679
+ GranteeType: (0, smithy_client_1.expectString)(output.GranteeType),
5680
5680
  PermissionValues: output.PermissionValues !== undefined && output.PermissionValues !== null
5681
5681
  ? deserializeAws_json1_1PermissionValues(output.PermissionValues, context)
5682
5682
  : undefined,
@@ -5700,7 +5700,7 @@ const deserializeAws_json1_1PermissionValues = (output, context) => {
5700
5700
  if (entry === null) {
5701
5701
  return null;
5702
5702
  }
5703
- return smithy_client_1.expectString(entry);
5703
+ return (0, smithy_client_1.expectString)(entry);
5704
5704
  });
5705
5705
  return retVal;
5706
5706
  };
@@ -5730,7 +5730,7 @@ const deserializeAws_json1_1RegisterToWorkMailResponse = (output, context) => {
5730
5730
  };
5731
5731
  const deserializeAws_json1_1ReservedNameException = (output, context) => {
5732
5732
  return {
5733
- Message: smithy_client_1.expectString(output.Message),
5733
+ Message: (0, smithy_client_1.expectString)(output.Message),
5734
5734
  };
5735
5735
  };
5736
5736
  const deserializeAws_json1_1ResetPasswordResponse = (output, context) => {
@@ -5739,16 +5739,16 @@ const deserializeAws_json1_1ResetPasswordResponse = (output, context) => {
5739
5739
  const deserializeAws_json1_1Resource = (output, context) => {
5740
5740
  return {
5741
5741
  DisabledDate: output.DisabledDate !== undefined && output.DisabledDate !== null
5742
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DisabledDate)))
5742
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DisabledDate)))
5743
5743
  : undefined,
5744
- Email: smithy_client_1.expectString(output.Email),
5744
+ Email: (0, smithy_client_1.expectString)(output.Email),
5745
5745
  EnabledDate: output.EnabledDate !== undefined && output.EnabledDate !== null
5746
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EnabledDate)))
5746
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EnabledDate)))
5747
5747
  : undefined,
5748
- Id: smithy_client_1.expectString(output.Id),
5749
- Name: smithy_client_1.expectString(output.Name),
5750
- State: smithy_client_1.expectString(output.State),
5751
- Type: smithy_client_1.expectString(output.Type),
5748
+ Id: (0, smithy_client_1.expectString)(output.Id),
5749
+ Name: (0, smithy_client_1.expectString)(output.Name),
5750
+ State: (0, smithy_client_1.expectString)(output.State),
5751
+ Type: (0, smithy_client_1.expectString)(output.Type),
5752
5752
  };
5753
5753
  };
5754
5754
  const deserializeAws_json1_1ResourceDelegates = (output, context) => {
@@ -5764,7 +5764,7 @@ const deserializeAws_json1_1ResourceDelegates = (output, context) => {
5764
5764
  };
5765
5765
  const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
5766
5766
  return {
5767
- Message: smithy_client_1.expectString(output.Message),
5767
+ Message: (0, smithy_client_1.expectString)(output.Message),
5768
5768
  };
5769
5769
  };
5770
5770
  const deserializeAws_json1_1Resources = (output, context) => {
@@ -5780,13 +5780,13 @@ const deserializeAws_json1_1Resources = (output, context) => {
5780
5780
  };
5781
5781
  const deserializeAws_json1_1StartMailboxExportJobResponse = (output, context) => {
5782
5782
  return {
5783
- JobId: smithy_client_1.expectString(output.JobId),
5783
+ JobId: (0, smithy_client_1.expectString)(output.JobId),
5784
5784
  };
5785
5785
  };
5786
5786
  const deserializeAws_json1_1Tag = (output, context) => {
5787
5787
  return {
5788
- Key: smithy_client_1.expectString(output.Key),
5789
- Value: smithy_client_1.expectString(output.Value),
5788
+ Key: (0, smithy_client_1.expectString)(output.Key),
5789
+ Value: (0, smithy_client_1.expectString)(output.Value),
5790
5790
  };
5791
5791
  };
5792
5792
  const deserializeAws_json1_1TagList = (output, context) => {
@@ -5805,12 +5805,12 @@ const deserializeAws_json1_1TagResourceResponse = (output, context) => {
5805
5805
  };
5806
5806
  const deserializeAws_json1_1TooManyTagsException = (output, context) => {
5807
5807
  return {
5808
- Message: smithy_client_1.expectString(output.Message),
5808
+ Message: (0, smithy_client_1.expectString)(output.Message),
5809
5809
  };
5810
5810
  };
5811
5811
  const deserializeAws_json1_1UnsupportedOperationException = (output, context) => {
5812
5812
  return {
5813
- Message: smithy_client_1.expectString(output.Message),
5813
+ Message: (0, smithy_client_1.expectString)(output.Message),
5814
5814
  };
5815
5815
  };
5816
5816
  const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
@@ -5834,17 +5834,17 @@ const deserializeAws_json1_1UpdateResourceResponse = (output, context) => {
5834
5834
  const deserializeAws_json1_1User = (output, context) => {
5835
5835
  return {
5836
5836
  DisabledDate: output.DisabledDate !== undefined && output.DisabledDate !== null
5837
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DisabledDate)))
5837
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DisabledDate)))
5838
5838
  : undefined,
5839
- DisplayName: smithy_client_1.expectString(output.DisplayName),
5840
- Email: smithy_client_1.expectString(output.Email),
5839
+ DisplayName: (0, smithy_client_1.expectString)(output.DisplayName),
5840
+ Email: (0, smithy_client_1.expectString)(output.Email),
5841
5841
  EnabledDate: output.EnabledDate !== undefined && output.EnabledDate !== null
5842
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EnabledDate)))
5842
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EnabledDate)))
5843
5843
  : undefined,
5844
- Id: smithy_client_1.expectString(output.Id),
5845
- Name: smithy_client_1.expectString(output.Name),
5846
- State: smithy_client_1.expectString(output.State),
5847
- UserRole: smithy_client_1.expectString(output.UserRole),
5844
+ Id: (0, smithy_client_1.expectString)(output.Id),
5845
+ Name: (0, smithy_client_1.expectString)(output.Name),
5846
+ State: (0, smithy_client_1.expectString)(output.State),
5847
+ UserRole: (0, smithy_client_1.expectString)(output.UserRole),
5848
5848
  };
5849
5849
  };
5850
5850
  const deserializeAws_json1_1UserIdList = (output, context) => {
@@ -5854,7 +5854,7 @@ const deserializeAws_json1_1UserIdList = (output, context) => {
5854
5854
  if (entry === null) {
5855
5855
  return null;
5856
5856
  }
5857
- return smithy_client_1.expectString(entry);
5857
+ return (0, smithy_client_1.expectString)(entry);
5858
5858
  });
5859
5859
  return retVal;
5860
5860
  };