@aws-sdk/client-gamelift 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 (136) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/GameLiftClient.js +13 -13
  3. package/dist-cjs/commands/AcceptMatchCommand.js +3 -3
  4. package/dist-cjs/commands/ClaimGameServerCommand.js +3 -3
  5. package/dist-cjs/commands/CreateAliasCommand.js +3 -3
  6. package/dist-cjs/commands/CreateBuildCommand.js +3 -3
  7. package/dist-cjs/commands/CreateFleetCommand.js +3 -3
  8. package/dist-cjs/commands/CreateFleetLocationsCommand.js +3 -3
  9. package/dist-cjs/commands/CreateGameServerGroupCommand.js +3 -3
  10. package/dist-cjs/commands/CreateGameSessionCommand.js +3 -3
  11. package/dist-cjs/commands/CreateGameSessionQueueCommand.js +3 -3
  12. package/dist-cjs/commands/CreateMatchmakingConfigurationCommand.js +3 -3
  13. package/dist-cjs/commands/CreateMatchmakingRuleSetCommand.js +3 -3
  14. package/dist-cjs/commands/CreatePlayerSessionCommand.js +3 -3
  15. package/dist-cjs/commands/CreatePlayerSessionsCommand.js +3 -3
  16. package/dist-cjs/commands/CreateScriptCommand.js +3 -3
  17. package/dist-cjs/commands/CreateVpcPeeringAuthorizationCommand.js +3 -3
  18. package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteAliasCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteBuildCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteFleetCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteFleetLocationsCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteGameServerGroupCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteGameSessionQueueCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteMatchmakingConfigurationCommand.js +3 -3
  26. package/dist-cjs/commands/DeleteMatchmakingRuleSetCommand.js +3 -3
  27. package/dist-cjs/commands/DeleteScalingPolicyCommand.js +3 -3
  28. package/dist-cjs/commands/DeleteScriptCommand.js +3 -3
  29. package/dist-cjs/commands/DeleteVpcPeeringAuthorizationCommand.js +3 -3
  30. package/dist-cjs/commands/DeleteVpcPeeringConnectionCommand.js +3 -3
  31. package/dist-cjs/commands/DeregisterGameServerCommand.js +3 -3
  32. package/dist-cjs/commands/DescribeAliasCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeBuildCommand.js +3 -3
  34. package/dist-cjs/commands/DescribeEC2InstanceLimitsCommand.js +3 -3
  35. package/dist-cjs/commands/DescribeFleetAttributesCommand.js +3 -3
  36. package/dist-cjs/commands/DescribeFleetCapacityCommand.js +3 -3
  37. package/dist-cjs/commands/DescribeFleetEventsCommand.js +3 -3
  38. package/dist-cjs/commands/DescribeFleetLocationAttributesCommand.js +3 -3
  39. package/dist-cjs/commands/DescribeFleetLocationCapacityCommand.js +3 -3
  40. package/dist-cjs/commands/DescribeFleetLocationUtilizationCommand.js +3 -3
  41. package/dist-cjs/commands/DescribeFleetPortSettingsCommand.js +3 -3
  42. package/dist-cjs/commands/DescribeFleetUtilizationCommand.js +3 -3
  43. package/dist-cjs/commands/DescribeGameServerCommand.js +3 -3
  44. package/dist-cjs/commands/DescribeGameServerGroupCommand.js +3 -3
  45. package/dist-cjs/commands/DescribeGameServerInstancesCommand.js +3 -3
  46. package/dist-cjs/commands/DescribeGameSessionDetailsCommand.js +3 -3
  47. package/dist-cjs/commands/DescribeGameSessionPlacementCommand.js +3 -3
  48. package/dist-cjs/commands/DescribeGameSessionQueuesCommand.js +3 -3
  49. package/dist-cjs/commands/DescribeGameSessionsCommand.js +3 -3
  50. package/dist-cjs/commands/DescribeInstancesCommand.js +3 -3
  51. package/dist-cjs/commands/DescribeMatchmakingCommand.js +3 -3
  52. package/dist-cjs/commands/DescribeMatchmakingConfigurationsCommand.js +3 -3
  53. package/dist-cjs/commands/DescribeMatchmakingRuleSetsCommand.js +3 -3
  54. package/dist-cjs/commands/DescribePlayerSessionsCommand.js +3 -3
  55. package/dist-cjs/commands/DescribeRuntimeConfigurationCommand.js +3 -3
  56. package/dist-cjs/commands/DescribeScalingPoliciesCommand.js +3 -3
  57. package/dist-cjs/commands/DescribeScriptCommand.js +3 -3
  58. package/dist-cjs/commands/DescribeVpcPeeringAuthorizationsCommand.js +3 -3
  59. package/dist-cjs/commands/DescribeVpcPeeringConnectionsCommand.js +3 -3
  60. package/dist-cjs/commands/GetGameSessionLogUrlCommand.js +3 -3
  61. package/dist-cjs/commands/GetInstanceAccessCommand.js +3 -3
  62. package/dist-cjs/commands/ListAliasesCommand.js +3 -3
  63. package/dist-cjs/commands/ListBuildsCommand.js +3 -3
  64. package/dist-cjs/commands/ListFleetsCommand.js +3 -3
  65. package/dist-cjs/commands/ListGameServerGroupsCommand.js +3 -3
  66. package/dist-cjs/commands/ListGameServersCommand.js +3 -3
  67. package/dist-cjs/commands/ListScriptsCommand.js +3 -3
  68. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  69. package/dist-cjs/commands/PutScalingPolicyCommand.js +3 -3
  70. package/dist-cjs/commands/RegisterGameServerCommand.js +3 -3
  71. package/dist-cjs/commands/RequestUploadCredentialsCommand.js +3 -3
  72. package/dist-cjs/commands/ResolveAliasCommand.js +3 -3
  73. package/dist-cjs/commands/ResumeGameServerGroupCommand.js +3 -3
  74. package/dist-cjs/commands/SearchGameSessionsCommand.js +3 -3
  75. package/dist-cjs/commands/StartFleetActionsCommand.js +3 -3
  76. package/dist-cjs/commands/StartGameSessionPlacementCommand.js +3 -3
  77. package/dist-cjs/commands/StartMatchBackfillCommand.js +3 -3
  78. package/dist-cjs/commands/StartMatchmakingCommand.js +3 -3
  79. package/dist-cjs/commands/StopFleetActionsCommand.js +3 -3
  80. package/dist-cjs/commands/StopGameSessionPlacementCommand.js +3 -3
  81. package/dist-cjs/commands/StopMatchmakingCommand.js +3 -3
  82. package/dist-cjs/commands/SuspendGameServerGroupCommand.js +3 -3
  83. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  84. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  85. package/dist-cjs/commands/UpdateAliasCommand.js +3 -3
  86. package/dist-cjs/commands/UpdateBuildCommand.js +3 -3
  87. package/dist-cjs/commands/UpdateFleetAttributesCommand.js +3 -3
  88. package/dist-cjs/commands/UpdateFleetCapacityCommand.js +3 -3
  89. package/dist-cjs/commands/UpdateFleetPortSettingsCommand.js +3 -3
  90. package/dist-cjs/commands/UpdateGameServerCommand.js +3 -3
  91. package/dist-cjs/commands/UpdateGameServerGroupCommand.js +3 -3
  92. package/dist-cjs/commands/UpdateGameSessionCommand.js +3 -3
  93. package/dist-cjs/commands/UpdateGameSessionQueueCommand.js +3 -3
  94. package/dist-cjs/commands/UpdateMatchmakingConfigurationCommand.js +3 -3
  95. package/dist-cjs/commands/UpdateRuntimeConfigurationCommand.js +3 -3
  96. package/dist-cjs/commands/UpdateScriptCommand.js +3 -3
  97. package/dist-cjs/commands/ValidateMatchmakingRuleSetCommand.js +3 -3
  98. package/dist-cjs/endpoints.js +1 -1
  99. package/dist-cjs/protocols/Aws_json1_1.js +450 -450
  100. package/dist-cjs/runtimeConfig.browser.js +4 -4
  101. package/dist-cjs/runtimeConfig.js +9 -9
  102. package/dist-cjs/runtimeConfig.native.js +1 -1
  103. package/dist-es/GameLift.js +95 -95
  104. package/dist-es/pagination/DescribeFleetAttributesPaginator.js +4 -4
  105. package/dist-es/pagination/DescribeFleetCapacityPaginator.js +4 -4
  106. package/dist-es/pagination/DescribeFleetEventsPaginator.js +4 -4
  107. package/dist-es/pagination/DescribeFleetLocationAttributesPaginator.js +4 -4
  108. package/dist-es/pagination/DescribeFleetUtilizationPaginator.js +4 -4
  109. package/dist-es/pagination/DescribeGameServerInstancesPaginator.js +4 -4
  110. package/dist-es/pagination/DescribeGameSessionDetailsPaginator.js +4 -4
  111. package/dist-es/pagination/DescribeGameSessionQueuesPaginator.js +4 -4
  112. package/dist-es/pagination/DescribeGameSessionsPaginator.js +4 -4
  113. package/dist-es/pagination/DescribeInstancesPaginator.js +4 -4
  114. package/dist-es/pagination/DescribeMatchmakingConfigurationsPaginator.js +4 -4
  115. package/dist-es/pagination/DescribeMatchmakingRuleSetsPaginator.js +4 -4
  116. package/dist-es/pagination/DescribePlayerSessionsPaginator.js +4 -4
  117. package/dist-es/pagination/DescribeScalingPoliciesPaginator.js +4 -4
  118. package/dist-es/pagination/ListAliasesPaginator.js +4 -4
  119. package/dist-es/pagination/ListBuildsPaginator.js +4 -4
  120. package/dist-es/pagination/ListFleetsPaginator.js +4 -4
  121. package/dist-es/pagination/ListGameServerGroupsPaginator.js +4 -4
  122. package/dist-es/pagination/ListGameServersPaginator.js +4 -4
  123. package/dist-es/pagination/ListScriptsPaginator.js +4 -4
  124. package/dist-es/pagination/SearchGameSessionsPaginator.js +4 -4
  125. package/dist-types/GameLift.d.ts +2 -2
  126. package/dist-types/GameLiftClient.d.ts +2 -2
  127. package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeMatchmakingCommand.d.ts +1 -1
  129. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  130. package/dist-types/runtimeConfig.d.ts +1 -1
  131. package/dist-types/runtimeConfig.native.d.ts +3 -3
  132. package/dist-types/ts3.4/GameLiftClient.d.ts +2 -2
  133. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  134. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  135. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  136. package/package.json +34 -34
@@ -1000,7 +1000,7 @@ const deserializeAws_json1_1AcceptMatchCommandError = async (output, context) =>
1000
1000
  $fault: "client",
1001
1001
  $metadata: deserializeMetadata(output),
1002
1002
  });
1003
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1003
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1004
1004
  }
1005
1005
  };
1006
1006
  const deserializeAws_json1_1ClaimGameServerCommand = async (output, context) => {
@@ -1051,7 +1051,7 @@ const deserializeAws_json1_1ClaimGameServerCommandError = async (output, context
1051
1051
  $fault: "client",
1052
1052
  $metadata: deserializeMetadata(output),
1053
1053
  });
1054
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1054
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1055
1055
  }
1056
1056
  };
1057
1057
  const deserializeAws_json1_1CreateAliasCommand = async (output, context) => {
@@ -1102,7 +1102,7 @@ const deserializeAws_json1_1CreateAliasCommandError = async (output, context) =>
1102
1102
  $fault: "client",
1103
1103
  $metadata: deserializeMetadata(output),
1104
1104
  });
1105
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1105
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1106
1106
  }
1107
1107
  };
1108
1108
  const deserializeAws_json1_1CreateBuildCommand = async (output, context) => {
@@ -1150,7 +1150,7 @@ const deserializeAws_json1_1CreateBuildCommandError = async (output, context) =>
1150
1150
  $fault: "client",
1151
1151
  $metadata: deserializeMetadata(output),
1152
1152
  });
1153
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1153
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1154
1154
  }
1155
1155
  };
1156
1156
  const deserializeAws_json1_1CreateFleetCommand = async (output, context) => {
@@ -1207,7 +1207,7 @@ const deserializeAws_json1_1CreateFleetCommandError = async (output, context) =>
1207
1207
  $fault: "client",
1208
1208
  $metadata: deserializeMetadata(output),
1209
1209
  });
1210
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1210
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1211
1211
  }
1212
1212
  };
1213
1213
  const deserializeAws_json1_1CreateFleetLocationsCommand = async (output, context) => {
@@ -1258,7 +1258,7 @@ const deserializeAws_json1_1CreateFleetLocationsCommandError = async (output, co
1258
1258
  $fault: "client",
1259
1259
  $metadata: deserializeMetadata(output),
1260
1260
  });
1261
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1261
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1262
1262
  }
1263
1263
  };
1264
1264
  const deserializeAws_json1_1CreateGameServerGroupCommand = async (output, context) => {
@@ -1306,7 +1306,7 @@ const deserializeAws_json1_1CreateGameServerGroupCommandError = async (output, c
1306
1306
  $fault: "client",
1307
1307
  $metadata: deserializeMetadata(output),
1308
1308
  });
1309
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1309
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1310
1310
  }
1311
1311
  };
1312
1312
  const deserializeAws_json1_1CreateGameSessionCommand = async (output, context) => {
@@ -1372,7 +1372,7 @@ const deserializeAws_json1_1CreateGameSessionCommandError = async (output, conte
1372
1372
  $fault: "client",
1373
1373
  $metadata: deserializeMetadata(output),
1374
1374
  });
1375
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1375
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1376
1376
  }
1377
1377
  };
1378
1378
  const deserializeAws_json1_1CreateGameSessionQueueCommand = async (output, context) => {
@@ -1423,7 +1423,7 @@ const deserializeAws_json1_1CreateGameSessionQueueCommandError = async (output,
1423
1423
  $fault: "client",
1424
1424
  $metadata: deserializeMetadata(output),
1425
1425
  });
1426
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1426
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1427
1427
  }
1428
1428
  };
1429
1429
  const deserializeAws_json1_1CreateMatchmakingConfigurationCommand = async (output, context) => {
@@ -1474,7 +1474,7 @@ const deserializeAws_json1_1CreateMatchmakingConfigurationCommandError = async (
1474
1474
  $fault: "client",
1475
1475
  $metadata: deserializeMetadata(output),
1476
1476
  });
1477
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1477
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1478
1478
  }
1479
1479
  };
1480
1480
  const deserializeAws_json1_1CreateMatchmakingRuleSetCommand = async (output, context) => {
@@ -1519,7 +1519,7 @@ const deserializeAws_json1_1CreateMatchmakingRuleSetCommandError = async (output
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_1CreatePlayerSessionCommand = async (output, context) => {
@@ -1573,7 +1573,7 @@ const deserializeAws_json1_1CreatePlayerSessionCommandError = async (output, con
1573
1573
  $fault: "client",
1574
1574
  $metadata: deserializeMetadata(output),
1575
1575
  });
1576
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1576
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1577
1577
  }
1578
1578
  };
1579
1579
  const deserializeAws_json1_1CreatePlayerSessionsCommand = async (output, context) => {
@@ -1627,7 +1627,7 @@ const deserializeAws_json1_1CreatePlayerSessionsCommandError = async (output, co
1627
1627
  $fault: "client",
1628
1628
  $metadata: deserializeMetadata(output),
1629
1629
  });
1630
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1630
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1631
1631
  }
1632
1632
  };
1633
1633
  const deserializeAws_json1_1CreateScriptCommand = async (output, context) => {
@@ -1675,7 +1675,7 @@ const deserializeAws_json1_1CreateScriptCommandError = async (output, context) =
1675
1675
  $fault: "client",
1676
1676
  $metadata: deserializeMetadata(output),
1677
1677
  });
1678
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1678
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1679
1679
  }
1680
1680
  };
1681
1681
  const deserializeAws_json1_1CreateVpcPeeringAuthorizationCommand = async (output, context) => {
@@ -1720,7 +1720,7 @@ const deserializeAws_json1_1CreateVpcPeeringAuthorizationCommandError = async (o
1720
1720
  $fault: "client",
1721
1721
  $metadata: deserializeMetadata(output),
1722
1722
  });
1723
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1723
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1724
1724
  }
1725
1725
  };
1726
1726
  const deserializeAws_json1_1CreateVpcPeeringConnectionCommand = async (output, context) => {
@@ -1765,7 +1765,7 @@ const deserializeAws_json1_1CreateVpcPeeringConnectionCommandError = async (outp
1765
1765
  $fault: "client",
1766
1766
  $metadata: deserializeMetadata(output),
1767
1767
  });
1768
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1768
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1769
1769
  }
1770
1770
  };
1771
1771
  const deserializeAws_json1_1DeleteAliasCommand = async (output, context) => {
@@ -1810,7 +1810,7 @@ const deserializeAws_json1_1DeleteAliasCommandError = async (output, context) =>
1810
1810
  $fault: "client",
1811
1811
  $metadata: deserializeMetadata(output),
1812
1812
  });
1813
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1813
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1814
1814
  }
1815
1815
  };
1816
1816
  const deserializeAws_json1_1DeleteBuildCommand = async (output, context) => {
@@ -1855,7 +1855,7 @@ const deserializeAws_json1_1DeleteBuildCommandError = async (output, context) =>
1855
1855
  $fault: "client",
1856
1856
  $metadata: deserializeMetadata(output),
1857
1857
  });
1858
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1858
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1859
1859
  }
1860
1860
  };
1861
1861
  const deserializeAws_json1_1DeleteFleetCommand = async (output, context) => {
@@ -1903,7 +1903,7 @@ const deserializeAws_json1_1DeleteFleetCommandError = async (output, context) =>
1903
1903
  $fault: "client",
1904
1904
  $metadata: deserializeMetadata(output),
1905
1905
  });
1906
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1906
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1907
1907
  }
1908
1908
  };
1909
1909
  const deserializeAws_json1_1DeleteFleetLocationsCommand = async (output, context) => {
@@ -1951,7 +1951,7 @@ const deserializeAws_json1_1DeleteFleetLocationsCommandError = async (output, co
1951
1951
  $fault: "client",
1952
1952
  $metadata: deserializeMetadata(output),
1953
1953
  });
1954
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1954
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1955
1955
  }
1956
1956
  };
1957
1957
  const deserializeAws_json1_1DeleteGameServerGroupCommand = async (output, context) => {
@@ -1996,7 +1996,7 @@ const deserializeAws_json1_1DeleteGameServerGroupCommandError = async (output, c
1996
1996
  $fault: "client",
1997
1997
  $metadata: deserializeMetadata(output),
1998
1998
  });
1999
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1999
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2000
2000
  }
2001
2001
  };
2002
2002
  const deserializeAws_json1_1DeleteGameSessionQueueCommand = async (output, context) => {
@@ -2044,7 +2044,7 @@ const deserializeAws_json1_1DeleteGameSessionQueueCommandError = async (output,
2044
2044
  $fault: "client",
2045
2045
  $metadata: deserializeMetadata(output),
2046
2046
  });
2047
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2047
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2048
2048
  }
2049
2049
  };
2050
2050
  const deserializeAws_json1_1DeleteMatchmakingConfigurationCommand = async (output, context) => {
@@ -2092,7 +2092,7 @@ const deserializeAws_json1_1DeleteMatchmakingConfigurationCommandError = async (
2092
2092
  $fault: "client",
2093
2093
  $metadata: deserializeMetadata(output),
2094
2094
  });
2095
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2095
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2096
2096
  }
2097
2097
  };
2098
2098
  const deserializeAws_json1_1DeleteMatchmakingRuleSetCommand = async (output, context) => {
@@ -2140,7 +2140,7 @@ const deserializeAws_json1_1DeleteMatchmakingRuleSetCommandError = async (output
2140
2140
  $fault: "client",
2141
2141
  $metadata: deserializeMetadata(output),
2142
2142
  });
2143
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2143
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2144
2144
  }
2145
2145
  };
2146
2146
  const deserializeAws_json1_1DeleteScalingPolicyCommand = async (output, context) => {
@@ -2182,7 +2182,7 @@ const deserializeAws_json1_1DeleteScalingPolicyCommandError = async (output, con
2182
2182
  $fault: "client",
2183
2183
  $metadata: deserializeMetadata(output),
2184
2184
  });
2185
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2185
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2186
2186
  }
2187
2187
  };
2188
2188
  const deserializeAws_json1_1DeleteScriptCommand = async (output, context) => {
@@ -2227,7 +2227,7 @@ const deserializeAws_json1_1DeleteScriptCommandError = async (output, context) =
2227
2227
  $fault: "client",
2228
2228
  $metadata: deserializeMetadata(output),
2229
2229
  });
2230
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2230
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2231
2231
  }
2232
2232
  };
2233
2233
  const deserializeAws_json1_1DeleteVpcPeeringAuthorizationCommand = async (output, context) => {
@@ -2272,7 +2272,7 @@ const deserializeAws_json1_1DeleteVpcPeeringAuthorizationCommandError = async (o
2272
2272
  $fault: "client",
2273
2273
  $metadata: deserializeMetadata(output),
2274
2274
  });
2275
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2275
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2276
2276
  }
2277
2277
  };
2278
2278
  const deserializeAws_json1_1DeleteVpcPeeringConnectionCommand = async (output, context) => {
@@ -2317,7 +2317,7 @@ const deserializeAws_json1_1DeleteVpcPeeringConnectionCommandError = async (outp
2317
2317
  $fault: "client",
2318
2318
  $metadata: deserializeMetadata(output),
2319
2319
  });
2320
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2320
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2321
2321
  }
2322
2322
  };
2323
2323
  const deserializeAws_json1_1DeregisterGameServerCommand = async (output, context) => {
@@ -2359,7 +2359,7 @@ const deserializeAws_json1_1DeregisterGameServerCommandError = async (output, co
2359
2359
  $fault: "client",
2360
2360
  $metadata: deserializeMetadata(output),
2361
2361
  });
2362
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2362
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2363
2363
  }
2364
2364
  };
2365
2365
  const deserializeAws_json1_1DescribeAliasCommand = async (output, context) => {
@@ -2404,7 +2404,7 @@ const deserializeAws_json1_1DescribeAliasCommandError = async (output, context)
2404
2404
  $fault: "client",
2405
2405
  $metadata: deserializeMetadata(output),
2406
2406
  });
2407
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2407
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2408
2408
  }
2409
2409
  };
2410
2410
  const deserializeAws_json1_1DescribeBuildCommand = async (output, context) => {
@@ -2449,7 +2449,7 @@ const deserializeAws_json1_1DescribeBuildCommandError = async (output, context)
2449
2449
  $fault: "client",
2450
2450
  $metadata: deserializeMetadata(output),
2451
2451
  });
2452
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2452
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2453
2453
  }
2454
2454
  };
2455
2455
  const deserializeAws_json1_1DescribeEC2InstanceLimitsCommand = async (output, context) => {
@@ -2494,7 +2494,7 @@ const deserializeAws_json1_1DescribeEC2InstanceLimitsCommandError = async (outpu
2494
2494
  $fault: "client",
2495
2495
  $metadata: deserializeMetadata(output),
2496
2496
  });
2497
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2497
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2498
2498
  }
2499
2499
  };
2500
2500
  const deserializeAws_json1_1DescribeFleetAttributesCommand = async (output, context) => {
@@ -2539,7 +2539,7 @@ const deserializeAws_json1_1DescribeFleetAttributesCommandError = async (output,
2539
2539
  $fault: "client",
2540
2540
  $metadata: deserializeMetadata(output),
2541
2541
  });
2542
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2542
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2543
2543
  }
2544
2544
  };
2545
2545
  const deserializeAws_json1_1DescribeFleetCapacityCommand = async (output, context) => {
@@ -2584,7 +2584,7 @@ const deserializeAws_json1_1DescribeFleetCapacityCommandError = async (output, c
2584
2584
  $fault: "client",
2585
2585
  $metadata: deserializeMetadata(output),
2586
2586
  });
2587
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2587
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2588
2588
  }
2589
2589
  };
2590
2590
  const deserializeAws_json1_1DescribeFleetEventsCommand = async (output, context) => {
@@ -2629,7 +2629,7 @@ const deserializeAws_json1_1DescribeFleetEventsCommandError = async (output, con
2629
2629
  $fault: "client",
2630
2630
  $metadata: deserializeMetadata(output),
2631
2631
  });
2632
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2632
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2633
2633
  }
2634
2634
  };
2635
2635
  const deserializeAws_json1_1DescribeFleetLocationAttributesCommand = async (output, context) => {
@@ -2677,7 +2677,7 @@ const deserializeAws_json1_1DescribeFleetLocationAttributesCommandError = async
2677
2677
  $fault: "client",
2678
2678
  $metadata: deserializeMetadata(output),
2679
2679
  });
2680
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2680
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2681
2681
  }
2682
2682
  };
2683
2683
  const deserializeAws_json1_1DescribeFleetLocationCapacityCommand = async (output, context) => {
@@ -2725,7 +2725,7 @@ const deserializeAws_json1_1DescribeFleetLocationCapacityCommandError = async (o
2725
2725
  $fault: "client",
2726
2726
  $metadata: deserializeMetadata(output),
2727
2727
  });
2728
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2728
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2729
2729
  }
2730
2730
  };
2731
2731
  const deserializeAws_json1_1DescribeFleetLocationUtilizationCommand = async (output, context) => {
@@ -2773,7 +2773,7 @@ const deserializeAws_json1_1DescribeFleetLocationUtilizationCommandError = async
2773
2773
  $fault: "client",
2774
2774
  $metadata: deserializeMetadata(output),
2775
2775
  });
2776
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2776
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2777
2777
  }
2778
2778
  };
2779
2779
  const deserializeAws_json1_1DescribeFleetPortSettingsCommand = async (output, context) => {
@@ -2818,7 +2818,7 @@ const deserializeAws_json1_1DescribeFleetPortSettingsCommandError = async (outpu
2818
2818
  $fault: "client",
2819
2819
  $metadata: deserializeMetadata(output),
2820
2820
  });
2821
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2821
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2822
2822
  }
2823
2823
  };
2824
2824
  const deserializeAws_json1_1DescribeFleetUtilizationCommand = async (output, context) => {
@@ -2863,7 +2863,7 @@ const deserializeAws_json1_1DescribeFleetUtilizationCommandError = async (output
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_1DescribeGameServerCommand = async (output, context) => {
@@ -2908,7 +2908,7 @@ const deserializeAws_json1_1DescribeGameServerCommandError = async (output, cont
2908
2908
  $fault: "client",
2909
2909
  $metadata: deserializeMetadata(output),
2910
2910
  });
2911
- throw smithy_client_1.decorateServiceException(response, parsedBody);
2911
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
2912
2912
  }
2913
2913
  };
2914
2914
  const deserializeAws_json1_1DescribeGameServerGroupCommand = async (output, context) => {
@@ -2953,7 +2953,7 @@ const deserializeAws_json1_1DescribeGameServerGroupCommandError = async (output,
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_1DescribeGameServerInstancesCommand = async (output, context) => {
@@ -2998,7 +2998,7 @@ const deserializeAws_json1_1DescribeGameServerInstancesCommandError = async (out
2998
2998
  $fault: "client",
2999
2999
  $metadata: deserializeMetadata(output),
3000
3000
  });
3001
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3001
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3002
3002
  }
3003
3003
  };
3004
3004
  const deserializeAws_json1_1DescribeGameSessionDetailsCommand = async (output, context) => {
@@ -3049,7 +3049,7 @@ const deserializeAws_json1_1DescribeGameSessionDetailsCommandError = async (outp
3049
3049
  $fault: "client",
3050
3050
  $metadata: deserializeMetadata(output),
3051
3051
  });
3052
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3052
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3053
3053
  }
3054
3054
  };
3055
3055
  const deserializeAws_json1_1DescribeGameSessionPlacementCommand = async (output, context) => {
@@ -3094,7 +3094,7 @@ const deserializeAws_json1_1DescribeGameSessionPlacementCommandError = async (ou
3094
3094
  $fault: "client",
3095
3095
  $metadata: deserializeMetadata(output),
3096
3096
  });
3097
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3097
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3098
3098
  }
3099
3099
  };
3100
3100
  const deserializeAws_json1_1DescribeGameSessionQueuesCommand = async (output, context) => {
@@ -3139,7 +3139,7 @@ const deserializeAws_json1_1DescribeGameSessionQueuesCommandError = async (outpu
3139
3139
  $fault: "client",
3140
3140
  $metadata: deserializeMetadata(output),
3141
3141
  });
3142
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3142
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3143
3143
  }
3144
3144
  };
3145
3145
  const deserializeAws_json1_1DescribeGameSessionsCommand = async (output, context) => {
@@ -3190,7 +3190,7 @@ const deserializeAws_json1_1DescribeGameSessionsCommandError = async (output, co
3190
3190
  $fault: "client",
3191
3191
  $metadata: deserializeMetadata(output),
3192
3192
  });
3193
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3193
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3194
3194
  }
3195
3195
  };
3196
3196
  const deserializeAws_json1_1DescribeInstancesCommand = async (output, context) => {
@@ -3238,7 +3238,7 @@ const deserializeAws_json1_1DescribeInstancesCommandError = async (output, conte
3238
3238
  $fault: "client",
3239
3239
  $metadata: deserializeMetadata(output),
3240
3240
  });
3241
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3241
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3242
3242
  }
3243
3243
  };
3244
3244
  const deserializeAws_json1_1DescribeMatchmakingCommand = async (output, context) => {
@@ -3280,7 +3280,7 @@ const deserializeAws_json1_1DescribeMatchmakingCommandError = async (output, con
3280
3280
  $fault: "client",
3281
3281
  $metadata: deserializeMetadata(output),
3282
3282
  });
3283
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3283
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3284
3284
  }
3285
3285
  };
3286
3286
  const deserializeAws_json1_1DescribeMatchmakingConfigurationsCommand = async (output, context) => {
@@ -3322,7 +3322,7 @@ const deserializeAws_json1_1DescribeMatchmakingConfigurationsCommandError = asyn
3322
3322
  $fault: "client",
3323
3323
  $metadata: deserializeMetadata(output),
3324
3324
  });
3325
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3325
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3326
3326
  }
3327
3327
  };
3328
3328
  const deserializeAws_json1_1DescribeMatchmakingRuleSetsCommand = async (output, context) => {
@@ -3367,7 +3367,7 @@ const deserializeAws_json1_1DescribeMatchmakingRuleSetsCommandError = async (out
3367
3367
  $fault: "client",
3368
3368
  $metadata: deserializeMetadata(output),
3369
3369
  });
3370
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3370
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3371
3371
  }
3372
3372
  };
3373
3373
  const deserializeAws_json1_1DescribePlayerSessionsCommand = async (output, context) => {
@@ -3412,7 +3412,7 @@ const deserializeAws_json1_1DescribePlayerSessionsCommandError = async (output,
3412
3412
  $fault: "client",
3413
3413
  $metadata: deserializeMetadata(output),
3414
3414
  });
3415
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3415
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3416
3416
  }
3417
3417
  };
3418
3418
  const deserializeAws_json1_1DescribeRuntimeConfigurationCommand = async (output, context) => {
@@ -3457,7 +3457,7 @@ const deserializeAws_json1_1DescribeRuntimeConfigurationCommandError = async (ou
3457
3457
  $fault: "client",
3458
3458
  $metadata: deserializeMetadata(output),
3459
3459
  });
3460
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3460
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3461
3461
  }
3462
3462
  };
3463
3463
  const deserializeAws_json1_1DescribeScalingPoliciesCommand = async (output, context) => {
@@ -3505,7 +3505,7 @@ const deserializeAws_json1_1DescribeScalingPoliciesCommandError = async (output,
3505
3505
  $fault: "client",
3506
3506
  $metadata: deserializeMetadata(output),
3507
3507
  });
3508
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3508
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3509
3509
  }
3510
3510
  };
3511
3511
  const deserializeAws_json1_1DescribeScriptCommand = async (output, context) => {
@@ -3550,7 +3550,7 @@ const deserializeAws_json1_1DescribeScriptCommandError = async (output, context)
3550
3550
  $fault: "client",
3551
3551
  $metadata: deserializeMetadata(output),
3552
3552
  });
3553
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3553
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3554
3554
  }
3555
3555
  };
3556
3556
  const deserializeAws_json1_1DescribeVpcPeeringAuthorizationsCommand = async (output, context) => {
@@ -3592,7 +3592,7 @@ const deserializeAws_json1_1DescribeVpcPeeringAuthorizationsCommandError = async
3592
3592
  $fault: "client",
3593
3593
  $metadata: deserializeMetadata(output),
3594
3594
  });
3595
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3595
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3596
3596
  }
3597
3597
  };
3598
3598
  const deserializeAws_json1_1DescribeVpcPeeringConnectionsCommand = async (output, context) => {
@@ -3637,7 +3637,7 @@ const deserializeAws_json1_1DescribeVpcPeeringConnectionsCommandError = async (o
3637
3637
  $fault: "client",
3638
3638
  $metadata: deserializeMetadata(output),
3639
3639
  });
3640
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3640
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3641
3641
  }
3642
3642
  };
3643
3643
  const deserializeAws_json1_1GetGameSessionLogUrlCommand = async (output, context) => {
@@ -3682,7 +3682,7 @@ const deserializeAws_json1_1GetGameSessionLogUrlCommandError = async (output, co
3682
3682
  $fault: "client",
3683
3683
  $metadata: deserializeMetadata(output),
3684
3684
  });
3685
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3685
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3686
3686
  }
3687
3687
  };
3688
3688
  const deserializeAws_json1_1GetInstanceAccessCommand = async (output, context) => {
@@ -3727,7 +3727,7 @@ const deserializeAws_json1_1GetInstanceAccessCommandError = async (output, conte
3727
3727
  $fault: "client",
3728
3728
  $metadata: deserializeMetadata(output),
3729
3729
  });
3730
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3730
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3731
3731
  }
3732
3732
  };
3733
3733
  const deserializeAws_json1_1ListAliasesCommand = async (output, context) => {
@@ -3769,7 +3769,7 @@ const deserializeAws_json1_1ListAliasesCommandError = async (output, context) =>
3769
3769
  $fault: "client",
3770
3770
  $metadata: deserializeMetadata(output),
3771
3771
  });
3772
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3772
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3773
3773
  }
3774
3774
  };
3775
3775
  const deserializeAws_json1_1ListBuildsCommand = async (output, context) => {
@@ -3811,7 +3811,7 @@ const deserializeAws_json1_1ListBuildsCommandError = async (output, context) =>
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_1ListFleetsCommand = async (output, context) => {
@@ -3856,7 +3856,7 @@ const deserializeAws_json1_1ListFleetsCommandError = async (output, context) =>
3856
3856
  $fault: "client",
3857
3857
  $metadata: deserializeMetadata(output),
3858
3858
  });
3859
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3859
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3860
3860
  }
3861
3861
  };
3862
3862
  const deserializeAws_json1_1ListGameServerGroupsCommand = async (output, context) => {
@@ -3898,7 +3898,7 @@ const deserializeAws_json1_1ListGameServerGroupsCommandError = async (output, co
3898
3898
  $fault: "client",
3899
3899
  $metadata: deserializeMetadata(output),
3900
3900
  });
3901
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3901
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3902
3902
  }
3903
3903
  };
3904
3904
  const deserializeAws_json1_1ListGameServersCommand = async (output, context) => {
@@ -3940,7 +3940,7 @@ const deserializeAws_json1_1ListGameServersCommandError = async (output, context
3940
3940
  $fault: "client",
3941
3941
  $metadata: deserializeMetadata(output),
3942
3942
  });
3943
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3943
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3944
3944
  }
3945
3945
  };
3946
3946
  const deserializeAws_json1_1ListScriptsCommand = async (output, context) => {
@@ -3982,7 +3982,7 @@ const deserializeAws_json1_1ListScriptsCommandError = async (output, context) =>
3982
3982
  $fault: "client",
3983
3983
  $metadata: deserializeMetadata(output),
3984
3984
  });
3985
- throw smithy_client_1.decorateServiceException(response, parsedBody);
3985
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
3986
3986
  }
3987
3987
  };
3988
3988
  const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
@@ -4027,7 +4027,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
4027
4027
  $fault: "client",
4028
4028
  $metadata: deserializeMetadata(output),
4029
4029
  });
4030
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4030
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4031
4031
  }
4032
4032
  };
4033
4033
  const deserializeAws_json1_1PutScalingPolicyCommand = async (output, context) => {
@@ -4072,7 +4072,7 @@ const deserializeAws_json1_1PutScalingPolicyCommandError = async (output, contex
4072
4072
  $fault: "client",
4073
4073
  $metadata: deserializeMetadata(output),
4074
4074
  });
4075
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4075
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4076
4076
  }
4077
4077
  };
4078
4078
  const deserializeAws_json1_1RegisterGameServerCommand = async (output, context) => {
@@ -4120,7 +4120,7 @@ const deserializeAws_json1_1RegisterGameServerCommandError = async (output, cont
4120
4120
  $fault: "client",
4121
4121
  $metadata: deserializeMetadata(output),
4122
4122
  });
4123
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4123
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4124
4124
  }
4125
4125
  };
4126
4126
  const deserializeAws_json1_1RequestUploadCredentialsCommand = async (output, context) => {
@@ -4165,7 +4165,7 @@ const deserializeAws_json1_1RequestUploadCredentialsCommandError = async (output
4165
4165
  $fault: "client",
4166
4166
  $metadata: deserializeMetadata(output),
4167
4167
  });
4168
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4168
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4169
4169
  }
4170
4170
  };
4171
4171
  const deserializeAws_json1_1ResolveAliasCommand = async (output, context) => {
@@ -4213,7 +4213,7 @@ const deserializeAws_json1_1ResolveAliasCommandError = async (output, context) =
4213
4213
  $fault: "client",
4214
4214
  $metadata: deserializeMetadata(output),
4215
4215
  });
4216
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4216
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4217
4217
  }
4218
4218
  };
4219
4219
  const deserializeAws_json1_1ResumeGameServerGroupCommand = async (output, context) => {
@@ -4258,7 +4258,7 @@ const deserializeAws_json1_1ResumeGameServerGroupCommandError = async (output, c
4258
4258
  $fault: "client",
4259
4259
  $metadata: deserializeMetadata(output),
4260
4260
  });
4261
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4261
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4262
4262
  }
4263
4263
  };
4264
4264
  const deserializeAws_json1_1SearchGameSessionsCommand = async (output, context) => {
@@ -4309,7 +4309,7 @@ const deserializeAws_json1_1SearchGameSessionsCommandError = async (output, cont
4309
4309
  $fault: "client",
4310
4310
  $metadata: deserializeMetadata(output),
4311
4311
  });
4312
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4312
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4313
4313
  }
4314
4314
  };
4315
4315
  const deserializeAws_json1_1StartFleetActionsCommand = async (output, context) => {
@@ -4357,7 +4357,7 @@ const deserializeAws_json1_1StartFleetActionsCommandError = async (output, conte
4357
4357
  $fault: "client",
4358
4358
  $metadata: deserializeMetadata(output),
4359
4359
  });
4360
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4360
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4361
4361
  }
4362
4362
  };
4363
4363
  const deserializeAws_json1_1StartGameSessionPlacementCommand = async (output, context) => {
@@ -4402,7 +4402,7 @@ const deserializeAws_json1_1StartGameSessionPlacementCommandError = async (outpu
4402
4402
  $fault: "client",
4403
4403
  $metadata: deserializeMetadata(output),
4404
4404
  });
4405
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4405
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4406
4406
  }
4407
4407
  };
4408
4408
  const deserializeAws_json1_1StartMatchBackfillCommand = async (output, context) => {
@@ -4447,7 +4447,7 @@ const deserializeAws_json1_1StartMatchBackfillCommandError = async (output, cont
4447
4447
  $fault: "client",
4448
4448
  $metadata: deserializeMetadata(output),
4449
4449
  });
4450
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4450
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4451
4451
  }
4452
4452
  };
4453
4453
  const deserializeAws_json1_1StartMatchmakingCommand = async (output, context) => {
@@ -4492,7 +4492,7 @@ const deserializeAws_json1_1StartMatchmakingCommandError = async (output, contex
4492
4492
  $fault: "client",
4493
4493
  $metadata: deserializeMetadata(output),
4494
4494
  });
4495
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4495
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4496
4496
  }
4497
4497
  };
4498
4498
  const deserializeAws_json1_1StopFleetActionsCommand = async (output, context) => {
@@ -4540,7 +4540,7 @@ const deserializeAws_json1_1StopFleetActionsCommandError = async (output, contex
4540
4540
  $fault: "client",
4541
4541
  $metadata: deserializeMetadata(output),
4542
4542
  });
4543
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4543
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4544
4544
  }
4545
4545
  };
4546
4546
  const deserializeAws_json1_1StopGameSessionPlacementCommand = async (output, context) => {
@@ -4585,7 +4585,7 @@ const deserializeAws_json1_1StopGameSessionPlacementCommandError = async (output
4585
4585
  $fault: "client",
4586
4586
  $metadata: deserializeMetadata(output),
4587
4587
  });
4588
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4588
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4589
4589
  }
4590
4590
  };
4591
4591
  const deserializeAws_json1_1StopMatchmakingCommand = async (output, context) => {
@@ -4630,7 +4630,7 @@ const deserializeAws_json1_1StopMatchmakingCommandError = async (output, context
4630
4630
  $fault: "client",
4631
4631
  $metadata: deserializeMetadata(output),
4632
4632
  });
4633
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4633
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4634
4634
  }
4635
4635
  };
4636
4636
  const deserializeAws_json1_1SuspendGameServerGroupCommand = async (output, context) => {
@@ -4675,7 +4675,7 @@ const deserializeAws_json1_1SuspendGameServerGroupCommandError = async (output,
4675
4675
  $fault: "client",
4676
4676
  $metadata: deserializeMetadata(output),
4677
4677
  });
4678
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4678
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4679
4679
  }
4680
4680
  };
4681
4681
  const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
@@ -4720,7 +4720,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
4720
4720
  $fault: "client",
4721
4721
  $metadata: deserializeMetadata(output),
4722
4722
  });
4723
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4723
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4724
4724
  }
4725
4725
  };
4726
4726
  const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
@@ -4765,7 +4765,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
4765
4765
  $fault: "client",
4766
4766
  $metadata: deserializeMetadata(output),
4767
4767
  });
4768
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4768
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4769
4769
  }
4770
4770
  };
4771
4771
  const deserializeAws_json1_1UpdateAliasCommand = async (output, context) => {
@@ -4810,7 +4810,7 @@ const deserializeAws_json1_1UpdateAliasCommandError = async (output, context) =>
4810
4810
  $fault: "client",
4811
4811
  $metadata: deserializeMetadata(output),
4812
4812
  });
4813
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4813
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4814
4814
  }
4815
4815
  };
4816
4816
  const deserializeAws_json1_1UpdateBuildCommand = async (output, context) => {
@@ -4855,7 +4855,7 @@ const deserializeAws_json1_1UpdateBuildCommandError = async (output, context) =>
4855
4855
  $fault: "client",
4856
4856
  $metadata: deserializeMetadata(output),
4857
4857
  });
4858
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4858
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4859
4859
  }
4860
4860
  };
4861
4861
  const deserializeAws_json1_1UpdateFleetAttributesCommand = async (output, context) => {
@@ -4909,7 +4909,7 @@ const deserializeAws_json1_1UpdateFleetAttributesCommandError = async (output, c
4909
4909
  $fault: "client",
4910
4910
  $metadata: deserializeMetadata(output),
4911
4911
  });
4912
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4912
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4913
4913
  }
4914
4914
  };
4915
4915
  const deserializeAws_json1_1UpdateFleetCapacityCommand = async (output, context) => {
@@ -4966,7 +4966,7 @@ const deserializeAws_json1_1UpdateFleetCapacityCommandError = async (output, con
4966
4966
  $fault: "client",
4967
4967
  $metadata: deserializeMetadata(output),
4968
4968
  });
4969
- throw smithy_client_1.decorateServiceException(response, parsedBody);
4969
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
4970
4970
  }
4971
4971
  };
4972
4972
  const deserializeAws_json1_1UpdateFleetPortSettingsCommand = async (output, context) => {
@@ -5020,7 +5020,7 @@ const deserializeAws_json1_1UpdateFleetPortSettingsCommandError = async (output,
5020
5020
  $fault: "client",
5021
5021
  $metadata: deserializeMetadata(output),
5022
5022
  });
5023
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5023
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5024
5024
  }
5025
5025
  };
5026
5026
  const deserializeAws_json1_1UpdateGameServerCommand = async (output, context) => {
@@ -5065,7 +5065,7 @@ const deserializeAws_json1_1UpdateGameServerCommandError = async (output, contex
5065
5065
  $fault: "client",
5066
5066
  $metadata: deserializeMetadata(output),
5067
5067
  });
5068
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5068
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5069
5069
  }
5070
5070
  };
5071
5071
  const deserializeAws_json1_1UpdateGameServerGroupCommand = async (output, context) => {
@@ -5110,7 +5110,7 @@ const deserializeAws_json1_1UpdateGameServerGroupCommandError = async (output, c
5110
5110
  $fault: "client",
5111
5111
  $metadata: deserializeMetadata(output),
5112
5112
  });
5113
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5113
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5114
5114
  }
5115
5115
  };
5116
5116
  const deserializeAws_json1_1UpdateGameSessionCommand = async (output, context) => {
@@ -5161,7 +5161,7 @@ const deserializeAws_json1_1UpdateGameSessionCommandError = async (output, conte
5161
5161
  $fault: "client",
5162
5162
  $metadata: deserializeMetadata(output),
5163
5163
  });
5164
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5164
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5165
5165
  }
5166
5166
  };
5167
5167
  const deserializeAws_json1_1UpdateGameSessionQueueCommand = async (output, context) => {
@@ -5206,7 +5206,7 @@ const deserializeAws_json1_1UpdateGameSessionQueueCommandError = async (output,
5206
5206
  $fault: "client",
5207
5207
  $metadata: deserializeMetadata(output),
5208
5208
  });
5209
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5209
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5210
5210
  }
5211
5211
  };
5212
5212
  const deserializeAws_json1_1UpdateMatchmakingConfigurationCommand = async (output, context) => {
@@ -5251,7 +5251,7 @@ const deserializeAws_json1_1UpdateMatchmakingConfigurationCommandError = async (
5251
5251
  $fault: "client",
5252
5252
  $metadata: deserializeMetadata(output),
5253
5253
  });
5254
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5254
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5255
5255
  }
5256
5256
  };
5257
5257
  const deserializeAws_json1_1UpdateRuntimeConfigurationCommand = async (output, context) => {
@@ -5299,7 +5299,7 @@ const deserializeAws_json1_1UpdateRuntimeConfigurationCommandError = async (outp
5299
5299
  $fault: "client",
5300
5300
  $metadata: deserializeMetadata(output),
5301
5301
  });
5302
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5302
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5303
5303
  }
5304
5304
  };
5305
5305
  const deserializeAws_json1_1UpdateScriptCommand = async (output, context) => {
@@ -5344,7 +5344,7 @@ const deserializeAws_json1_1UpdateScriptCommandError = async (output, context) =
5344
5344
  $fault: "client",
5345
5345
  $metadata: deserializeMetadata(output),
5346
5346
  });
5347
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5347
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5348
5348
  }
5349
5349
  };
5350
5350
  const deserializeAws_json1_1ValidateMatchmakingRuleSetCommand = async (output, context) => {
@@ -5386,7 +5386,7 @@ const deserializeAws_json1_1ValidateMatchmakingRuleSetCommandError = async (outp
5386
5386
  $fault: "client",
5387
5387
  $metadata: deserializeMetadata(output),
5388
5388
  });
5389
- throw smithy_client_1.decorateServiceException(response, parsedBody);
5389
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
5390
5390
  }
5391
5391
  };
5392
5392
  const deserializeAws_json1_1ConflictExceptionResponse = async (parsedOutput, context) => {
@@ -5396,7 +5396,7 @@ const deserializeAws_json1_1ConflictExceptionResponse = async (parsedOutput, con
5396
5396
  $metadata: deserializeMetadata(parsedOutput),
5397
5397
  ...deserialized,
5398
5398
  });
5399
- return smithy_client_1.decorateServiceException(exception, body);
5399
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
5400
5400
  };
5401
5401
  const deserializeAws_json1_1FleetCapacityExceededExceptionResponse = async (parsedOutput, context) => {
5402
5402
  const body = parsedOutput.body;
@@ -5405,7 +5405,7 @@ const deserializeAws_json1_1FleetCapacityExceededExceptionResponse = async (pars
5405
5405
  $metadata: deserializeMetadata(parsedOutput),
5406
5406
  ...deserialized,
5407
5407
  });
5408
- return smithy_client_1.decorateServiceException(exception, body);
5408
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
5409
5409
  };
5410
5410
  const deserializeAws_json1_1GameSessionFullExceptionResponse = async (parsedOutput, context) => {
5411
5411
  const body = parsedOutput.body;
@@ -5414,7 +5414,7 @@ const deserializeAws_json1_1GameSessionFullExceptionResponse = async (parsedOutp
5414
5414
  $metadata: deserializeMetadata(parsedOutput),
5415
5415
  ...deserialized,
5416
5416
  });
5417
- return smithy_client_1.decorateServiceException(exception, body);
5417
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
5418
5418
  };
5419
5419
  const deserializeAws_json1_1IdempotentParameterMismatchExceptionResponse = async (parsedOutput, context) => {
5420
5420
  const body = parsedOutput.body;
@@ -5423,7 +5423,7 @@ const deserializeAws_json1_1IdempotentParameterMismatchExceptionResponse = async
5423
5423
  $metadata: deserializeMetadata(parsedOutput),
5424
5424
  ...deserialized,
5425
5425
  });
5426
- return smithy_client_1.decorateServiceException(exception, body);
5426
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
5427
5427
  };
5428
5428
  const deserializeAws_json1_1InternalServiceExceptionResponse = async (parsedOutput, context) => {
5429
5429
  const body = parsedOutput.body;
@@ -5432,7 +5432,7 @@ const deserializeAws_json1_1InternalServiceExceptionResponse = async (parsedOutp
5432
5432
  $metadata: deserializeMetadata(parsedOutput),
5433
5433
  ...deserialized,
5434
5434
  });
5435
- return smithy_client_1.decorateServiceException(exception, body);
5435
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
5436
5436
  };
5437
5437
  const deserializeAws_json1_1InvalidFleetStatusExceptionResponse = async (parsedOutput, context) => {
5438
5438
  const body = parsedOutput.body;
@@ -5441,7 +5441,7 @@ const deserializeAws_json1_1InvalidFleetStatusExceptionResponse = async (parsedO
5441
5441
  $metadata: deserializeMetadata(parsedOutput),
5442
5442
  ...deserialized,
5443
5443
  });
5444
- return smithy_client_1.decorateServiceException(exception, body);
5444
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
5445
5445
  };
5446
5446
  const deserializeAws_json1_1InvalidGameSessionStatusExceptionResponse = async (parsedOutput, context) => {
5447
5447
  const body = parsedOutput.body;
@@ -5450,7 +5450,7 @@ const deserializeAws_json1_1InvalidGameSessionStatusExceptionResponse = async (p
5450
5450
  $metadata: deserializeMetadata(parsedOutput),
5451
5451
  ...deserialized,
5452
5452
  });
5453
- return smithy_client_1.decorateServiceException(exception, body);
5453
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
5454
5454
  };
5455
5455
  const deserializeAws_json1_1InvalidRequestExceptionResponse = async (parsedOutput, context) => {
5456
5456
  const body = parsedOutput.body;
@@ -5459,7 +5459,7 @@ const deserializeAws_json1_1InvalidRequestExceptionResponse = async (parsedOutpu
5459
5459
  $metadata: deserializeMetadata(parsedOutput),
5460
5460
  ...deserialized,
5461
5461
  });
5462
- return smithy_client_1.decorateServiceException(exception, body);
5462
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
5463
5463
  };
5464
5464
  const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput, context) => {
5465
5465
  const body = parsedOutput.body;
@@ -5468,7 +5468,7 @@ const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput
5468
5468
  $metadata: deserializeMetadata(parsedOutput),
5469
5469
  ...deserialized,
5470
5470
  });
5471
- return smithy_client_1.decorateServiceException(exception, body);
5471
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
5472
5472
  };
5473
5473
  const deserializeAws_json1_1NotFoundExceptionResponse = async (parsedOutput, context) => {
5474
5474
  const body = parsedOutput.body;
@@ -5477,7 +5477,7 @@ const deserializeAws_json1_1NotFoundExceptionResponse = async (parsedOutput, con
5477
5477
  $metadata: deserializeMetadata(parsedOutput),
5478
5478
  ...deserialized,
5479
5479
  });
5480
- return smithy_client_1.decorateServiceException(exception, body);
5480
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
5481
5481
  };
5482
5482
  const deserializeAws_json1_1OutOfCapacityExceptionResponse = async (parsedOutput, context) => {
5483
5483
  const body = parsedOutput.body;
@@ -5486,7 +5486,7 @@ const deserializeAws_json1_1OutOfCapacityExceptionResponse = async (parsedOutput
5486
5486
  $metadata: deserializeMetadata(parsedOutput),
5487
5487
  ...deserialized,
5488
5488
  });
5489
- return smithy_client_1.decorateServiceException(exception, body);
5489
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
5490
5490
  };
5491
5491
  const deserializeAws_json1_1TaggingFailedExceptionResponse = async (parsedOutput, context) => {
5492
5492
  const body = parsedOutput.body;
@@ -5495,7 +5495,7 @@ const deserializeAws_json1_1TaggingFailedExceptionResponse = async (parsedOutput
5495
5495
  $metadata: deserializeMetadata(parsedOutput),
5496
5496
  ...deserialized,
5497
5497
  });
5498
- return smithy_client_1.decorateServiceException(exception, body);
5498
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
5499
5499
  };
5500
5500
  const deserializeAws_json1_1TerminalRoutingStrategyExceptionResponse = async (parsedOutput, context) => {
5501
5501
  const body = parsedOutput.body;
@@ -5504,7 +5504,7 @@ const deserializeAws_json1_1TerminalRoutingStrategyExceptionResponse = async (pa
5504
5504
  $metadata: deserializeMetadata(parsedOutput),
5505
5505
  ...deserialized,
5506
5506
  });
5507
- return smithy_client_1.decorateServiceException(exception, body);
5507
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
5508
5508
  };
5509
5509
  const deserializeAws_json1_1UnauthorizedExceptionResponse = async (parsedOutput, context) => {
5510
5510
  const body = parsedOutput.body;
@@ -5513,7 +5513,7 @@ const deserializeAws_json1_1UnauthorizedExceptionResponse = async (parsedOutput,
5513
5513
  $metadata: deserializeMetadata(parsedOutput),
5514
5514
  ...deserialized,
5515
5515
  });
5516
- return smithy_client_1.decorateServiceException(exception, body);
5516
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
5517
5517
  };
5518
5518
  const deserializeAws_json1_1UnsupportedRegionExceptionResponse = async (parsedOutput, context) => {
5519
5519
  const body = parsedOutput.body;
@@ -5522,7 +5522,7 @@ const deserializeAws_json1_1UnsupportedRegionExceptionResponse = async (parsedOu
5522
5522
  $metadata: deserializeMetadata(parsedOutput),
5523
5523
  ...deserialized,
5524
5524
  });
5525
- return smithy_client_1.decorateServiceException(exception, body);
5525
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
5526
5526
  };
5527
5527
  const serializeAws_json1_1AcceptMatchInput = (input, context) => {
5528
5528
  return {
@@ -5535,7 +5535,7 @@ const serializeAws_json1_1AcceptMatchInput = (input, context) => {
5535
5535
  };
5536
5536
  const serializeAws_json1_1AttributeValue = (input, context) => {
5537
5537
  return {
5538
- ...(input.N !== undefined && input.N !== null && { N: smithy_client_1.serializeFloat(input.N) }),
5538
+ ...(input.N !== undefined && input.N !== null && { N: (0, smithy_client_1.serializeFloat)(input.N) }),
5539
5539
  ...(input.S !== undefined && input.S !== null && { S: input.S }),
5540
5540
  ...(input.SDM !== undefined &&
5541
5541
  input.SDM !== null && { SDM: serializeAws_json1_1StringDoubleMap(input.SDM, context) }),
@@ -6431,7 +6431,7 @@ const serializeAws_json1_1PlayerIdList = (input, context) => {
6431
6431
  const serializeAws_json1_1PlayerLatency = (input, context) => {
6432
6432
  return {
6433
6433
  ...(input.LatencyInMilliseconds !== undefined &&
6434
- input.LatencyInMilliseconds !== null && { LatencyInMilliseconds: smithy_client_1.serializeFloat(input.LatencyInMilliseconds) }),
6434
+ input.LatencyInMilliseconds !== null && { LatencyInMilliseconds: (0, smithy_client_1.serializeFloat)(input.LatencyInMilliseconds) }),
6435
6435
  ...(input.PlayerId !== undefined && input.PlayerId !== null && { PlayerId: input.PlayerId }),
6436
6436
  ...(input.RegionIdentifier !== undefined &&
6437
6437
  input.RegionIdentifier !== null && { RegionIdentifier: input.RegionIdentifier }),
@@ -6517,7 +6517,7 @@ const serializeAws_json1_1PutScalingPolicyInput = (input, context) => {
6517
6517
  input.TargetConfiguration !== null && {
6518
6518
  TargetConfiguration: serializeAws_json1_1TargetConfiguration(input.TargetConfiguration, context),
6519
6519
  }),
6520
- ...(input.Threshold !== undefined && input.Threshold !== null && { Threshold: smithy_client_1.serializeFloat(input.Threshold) }),
6520
+ ...(input.Threshold !== undefined && input.Threshold !== null && { Threshold: (0, smithy_client_1.serializeFloat)(input.Threshold) }),
6521
6521
  };
6522
6522
  };
6523
6523
  const serializeAws_json1_1QueueArnsList = (input, context) => {
@@ -6710,7 +6710,7 @@ const serializeAws_json1_1StringDoubleMap = (input, context) => {
6710
6710
  }
6711
6711
  return {
6712
6712
  ...acc,
6713
- [key]: smithy_client_1.serializeFloat(value),
6713
+ [key]: (0, smithy_client_1.serializeFloat)(value),
6714
6714
  };
6715
6715
  }, {});
6716
6716
  };
@@ -6769,13 +6769,13 @@ const serializeAws_json1_1TagResourceRequest = (input, context) => {
6769
6769
  const serializeAws_json1_1TargetConfiguration = (input, context) => {
6770
6770
  return {
6771
6771
  ...(input.TargetValue !== undefined &&
6772
- input.TargetValue !== null && { TargetValue: smithy_client_1.serializeFloat(input.TargetValue) }),
6772
+ input.TargetValue !== null && { TargetValue: (0, smithy_client_1.serializeFloat)(input.TargetValue) }),
6773
6773
  };
6774
6774
  };
6775
6775
  const serializeAws_json1_1TargetTrackingConfiguration = (input, context) => {
6776
6776
  return {
6777
6777
  ...(input.TargetValue !== undefined &&
6778
- input.TargetValue !== null && { TargetValue: smithy_client_1.serializeFloat(input.TargetValue) }),
6778
+ input.TargetValue !== null && { TargetValue: (0, smithy_client_1.serializeFloat)(input.TargetValue) }),
6779
6779
  };
6780
6780
  };
6781
6781
  const serializeAws_json1_1UntagResourceRequest = (input, context) => {
@@ -6983,16 +6983,16 @@ const deserializeAws_json1_1AcceptMatchOutput = (output, context) => {
6983
6983
  };
6984
6984
  const deserializeAws_json1_1Alias = (output, context) => {
6985
6985
  return {
6986
- AliasArn: smithy_client_1.expectString(output.AliasArn),
6987
- AliasId: smithy_client_1.expectString(output.AliasId),
6986
+ AliasArn: (0, smithy_client_1.expectString)(output.AliasArn),
6987
+ AliasId: (0, smithy_client_1.expectString)(output.AliasId),
6988
6988
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
6989
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
6989
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
6990
6990
  : undefined,
6991
- Description: smithy_client_1.expectString(output.Description),
6991
+ Description: (0, smithy_client_1.expectString)(output.Description),
6992
6992
  LastUpdatedTime: output.LastUpdatedTime !== undefined && output.LastUpdatedTime !== null
6993
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastUpdatedTime)))
6993
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdatedTime)))
6994
6994
  : undefined,
6995
- Name: smithy_client_1.expectString(output.Name),
6995
+ Name: (0, smithy_client_1.expectString)(output.Name),
6996
6996
  RoutingStrategy: output.RoutingStrategy !== undefined && output.RoutingStrategy !== null
6997
6997
  ? deserializeAws_json1_1RoutingStrategy(output.RoutingStrategy, context)
6998
6998
  : undefined,
@@ -7011,8 +7011,8 @@ const deserializeAws_json1_1AliasList = (output, context) => {
7011
7011
  };
7012
7012
  const deserializeAws_json1_1AttributeValue = (output, context) => {
7013
7013
  return {
7014
- N: smithy_client_1.limitedParseDouble(output.N),
7015
- S: smithy_client_1.expectString(output.S),
7014
+ N: (0, smithy_client_1.limitedParseDouble)(output.N),
7015
+ S: (0, smithy_client_1.expectString)(output.S),
7016
7016
  SDM: output.SDM !== undefined && output.SDM !== null
7017
7017
  ? deserializeAws_json1_1StringDoubleMap(output.SDM, context)
7018
7018
  : undefined,
@@ -7021,23 +7021,23 @@ const deserializeAws_json1_1AttributeValue = (output, context) => {
7021
7021
  };
7022
7022
  const deserializeAws_json1_1AwsCredentials = (output, context) => {
7023
7023
  return {
7024
- AccessKeyId: smithy_client_1.expectString(output.AccessKeyId),
7025
- SecretAccessKey: smithy_client_1.expectString(output.SecretAccessKey),
7026
- SessionToken: smithy_client_1.expectString(output.SessionToken),
7024
+ AccessKeyId: (0, smithy_client_1.expectString)(output.AccessKeyId),
7025
+ SecretAccessKey: (0, smithy_client_1.expectString)(output.SecretAccessKey),
7026
+ SessionToken: (0, smithy_client_1.expectString)(output.SessionToken),
7027
7027
  };
7028
7028
  };
7029
7029
  const deserializeAws_json1_1Build = (output, context) => {
7030
7030
  return {
7031
- BuildArn: smithy_client_1.expectString(output.BuildArn),
7032
- BuildId: smithy_client_1.expectString(output.BuildId),
7031
+ BuildArn: (0, smithy_client_1.expectString)(output.BuildArn),
7032
+ BuildId: (0, smithy_client_1.expectString)(output.BuildId),
7033
7033
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
7034
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
7034
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
7035
7035
  : undefined,
7036
- Name: smithy_client_1.expectString(output.Name),
7037
- OperatingSystem: smithy_client_1.expectString(output.OperatingSystem),
7038
- SizeOnDisk: smithy_client_1.expectLong(output.SizeOnDisk),
7039
- Status: smithy_client_1.expectString(output.Status),
7040
- Version: smithy_client_1.expectString(output.Version),
7036
+ Name: (0, smithy_client_1.expectString)(output.Name),
7037
+ OperatingSystem: (0, smithy_client_1.expectString)(output.OperatingSystem),
7038
+ SizeOnDisk: (0, smithy_client_1.expectLong)(output.SizeOnDisk),
7039
+ Status: (0, smithy_client_1.expectString)(output.Status),
7040
+ Version: (0, smithy_client_1.expectString)(output.Version),
7041
7041
  };
7042
7042
  };
7043
7043
  const deserializeAws_json1_1BuildList = (output, context) => {
@@ -7053,7 +7053,7 @@ const deserializeAws_json1_1BuildList = (output, context) => {
7053
7053
  };
7054
7054
  const deserializeAws_json1_1CertificateConfiguration = (output, context) => {
7055
7055
  return {
7056
- CertificateType: smithy_client_1.expectString(output.CertificateType),
7056
+ CertificateType: (0, smithy_client_1.expectString)(output.CertificateType),
7057
7057
  };
7058
7058
  };
7059
7059
  const deserializeAws_json1_1ClaimGameServerOutput = (output, context) => {
@@ -7065,7 +7065,7 @@ const deserializeAws_json1_1ClaimGameServerOutput = (output, context) => {
7065
7065
  };
7066
7066
  const deserializeAws_json1_1ConflictException = (output, context) => {
7067
7067
  return {
7068
- Message: smithy_client_1.expectString(output.Message),
7068
+ Message: (0, smithy_client_1.expectString)(output.Message),
7069
7069
  };
7070
7070
  };
7071
7071
  const deserializeAws_json1_1CreateAliasOutput = (output, context) => {
@@ -7090,8 +7090,8 @@ const deserializeAws_json1_1CreateBuildOutput = (output, context) => {
7090
7090
  };
7091
7091
  const deserializeAws_json1_1CreateFleetLocationsOutput = (output, context) => {
7092
7092
  return {
7093
- FleetArn: smithy_client_1.expectString(output.FleetArn),
7094
- FleetId: smithy_client_1.expectString(output.FleetId),
7093
+ FleetArn: (0, smithy_client_1.expectString)(output.FleetArn),
7094
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
7095
7095
  LocationStates: output.LocationStates !== undefined && output.LocationStates !== null
7096
7096
  ? deserializeAws_json1_1LocationStateList(output.LocationStates, context)
7097
7097
  : undefined,
@@ -7175,8 +7175,8 @@ const deserializeAws_json1_1CreateVpcPeeringConnectionOutput = (output, context)
7175
7175
  };
7176
7176
  const deserializeAws_json1_1DeleteFleetLocationsOutput = (output, context) => {
7177
7177
  return {
7178
- FleetArn: smithy_client_1.expectString(output.FleetArn),
7179
- FleetId: smithy_client_1.expectString(output.FleetId),
7178
+ FleetArn: (0, smithy_client_1.expectString)(output.FleetArn),
7179
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
7180
7180
  LocationStates: output.LocationStates !== undefined && output.LocationStates !== null
7181
7181
  ? deserializeAws_json1_1LocationStateList(output.LocationStates, context)
7182
7182
  : undefined,
@@ -7230,7 +7230,7 @@ const deserializeAws_json1_1DescribeFleetAttributesOutput = (output, context) =>
7230
7230
  FleetAttributes: output.FleetAttributes !== undefined && output.FleetAttributes !== null
7231
7231
  ? deserializeAws_json1_1FleetAttributesList(output.FleetAttributes, context)
7232
7232
  : undefined,
7233
- NextToken: smithy_client_1.expectString(output.NextToken),
7233
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
7234
7234
  };
7235
7235
  };
7236
7236
  const deserializeAws_json1_1DescribeFleetCapacityOutput = (output, context) => {
@@ -7238,7 +7238,7 @@ const deserializeAws_json1_1DescribeFleetCapacityOutput = (output, context) => {
7238
7238
  FleetCapacity: output.FleetCapacity !== undefined && output.FleetCapacity !== null
7239
7239
  ? deserializeAws_json1_1FleetCapacityList(output.FleetCapacity, context)
7240
7240
  : undefined,
7241
- NextToken: smithy_client_1.expectString(output.NextToken),
7241
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
7242
7242
  };
7243
7243
  };
7244
7244
  const deserializeAws_json1_1DescribeFleetEventsOutput = (output, context) => {
@@ -7246,17 +7246,17 @@ const deserializeAws_json1_1DescribeFleetEventsOutput = (output, context) => {
7246
7246
  Events: output.Events !== undefined && output.Events !== null
7247
7247
  ? deserializeAws_json1_1EventList(output.Events, context)
7248
7248
  : undefined,
7249
- NextToken: smithy_client_1.expectString(output.NextToken),
7249
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
7250
7250
  };
7251
7251
  };
7252
7252
  const deserializeAws_json1_1DescribeFleetLocationAttributesOutput = (output, context) => {
7253
7253
  return {
7254
- FleetArn: smithy_client_1.expectString(output.FleetArn),
7255
- FleetId: smithy_client_1.expectString(output.FleetId),
7254
+ FleetArn: (0, smithy_client_1.expectString)(output.FleetArn),
7255
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
7256
7256
  LocationAttributes: output.LocationAttributes !== undefined && output.LocationAttributes !== null
7257
7257
  ? deserializeAws_json1_1LocationAttributesList(output.LocationAttributes, context)
7258
7258
  : undefined,
7259
- NextToken: smithy_client_1.expectString(output.NextToken),
7259
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
7260
7260
  };
7261
7261
  };
7262
7262
  const deserializeAws_json1_1DescribeFleetLocationCapacityOutput = (output, context) => {
@@ -7275,13 +7275,13 @@ const deserializeAws_json1_1DescribeFleetLocationUtilizationOutput = (output, co
7275
7275
  };
7276
7276
  const deserializeAws_json1_1DescribeFleetPortSettingsOutput = (output, context) => {
7277
7277
  return {
7278
- FleetArn: smithy_client_1.expectString(output.FleetArn),
7279
- FleetId: smithy_client_1.expectString(output.FleetId),
7278
+ FleetArn: (0, smithy_client_1.expectString)(output.FleetArn),
7279
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
7280
7280
  InboundPermissions: output.InboundPermissions !== undefined && output.InboundPermissions !== null
7281
7281
  ? deserializeAws_json1_1IpPermissionsList(output.InboundPermissions, context)
7282
7282
  : undefined,
7283
- Location: smithy_client_1.expectString(output.Location),
7284
- UpdateStatus: smithy_client_1.expectString(output.UpdateStatus),
7283
+ Location: (0, smithy_client_1.expectString)(output.Location),
7284
+ UpdateStatus: (0, smithy_client_1.expectString)(output.UpdateStatus),
7285
7285
  };
7286
7286
  };
7287
7287
  const deserializeAws_json1_1DescribeFleetUtilizationOutput = (output, context) => {
@@ -7289,7 +7289,7 @@ const deserializeAws_json1_1DescribeFleetUtilizationOutput = (output, context) =
7289
7289
  FleetUtilization: output.FleetUtilization !== undefined && output.FleetUtilization !== null
7290
7290
  ? deserializeAws_json1_1FleetUtilizationList(output.FleetUtilization, context)
7291
7291
  : undefined,
7292
- NextToken: smithy_client_1.expectString(output.NextToken),
7292
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
7293
7293
  };
7294
7294
  };
7295
7295
  const deserializeAws_json1_1DescribeGameServerGroupOutput = (output, context) => {
@@ -7304,7 +7304,7 @@ const deserializeAws_json1_1DescribeGameServerInstancesOutput = (output, context
7304
7304
  GameServerInstances: output.GameServerInstances !== undefined && output.GameServerInstances !== null
7305
7305
  ? deserializeAws_json1_1GameServerInstances(output.GameServerInstances, context)
7306
7306
  : undefined,
7307
- NextToken: smithy_client_1.expectString(output.NextToken),
7307
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
7308
7308
  };
7309
7309
  };
7310
7310
  const deserializeAws_json1_1DescribeGameServerOutput = (output, context) => {
@@ -7319,7 +7319,7 @@ const deserializeAws_json1_1DescribeGameSessionDetailsOutput = (output, context)
7319
7319
  GameSessionDetails: output.GameSessionDetails !== undefined && output.GameSessionDetails !== null
7320
7320
  ? deserializeAws_json1_1GameSessionDetailList(output.GameSessionDetails, context)
7321
7321
  : undefined,
7322
- NextToken: smithy_client_1.expectString(output.NextToken),
7322
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
7323
7323
  };
7324
7324
  };
7325
7325
  const deserializeAws_json1_1DescribeGameSessionPlacementOutput = (output, context) => {
@@ -7334,7 +7334,7 @@ const deserializeAws_json1_1DescribeGameSessionQueuesOutput = (output, context)
7334
7334
  GameSessionQueues: output.GameSessionQueues !== undefined && output.GameSessionQueues !== null
7335
7335
  ? deserializeAws_json1_1GameSessionQueueList(output.GameSessionQueues, context)
7336
7336
  : undefined,
7337
- NextToken: smithy_client_1.expectString(output.NextToken),
7337
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
7338
7338
  };
7339
7339
  };
7340
7340
  const deserializeAws_json1_1DescribeGameSessionsOutput = (output, context) => {
@@ -7342,7 +7342,7 @@ const deserializeAws_json1_1DescribeGameSessionsOutput = (output, context) => {
7342
7342
  GameSessions: output.GameSessions !== undefined && output.GameSessions !== null
7343
7343
  ? deserializeAws_json1_1GameSessionList(output.GameSessions, context)
7344
7344
  : undefined,
7345
- NextToken: smithy_client_1.expectString(output.NextToken),
7345
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
7346
7346
  };
7347
7347
  };
7348
7348
  const deserializeAws_json1_1DescribeInstancesOutput = (output, context) => {
@@ -7350,7 +7350,7 @@ const deserializeAws_json1_1DescribeInstancesOutput = (output, context) => {
7350
7350
  Instances: output.Instances !== undefined && output.Instances !== null
7351
7351
  ? deserializeAws_json1_1InstanceList(output.Instances, context)
7352
7352
  : undefined,
7353
- NextToken: smithy_client_1.expectString(output.NextToken),
7353
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
7354
7354
  };
7355
7355
  };
7356
7356
  const deserializeAws_json1_1DescribeMatchmakingConfigurationsOutput = (output, context) => {
@@ -7358,7 +7358,7 @@ const deserializeAws_json1_1DescribeMatchmakingConfigurationsOutput = (output, c
7358
7358
  Configurations: output.Configurations !== undefined && output.Configurations !== null
7359
7359
  ? deserializeAws_json1_1MatchmakingConfigurationList(output.Configurations, context)
7360
7360
  : undefined,
7361
- NextToken: smithy_client_1.expectString(output.NextToken),
7361
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
7362
7362
  };
7363
7363
  };
7364
7364
  const deserializeAws_json1_1DescribeMatchmakingOutput = (output, context) => {
@@ -7370,7 +7370,7 @@ const deserializeAws_json1_1DescribeMatchmakingOutput = (output, context) => {
7370
7370
  };
7371
7371
  const deserializeAws_json1_1DescribeMatchmakingRuleSetsOutput = (output, context) => {
7372
7372
  return {
7373
- NextToken: smithy_client_1.expectString(output.NextToken),
7373
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
7374
7374
  RuleSets: output.RuleSets !== undefined && output.RuleSets !== null
7375
7375
  ? deserializeAws_json1_1MatchmakingRuleSetList(output.RuleSets, context)
7376
7376
  : undefined,
@@ -7378,7 +7378,7 @@ const deserializeAws_json1_1DescribeMatchmakingRuleSetsOutput = (output, context
7378
7378
  };
7379
7379
  const deserializeAws_json1_1DescribePlayerSessionsOutput = (output, context) => {
7380
7380
  return {
7381
- NextToken: smithy_client_1.expectString(output.NextToken),
7381
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
7382
7382
  PlayerSessions: output.PlayerSessions !== undefined && output.PlayerSessions !== null
7383
7383
  ? deserializeAws_json1_1PlayerSessionList(output.PlayerSessions, context)
7384
7384
  : undefined,
@@ -7393,7 +7393,7 @@ const deserializeAws_json1_1DescribeRuntimeConfigurationOutput = (output, contex
7393
7393
  };
7394
7394
  const deserializeAws_json1_1DescribeScalingPoliciesOutput = (output, context) => {
7395
7395
  return {
7396
- NextToken: smithy_client_1.expectString(output.NextToken),
7396
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
7397
7397
  ScalingPolicies: output.ScalingPolicies !== undefined && output.ScalingPolicies !== null
7398
7398
  ? deserializeAws_json1_1ScalingPolicyList(output.ScalingPolicies, context)
7399
7399
  : undefined,
@@ -7422,21 +7422,21 @@ const deserializeAws_json1_1DescribeVpcPeeringConnectionsOutput = (output, conte
7422
7422
  };
7423
7423
  const deserializeAws_json1_1EC2InstanceCounts = (output, context) => {
7424
7424
  return {
7425
- ACTIVE: smithy_client_1.expectInt32(output.ACTIVE),
7426
- DESIRED: smithy_client_1.expectInt32(output.DESIRED),
7427
- IDLE: smithy_client_1.expectInt32(output.IDLE),
7428
- MAXIMUM: smithy_client_1.expectInt32(output.MAXIMUM),
7429
- MINIMUM: smithy_client_1.expectInt32(output.MINIMUM),
7430
- PENDING: smithy_client_1.expectInt32(output.PENDING),
7431
- TERMINATING: smithy_client_1.expectInt32(output.TERMINATING),
7425
+ ACTIVE: (0, smithy_client_1.expectInt32)(output.ACTIVE),
7426
+ DESIRED: (0, smithy_client_1.expectInt32)(output.DESIRED),
7427
+ IDLE: (0, smithy_client_1.expectInt32)(output.IDLE),
7428
+ MAXIMUM: (0, smithy_client_1.expectInt32)(output.MAXIMUM),
7429
+ MINIMUM: (0, smithy_client_1.expectInt32)(output.MINIMUM),
7430
+ PENDING: (0, smithy_client_1.expectInt32)(output.PENDING),
7431
+ TERMINATING: (0, smithy_client_1.expectInt32)(output.TERMINATING),
7432
7432
  };
7433
7433
  };
7434
7434
  const deserializeAws_json1_1EC2InstanceLimit = (output, context) => {
7435
7435
  return {
7436
- CurrentInstances: smithy_client_1.expectInt32(output.CurrentInstances),
7437
- EC2InstanceType: smithy_client_1.expectString(output.EC2InstanceType),
7438
- InstanceLimit: smithy_client_1.expectInt32(output.InstanceLimit),
7439
- Location: smithy_client_1.expectString(output.Location),
7436
+ CurrentInstances: (0, smithy_client_1.expectInt32)(output.CurrentInstances),
7437
+ EC2InstanceType: (0, smithy_client_1.expectString)(output.EC2InstanceType),
7438
+ InstanceLimit: (0, smithy_client_1.expectInt32)(output.InstanceLimit),
7439
+ Location: (0, smithy_client_1.expectString)(output.Location),
7440
7440
  };
7441
7441
  };
7442
7442
  const deserializeAws_json1_1EC2InstanceLimitList = (output, context) => {
@@ -7452,14 +7452,14 @@ const deserializeAws_json1_1EC2InstanceLimitList = (output, context) => {
7452
7452
  };
7453
7453
  const deserializeAws_json1_1Event = (output, context) => {
7454
7454
  return {
7455
- EventCode: smithy_client_1.expectString(output.EventCode),
7456
- EventId: smithy_client_1.expectString(output.EventId),
7455
+ EventCode: (0, smithy_client_1.expectString)(output.EventCode),
7456
+ EventId: (0, smithy_client_1.expectString)(output.EventId),
7457
7457
  EventTime: output.EventTime !== undefined && output.EventTime !== null
7458
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EventTime)))
7458
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EventTime)))
7459
7459
  : undefined,
7460
- Message: smithy_client_1.expectString(output.Message),
7461
- PreSignedLogUrl: smithy_client_1.expectString(output.PreSignedLogUrl),
7462
- ResourceId: smithy_client_1.expectString(output.ResourceId),
7460
+ Message: (0, smithy_client_1.expectString)(output.Message),
7461
+ PreSignedLogUrl: (0, smithy_client_1.expectString)(output.PreSignedLogUrl),
7462
+ ResourceId: (0, smithy_client_1.expectString)(output.ResourceId),
7463
7463
  };
7464
7464
  };
7465
7465
  const deserializeAws_json1_1EventList = (output, context) => {
@@ -7487,48 +7487,48 @@ const deserializeAws_json1_1FleetActionList = (output, context) => {
7487
7487
  if (entry === null) {
7488
7488
  return null;
7489
7489
  }
7490
- return smithy_client_1.expectString(entry);
7490
+ return (0, smithy_client_1.expectString)(entry);
7491
7491
  });
7492
7492
  return retVal;
7493
7493
  };
7494
7494
  const deserializeAws_json1_1FleetAttributes = (output, context) => {
7495
7495
  return {
7496
- BuildArn: smithy_client_1.expectString(output.BuildArn),
7497
- BuildId: smithy_client_1.expectString(output.BuildId),
7496
+ BuildArn: (0, smithy_client_1.expectString)(output.BuildArn),
7497
+ BuildId: (0, smithy_client_1.expectString)(output.BuildId),
7498
7498
  CertificateConfiguration: output.CertificateConfiguration !== undefined && output.CertificateConfiguration !== null
7499
7499
  ? deserializeAws_json1_1CertificateConfiguration(output.CertificateConfiguration, context)
7500
7500
  : undefined,
7501
7501
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
7502
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
7503
- : undefined,
7504
- Description: smithy_client_1.expectString(output.Description),
7505
- FleetArn: smithy_client_1.expectString(output.FleetArn),
7506
- FleetId: smithy_client_1.expectString(output.FleetId),
7507
- FleetType: smithy_client_1.expectString(output.FleetType),
7508
- InstanceRoleArn: smithy_client_1.expectString(output.InstanceRoleArn),
7509
- InstanceType: smithy_client_1.expectString(output.InstanceType),
7502
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
7503
+ : undefined,
7504
+ Description: (0, smithy_client_1.expectString)(output.Description),
7505
+ FleetArn: (0, smithy_client_1.expectString)(output.FleetArn),
7506
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
7507
+ FleetType: (0, smithy_client_1.expectString)(output.FleetType),
7508
+ InstanceRoleArn: (0, smithy_client_1.expectString)(output.InstanceRoleArn),
7509
+ InstanceType: (0, smithy_client_1.expectString)(output.InstanceType),
7510
7510
  LogPaths: output.LogPaths !== undefined && output.LogPaths !== null
7511
7511
  ? deserializeAws_json1_1StringList(output.LogPaths, context)
7512
7512
  : undefined,
7513
7513
  MetricGroups: output.MetricGroups !== undefined && output.MetricGroups !== null
7514
7514
  ? deserializeAws_json1_1MetricGroupList(output.MetricGroups, context)
7515
7515
  : undefined,
7516
- Name: smithy_client_1.expectString(output.Name),
7517
- NewGameSessionProtectionPolicy: smithy_client_1.expectString(output.NewGameSessionProtectionPolicy),
7518
- OperatingSystem: smithy_client_1.expectString(output.OperatingSystem),
7516
+ Name: (0, smithy_client_1.expectString)(output.Name),
7517
+ NewGameSessionProtectionPolicy: (0, smithy_client_1.expectString)(output.NewGameSessionProtectionPolicy),
7518
+ OperatingSystem: (0, smithy_client_1.expectString)(output.OperatingSystem),
7519
7519
  ResourceCreationLimitPolicy: output.ResourceCreationLimitPolicy !== undefined && output.ResourceCreationLimitPolicy !== null
7520
7520
  ? deserializeAws_json1_1ResourceCreationLimitPolicy(output.ResourceCreationLimitPolicy, context)
7521
7521
  : undefined,
7522
- ScriptArn: smithy_client_1.expectString(output.ScriptArn),
7523
- ScriptId: smithy_client_1.expectString(output.ScriptId),
7524
- ServerLaunchParameters: smithy_client_1.expectString(output.ServerLaunchParameters),
7525
- ServerLaunchPath: smithy_client_1.expectString(output.ServerLaunchPath),
7526
- Status: smithy_client_1.expectString(output.Status),
7522
+ ScriptArn: (0, smithy_client_1.expectString)(output.ScriptArn),
7523
+ ScriptId: (0, smithy_client_1.expectString)(output.ScriptId),
7524
+ ServerLaunchParameters: (0, smithy_client_1.expectString)(output.ServerLaunchParameters),
7525
+ ServerLaunchPath: (0, smithy_client_1.expectString)(output.ServerLaunchPath),
7526
+ Status: (0, smithy_client_1.expectString)(output.Status),
7527
7527
  StoppedActions: output.StoppedActions !== undefined && output.StoppedActions !== null
7528
7528
  ? deserializeAws_json1_1FleetActionList(output.StoppedActions, context)
7529
7529
  : undefined,
7530
7530
  TerminationTime: output.TerminationTime !== undefined && output.TerminationTime !== null
7531
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.TerminationTime)))
7531
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.TerminationTime)))
7532
7532
  : undefined,
7533
7533
  };
7534
7534
  };
@@ -7545,18 +7545,18 @@ const deserializeAws_json1_1FleetAttributesList = (output, context) => {
7545
7545
  };
7546
7546
  const deserializeAws_json1_1FleetCapacity = (output, context) => {
7547
7547
  return {
7548
- FleetArn: smithy_client_1.expectString(output.FleetArn),
7549
- FleetId: smithy_client_1.expectString(output.FleetId),
7548
+ FleetArn: (0, smithy_client_1.expectString)(output.FleetArn),
7549
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
7550
7550
  InstanceCounts: output.InstanceCounts !== undefined && output.InstanceCounts !== null
7551
7551
  ? deserializeAws_json1_1EC2InstanceCounts(output.InstanceCounts, context)
7552
7552
  : undefined,
7553
- InstanceType: smithy_client_1.expectString(output.InstanceType),
7554
- Location: smithy_client_1.expectString(output.Location),
7553
+ InstanceType: (0, smithy_client_1.expectString)(output.InstanceType),
7554
+ Location: (0, smithy_client_1.expectString)(output.Location),
7555
7555
  };
7556
7556
  };
7557
7557
  const deserializeAws_json1_1FleetCapacityExceededException = (output, context) => {
7558
7558
  return {
7559
- Message: smithy_client_1.expectString(output.Message),
7559
+ Message: (0, smithy_client_1.expectString)(output.Message),
7560
7560
  };
7561
7561
  };
7562
7562
  const deserializeAws_json1_1FleetCapacityList = (output, context) => {
@@ -7577,19 +7577,19 @@ const deserializeAws_json1_1FleetIdList = (output, context) => {
7577
7577
  if (entry === null) {
7578
7578
  return null;
7579
7579
  }
7580
- return smithy_client_1.expectString(entry);
7580
+ return (0, smithy_client_1.expectString)(entry);
7581
7581
  });
7582
7582
  return retVal;
7583
7583
  };
7584
7584
  const deserializeAws_json1_1FleetUtilization = (output, context) => {
7585
7585
  return {
7586
- ActiveGameSessionCount: smithy_client_1.expectInt32(output.ActiveGameSessionCount),
7587
- ActiveServerProcessCount: smithy_client_1.expectInt32(output.ActiveServerProcessCount),
7588
- CurrentPlayerSessionCount: smithy_client_1.expectInt32(output.CurrentPlayerSessionCount),
7589
- FleetArn: smithy_client_1.expectString(output.FleetArn),
7590
- FleetId: smithy_client_1.expectString(output.FleetId),
7591
- Location: smithy_client_1.expectString(output.Location),
7592
- MaximumPlayerSessionCount: smithy_client_1.expectInt32(output.MaximumPlayerSessionCount),
7586
+ ActiveGameSessionCount: (0, smithy_client_1.expectInt32)(output.ActiveGameSessionCount),
7587
+ ActiveServerProcessCount: (0, smithy_client_1.expectInt32)(output.ActiveServerProcessCount),
7588
+ CurrentPlayerSessionCount: (0, smithy_client_1.expectInt32)(output.CurrentPlayerSessionCount),
7589
+ FleetArn: (0, smithy_client_1.expectString)(output.FleetArn),
7590
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
7591
+ Location: (0, smithy_client_1.expectString)(output.Location),
7592
+ MaximumPlayerSessionCount: (0, smithy_client_1.expectInt32)(output.MaximumPlayerSessionCount),
7593
7593
  };
7594
7594
  };
7595
7595
  const deserializeAws_json1_1FleetUtilizationList = (output, context) => {
@@ -7605,8 +7605,8 @@ const deserializeAws_json1_1FleetUtilizationList = (output, context) => {
7605
7605
  };
7606
7606
  const deserializeAws_json1_1GameProperty = (output, context) => {
7607
7607
  return {
7608
- Key: smithy_client_1.expectString(output.Key),
7609
- Value: smithy_client_1.expectString(output.Value),
7608
+ Key: (0, smithy_client_1.expectString)(output.Key),
7609
+ Value: (0, smithy_client_1.expectString)(output.Value),
7610
7610
  };
7611
7611
  };
7612
7612
  const deserializeAws_json1_1GamePropertyList = (output, context) => {
@@ -7622,44 +7622,44 @@ const deserializeAws_json1_1GamePropertyList = (output, context) => {
7622
7622
  };
7623
7623
  const deserializeAws_json1_1GameServer = (output, context) => {
7624
7624
  return {
7625
- ClaimStatus: smithy_client_1.expectString(output.ClaimStatus),
7626
- ConnectionInfo: smithy_client_1.expectString(output.ConnectionInfo),
7627
- GameServerData: smithy_client_1.expectString(output.GameServerData),
7628
- GameServerGroupArn: smithy_client_1.expectString(output.GameServerGroupArn),
7629
- GameServerGroupName: smithy_client_1.expectString(output.GameServerGroupName),
7630
- GameServerId: smithy_client_1.expectString(output.GameServerId),
7631
- InstanceId: smithy_client_1.expectString(output.InstanceId),
7625
+ ClaimStatus: (0, smithy_client_1.expectString)(output.ClaimStatus),
7626
+ ConnectionInfo: (0, smithy_client_1.expectString)(output.ConnectionInfo),
7627
+ GameServerData: (0, smithy_client_1.expectString)(output.GameServerData),
7628
+ GameServerGroupArn: (0, smithy_client_1.expectString)(output.GameServerGroupArn),
7629
+ GameServerGroupName: (0, smithy_client_1.expectString)(output.GameServerGroupName),
7630
+ GameServerId: (0, smithy_client_1.expectString)(output.GameServerId),
7631
+ InstanceId: (0, smithy_client_1.expectString)(output.InstanceId),
7632
7632
  LastClaimTime: output.LastClaimTime !== undefined && output.LastClaimTime !== null
7633
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastClaimTime)))
7633
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastClaimTime)))
7634
7634
  : undefined,
7635
7635
  LastHealthCheckTime: output.LastHealthCheckTime !== undefined && output.LastHealthCheckTime !== null
7636
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastHealthCheckTime)))
7636
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastHealthCheckTime)))
7637
7637
  : undefined,
7638
7638
  RegistrationTime: output.RegistrationTime !== undefined && output.RegistrationTime !== null
7639
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.RegistrationTime)))
7639
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.RegistrationTime)))
7640
7640
  : undefined,
7641
- UtilizationStatus: smithy_client_1.expectString(output.UtilizationStatus),
7641
+ UtilizationStatus: (0, smithy_client_1.expectString)(output.UtilizationStatus),
7642
7642
  };
7643
7643
  };
7644
7644
  const deserializeAws_json1_1GameServerGroup = (output, context) => {
7645
7645
  return {
7646
- AutoScalingGroupArn: smithy_client_1.expectString(output.AutoScalingGroupArn),
7647
- BalancingStrategy: smithy_client_1.expectString(output.BalancingStrategy),
7646
+ AutoScalingGroupArn: (0, smithy_client_1.expectString)(output.AutoScalingGroupArn),
7647
+ BalancingStrategy: (0, smithy_client_1.expectString)(output.BalancingStrategy),
7648
7648
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
7649
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
7649
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
7650
7650
  : undefined,
7651
- GameServerGroupArn: smithy_client_1.expectString(output.GameServerGroupArn),
7652
- GameServerGroupName: smithy_client_1.expectString(output.GameServerGroupName),
7653
- GameServerProtectionPolicy: smithy_client_1.expectString(output.GameServerProtectionPolicy),
7651
+ GameServerGroupArn: (0, smithy_client_1.expectString)(output.GameServerGroupArn),
7652
+ GameServerGroupName: (0, smithy_client_1.expectString)(output.GameServerGroupName),
7653
+ GameServerProtectionPolicy: (0, smithy_client_1.expectString)(output.GameServerProtectionPolicy),
7654
7654
  InstanceDefinitions: output.InstanceDefinitions !== undefined && output.InstanceDefinitions !== null
7655
7655
  ? deserializeAws_json1_1InstanceDefinitions(output.InstanceDefinitions, context)
7656
7656
  : undefined,
7657
7657
  LastUpdatedTime: output.LastUpdatedTime !== undefined && output.LastUpdatedTime !== null
7658
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastUpdatedTime)))
7658
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdatedTime)))
7659
7659
  : undefined,
7660
- RoleArn: smithy_client_1.expectString(output.RoleArn),
7661
- Status: smithy_client_1.expectString(output.Status),
7662
- StatusReason: smithy_client_1.expectString(output.StatusReason),
7660
+ RoleArn: (0, smithy_client_1.expectString)(output.RoleArn),
7661
+ Status: (0, smithy_client_1.expectString)(output.Status),
7662
+ StatusReason: (0, smithy_client_1.expectString)(output.StatusReason),
7663
7663
  SuspendedActions: output.SuspendedActions !== undefined && output.SuspendedActions !== null
7664
7664
  ? deserializeAws_json1_1GameServerGroupActions(output.SuspendedActions, context)
7665
7665
  : undefined,
@@ -7672,7 +7672,7 @@ const deserializeAws_json1_1GameServerGroupActions = (output, context) => {
7672
7672
  if (entry === null) {
7673
7673
  return null;
7674
7674
  }
7675
- return smithy_client_1.expectString(entry);
7675
+ return (0, smithy_client_1.expectString)(entry);
7676
7676
  });
7677
7677
  return retVal;
7678
7678
  };
@@ -7689,10 +7689,10 @@ const deserializeAws_json1_1GameServerGroups = (output, context) => {
7689
7689
  };
7690
7690
  const deserializeAws_json1_1GameServerInstance = (output, context) => {
7691
7691
  return {
7692
- GameServerGroupArn: smithy_client_1.expectString(output.GameServerGroupArn),
7693
- GameServerGroupName: smithy_client_1.expectString(output.GameServerGroupName),
7694
- InstanceId: smithy_client_1.expectString(output.InstanceId),
7695
- InstanceStatus: smithy_client_1.expectString(output.InstanceStatus),
7692
+ GameServerGroupArn: (0, smithy_client_1.expectString)(output.GameServerGroupArn),
7693
+ GameServerGroupName: (0, smithy_client_1.expectString)(output.GameServerGroupName),
7694
+ InstanceId: (0, smithy_client_1.expectString)(output.InstanceId),
7695
+ InstanceStatus: (0, smithy_client_1.expectString)(output.InstanceStatus),
7696
7696
  };
7697
7697
  };
7698
7698
  const deserializeAws_json1_1GameServerInstances = (output, context) => {
@@ -7720,41 +7720,41 @@ const deserializeAws_json1_1GameServers = (output, context) => {
7720
7720
  const deserializeAws_json1_1GameSession = (output, context) => {
7721
7721
  return {
7722
7722
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
7723
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
7723
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
7724
7724
  : undefined,
7725
- CreatorId: smithy_client_1.expectString(output.CreatorId),
7726
- CurrentPlayerSessionCount: smithy_client_1.expectInt32(output.CurrentPlayerSessionCount),
7727
- DnsName: smithy_client_1.expectString(output.DnsName),
7728
- FleetArn: smithy_client_1.expectString(output.FleetArn),
7729
- FleetId: smithy_client_1.expectString(output.FleetId),
7725
+ CreatorId: (0, smithy_client_1.expectString)(output.CreatorId),
7726
+ CurrentPlayerSessionCount: (0, smithy_client_1.expectInt32)(output.CurrentPlayerSessionCount),
7727
+ DnsName: (0, smithy_client_1.expectString)(output.DnsName),
7728
+ FleetArn: (0, smithy_client_1.expectString)(output.FleetArn),
7729
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
7730
7730
  GameProperties: output.GameProperties !== undefined && output.GameProperties !== null
7731
7731
  ? deserializeAws_json1_1GamePropertyList(output.GameProperties, context)
7732
7732
  : undefined,
7733
- GameSessionData: smithy_client_1.expectString(output.GameSessionData),
7734
- GameSessionId: smithy_client_1.expectString(output.GameSessionId),
7735
- IpAddress: smithy_client_1.expectString(output.IpAddress),
7736
- Location: smithy_client_1.expectString(output.Location),
7737
- MatchmakerData: smithy_client_1.expectString(output.MatchmakerData),
7738
- MaximumPlayerSessionCount: smithy_client_1.expectInt32(output.MaximumPlayerSessionCount),
7739
- Name: smithy_client_1.expectString(output.Name),
7740
- PlayerSessionCreationPolicy: smithy_client_1.expectString(output.PlayerSessionCreationPolicy),
7741
- Port: smithy_client_1.expectInt32(output.Port),
7742
- Status: smithy_client_1.expectString(output.Status),
7743
- StatusReason: smithy_client_1.expectString(output.StatusReason),
7733
+ GameSessionData: (0, smithy_client_1.expectString)(output.GameSessionData),
7734
+ GameSessionId: (0, smithy_client_1.expectString)(output.GameSessionId),
7735
+ IpAddress: (0, smithy_client_1.expectString)(output.IpAddress),
7736
+ Location: (0, smithy_client_1.expectString)(output.Location),
7737
+ MatchmakerData: (0, smithy_client_1.expectString)(output.MatchmakerData),
7738
+ MaximumPlayerSessionCount: (0, smithy_client_1.expectInt32)(output.MaximumPlayerSessionCount),
7739
+ Name: (0, smithy_client_1.expectString)(output.Name),
7740
+ PlayerSessionCreationPolicy: (0, smithy_client_1.expectString)(output.PlayerSessionCreationPolicy),
7741
+ Port: (0, smithy_client_1.expectInt32)(output.Port),
7742
+ Status: (0, smithy_client_1.expectString)(output.Status),
7743
+ StatusReason: (0, smithy_client_1.expectString)(output.StatusReason),
7744
7744
  TerminationTime: output.TerminationTime !== undefined && output.TerminationTime !== null
7745
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.TerminationTime)))
7745
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.TerminationTime)))
7746
7746
  : undefined,
7747
7747
  };
7748
7748
  };
7749
7749
  const deserializeAws_json1_1GameSessionConnectionInfo = (output, context) => {
7750
7750
  return {
7751
- DnsName: smithy_client_1.expectString(output.DnsName),
7752
- GameSessionArn: smithy_client_1.expectString(output.GameSessionArn),
7753
- IpAddress: smithy_client_1.expectString(output.IpAddress),
7751
+ DnsName: (0, smithy_client_1.expectString)(output.DnsName),
7752
+ GameSessionArn: (0, smithy_client_1.expectString)(output.GameSessionArn),
7753
+ IpAddress: (0, smithy_client_1.expectString)(output.IpAddress),
7754
7754
  MatchedPlayerSessions: output.MatchedPlayerSessions !== undefined && output.MatchedPlayerSessions !== null
7755
7755
  ? deserializeAws_json1_1MatchedPlayerSessionList(output.MatchedPlayerSessions, context)
7756
7756
  : undefined,
7757
- Port: smithy_client_1.expectInt32(output.Port),
7757
+ Port: (0, smithy_client_1.expectInt32)(output.Port),
7758
7758
  };
7759
7759
  };
7760
7760
  const deserializeAws_json1_1GameSessionDetail = (output, context) => {
@@ -7762,7 +7762,7 @@ const deserializeAws_json1_1GameSessionDetail = (output, context) => {
7762
7762
  GameSession: output.GameSession !== undefined && output.GameSession !== null
7763
7763
  ? deserializeAws_json1_1GameSession(output.GameSession, context)
7764
7764
  : undefined,
7765
- ProtectionPolicy: smithy_client_1.expectString(output.ProtectionPolicy),
7765
+ ProtectionPolicy: (0, smithy_client_1.expectString)(output.ProtectionPolicy),
7766
7766
  };
7767
7767
  };
7768
7768
  const deserializeAws_json1_1GameSessionDetailList = (output, context) => {
@@ -7778,7 +7778,7 @@ const deserializeAws_json1_1GameSessionDetailList = (output, context) => {
7778
7778
  };
7779
7779
  const deserializeAws_json1_1GameSessionFullException = (output, context) => {
7780
7780
  return {
7781
- Message: smithy_client_1.expectString(output.Message),
7781
+ Message: (0, smithy_client_1.expectString)(output.Message),
7782
7782
  };
7783
7783
  };
7784
7784
  const deserializeAws_json1_1GameSessionList = (output, context) => {
@@ -7794,60 +7794,60 @@ const deserializeAws_json1_1GameSessionList = (output, context) => {
7794
7794
  };
7795
7795
  const deserializeAws_json1_1GameSessionPlacement = (output, context) => {
7796
7796
  return {
7797
- DnsName: smithy_client_1.expectString(output.DnsName),
7797
+ DnsName: (0, smithy_client_1.expectString)(output.DnsName),
7798
7798
  EndTime: output.EndTime !== undefined && output.EndTime !== null
7799
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndTime)))
7799
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndTime)))
7800
7800
  : undefined,
7801
7801
  GameProperties: output.GameProperties !== undefined && output.GameProperties !== null
7802
7802
  ? deserializeAws_json1_1GamePropertyList(output.GameProperties, context)
7803
7803
  : undefined,
7804
- GameSessionArn: smithy_client_1.expectString(output.GameSessionArn),
7805
- GameSessionData: smithy_client_1.expectString(output.GameSessionData),
7806
- GameSessionId: smithy_client_1.expectString(output.GameSessionId),
7807
- GameSessionName: smithy_client_1.expectString(output.GameSessionName),
7808
- GameSessionQueueName: smithy_client_1.expectString(output.GameSessionQueueName),
7809
- GameSessionRegion: smithy_client_1.expectString(output.GameSessionRegion),
7810
- IpAddress: smithy_client_1.expectString(output.IpAddress),
7811
- MatchmakerData: smithy_client_1.expectString(output.MatchmakerData),
7812
- MaximumPlayerSessionCount: smithy_client_1.expectInt32(output.MaximumPlayerSessionCount),
7804
+ GameSessionArn: (0, smithy_client_1.expectString)(output.GameSessionArn),
7805
+ GameSessionData: (0, smithy_client_1.expectString)(output.GameSessionData),
7806
+ GameSessionId: (0, smithy_client_1.expectString)(output.GameSessionId),
7807
+ GameSessionName: (0, smithy_client_1.expectString)(output.GameSessionName),
7808
+ GameSessionQueueName: (0, smithy_client_1.expectString)(output.GameSessionQueueName),
7809
+ GameSessionRegion: (0, smithy_client_1.expectString)(output.GameSessionRegion),
7810
+ IpAddress: (0, smithy_client_1.expectString)(output.IpAddress),
7811
+ MatchmakerData: (0, smithy_client_1.expectString)(output.MatchmakerData),
7812
+ MaximumPlayerSessionCount: (0, smithy_client_1.expectInt32)(output.MaximumPlayerSessionCount),
7813
7813
  PlacedPlayerSessions: output.PlacedPlayerSessions !== undefined && output.PlacedPlayerSessions !== null
7814
7814
  ? deserializeAws_json1_1PlacedPlayerSessionList(output.PlacedPlayerSessions, context)
7815
7815
  : undefined,
7816
- PlacementId: smithy_client_1.expectString(output.PlacementId),
7816
+ PlacementId: (0, smithy_client_1.expectString)(output.PlacementId),
7817
7817
  PlayerLatencies: output.PlayerLatencies !== undefined && output.PlayerLatencies !== null
7818
7818
  ? deserializeAws_json1_1PlayerLatencyList(output.PlayerLatencies, context)
7819
7819
  : undefined,
7820
- Port: smithy_client_1.expectInt32(output.Port),
7820
+ Port: (0, smithy_client_1.expectInt32)(output.Port),
7821
7821
  StartTime: output.StartTime !== undefined && output.StartTime !== null
7822
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
7822
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartTime)))
7823
7823
  : undefined,
7824
- Status: smithy_client_1.expectString(output.Status),
7824
+ Status: (0, smithy_client_1.expectString)(output.Status),
7825
7825
  };
7826
7826
  };
7827
7827
  const deserializeAws_json1_1GameSessionQueue = (output, context) => {
7828
7828
  return {
7829
- CustomEventData: smithy_client_1.expectString(output.CustomEventData),
7829
+ CustomEventData: (0, smithy_client_1.expectString)(output.CustomEventData),
7830
7830
  Destinations: output.Destinations !== undefined && output.Destinations !== null
7831
7831
  ? deserializeAws_json1_1GameSessionQueueDestinationList(output.Destinations, context)
7832
7832
  : undefined,
7833
7833
  FilterConfiguration: output.FilterConfiguration !== undefined && output.FilterConfiguration !== null
7834
7834
  ? deserializeAws_json1_1FilterConfiguration(output.FilterConfiguration, context)
7835
7835
  : undefined,
7836
- GameSessionQueueArn: smithy_client_1.expectString(output.GameSessionQueueArn),
7837
- Name: smithy_client_1.expectString(output.Name),
7838
- NotificationTarget: smithy_client_1.expectString(output.NotificationTarget),
7836
+ GameSessionQueueArn: (0, smithy_client_1.expectString)(output.GameSessionQueueArn),
7837
+ Name: (0, smithy_client_1.expectString)(output.Name),
7838
+ NotificationTarget: (0, smithy_client_1.expectString)(output.NotificationTarget),
7839
7839
  PlayerLatencyPolicies: output.PlayerLatencyPolicies !== undefined && output.PlayerLatencyPolicies !== null
7840
7840
  ? deserializeAws_json1_1PlayerLatencyPolicyList(output.PlayerLatencyPolicies, context)
7841
7841
  : undefined,
7842
7842
  PriorityConfiguration: output.PriorityConfiguration !== undefined && output.PriorityConfiguration !== null
7843
7843
  ? deserializeAws_json1_1PriorityConfiguration(output.PriorityConfiguration, context)
7844
7844
  : undefined,
7845
- TimeoutInSeconds: smithy_client_1.expectInt32(output.TimeoutInSeconds),
7845
+ TimeoutInSeconds: (0, smithy_client_1.expectInt32)(output.TimeoutInSeconds),
7846
7846
  };
7847
7847
  };
7848
7848
  const deserializeAws_json1_1GameSessionQueueDestination = (output, context) => {
7849
7849
  return {
7850
- DestinationArn: smithy_client_1.expectString(output.DestinationArn),
7850
+ DestinationArn: (0, smithy_client_1.expectString)(output.DestinationArn),
7851
7851
  };
7852
7852
  };
7853
7853
  const deserializeAws_json1_1GameSessionQueueDestinationList = (output, context) => {
@@ -7874,7 +7874,7 @@ const deserializeAws_json1_1GameSessionQueueList = (output, context) => {
7874
7874
  };
7875
7875
  const deserializeAws_json1_1GetGameSessionLogUrlOutput = (output, context) => {
7876
7876
  return {
7877
- PreSignedUrl: smithy_client_1.expectString(output.PreSignedUrl),
7877
+ PreSignedUrl: (0, smithy_client_1.expectString)(output.PreSignedUrl),
7878
7878
  };
7879
7879
  };
7880
7880
  const deserializeAws_json1_1GetInstanceAccessOutput = (output, context) => {
@@ -7886,23 +7886,23 @@ const deserializeAws_json1_1GetInstanceAccessOutput = (output, context) => {
7886
7886
  };
7887
7887
  const deserializeAws_json1_1IdempotentParameterMismatchException = (output, context) => {
7888
7888
  return {
7889
- Message: smithy_client_1.expectString(output.Message),
7889
+ Message: (0, smithy_client_1.expectString)(output.Message),
7890
7890
  };
7891
7891
  };
7892
7892
  const deserializeAws_json1_1Instance = (output, context) => {
7893
7893
  return {
7894
7894
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
7895
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
7895
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
7896
7896
  : undefined,
7897
- DnsName: smithy_client_1.expectString(output.DnsName),
7898
- FleetArn: smithy_client_1.expectString(output.FleetArn),
7899
- FleetId: smithy_client_1.expectString(output.FleetId),
7900
- InstanceId: smithy_client_1.expectString(output.InstanceId),
7901
- IpAddress: smithy_client_1.expectString(output.IpAddress),
7902
- Location: smithy_client_1.expectString(output.Location),
7903
- OperatingSystem: smithy_client_1.expectString(output.OperatingSystem),
7904
- Status: smithy_client_1.expectString(output.Status),
7905
- Type: smithy_client_1.expectString(output.Type),
7897
+ DnsName: (0, smithy_client_1.expectString)(output.DnsName),
7898
+ FleetArn: (0, smithy_client_1.expectString)(output.FleetArn),
7899
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
7900
+ InstanceId: (0, smithy_client_1.expectString)(output.InstanceId),
7901
+ IpAddress: (0, smithy_client_1.expectString)(output.IpAddress),
7902
+ Location: (0, smithy_client_1.expectString)(output.Location),
7903
+ OperatingSystem: (0, smithy_client_1.expectString)(output.OperatingSystem),
7904
+ Status: (0, smithy_client_1.expectString)(output.Status),
7905
+ Type: (0, smithy_client_1.expectString)(output.Type),
7906
7906
  };
7907
7907
  };
7908
7908
  const deserializeAws_json1_1InstanceAccess = (output, context) => {
@@ -7910,22 +7910,22 @@ const deserializeAws_json1_1InstanceAccess = (output, context) => {
7910
7910
  Credentials: output.Credentials !== undefined && output.Credentials !== null
7911
7911
  ? deserializeAws_json1_1InstanceCredentials(output.Credentials, context)
7912
7912
  : undefined,
7913
- FleetId: smithy_client_1.expectString(output.FleetId),
7914
- InstanceId: smithy_client_1.expectString(output.InstanceId),
7915
- IpAddress: smithy_client_1.expectString(output.IpAddress),
7916
- OperatingSystem: smithy_client_1.expectString(output.OperatingSystem),
7913
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
7914
+ InstanceId: (0, smithy_client_1.expectString)(output.InstanceId),
7915
+ IpAddress: (0, smithy_client_1.expectString)(output.IpAddress),
7916
+ OperatingSystem: (0, smithy_client_1.expectString)(output.OperatingSystem),
7917
7917
  };
7918
7918
  };
7919
7919
  const deserializeAws_json1_1InstanceCredentials = (output, context) => {
7920
7920
  return {
7921
- Secret: smithy_client_1.expectString(output.Secret),
7922
- UserName: smithy_client_1.expectString(output.UserName),
7921
+ Secret: (0, smithy_client_1.expectString)(output.Secret),
7922
+ UserName: (0, smithy_client_1.expectString)(output.UserName),
7923
7923
  };
7924
7924
  };
7925
7925
  const deserializeAws_json1_1InstanceDefinition = (output, context) => {
7926
7926
  return {
7927
- InstanceType: smithy_client_1.expectString(output.InstanceType),
7928
- WeightedCapacity: smithy_client_1.expectString(output.WeightedCapacity),
7927
+ InstanceType: (0, smithy_client_1.expectString)(output.InstanceType),
7928
+ WeightedCapacity: (0, smithy_client_1.expectString)(output.WeightedCapacity),
7929
7929
  };
7930
7930
  };
7931
7931
  const deserializeAws_json1_1InstanceDefinitions = (output, context) => {
@@ -7952,30 +7952,30 @@ const deserializeAws_json1_1InstanceList = (output, context) => {
7952
7952
  };
7953
7953
  const deserializeAws_json1_1InternalServiceException = (output, context) => {
7954
7954
  return {
7955
- Message: smithy_client_1.expectString(output.Message),
7955
+ Message: (0, smithy_client_1.expectString)(output.Message),
7956
7956
  };
7957
7957
  };
7958
7958
  const deserializeAws_json1_1InvalidFleetStatusException = (output, context) => {
7959
7959
  return {
7960
- Message: smithy_client_1.expectString(output.Message),
7960
+ Message: (0, smithy_client_1.expectString)(output.Message),
7961
7961
  };
7962
7962
  };
7963
7963
  const deserializeAws_json1_1InvalidGameSessionStatusException = (output, context) => {
7964
7964
  return {
7965
- Message: smithy_client_1.expectString(output.Message),
7965
+ Message: (0, smithy_client_1.expectString)(output.Message),
7966
7966
  };
7967
7967
  };
7968
7968
  const deserializeAws_json1_1InvalidRequestException = (output, context) => {
7969
7969
  return {
7970
- Message: smithy_client_1.expectString(output.Message),
7970
+ Message: (0, smithy_client_1.expectString)(output.Message),
7971
7971
  };
7972
7972
  };
7973
7973
  const deserializeAws_json1_1IpPermission = (output, context) => {
7974
7974
  return {
7975
- FromPort: smithy_client_1.expectInt32(output.FromPort),
7976
- IpRange: smithy_client_1.expectString(output.IpRange),
7977
- Protocol: smithy_client_1.expectString(output.Protocol),
7978
- ToPort: smithy_client_1.expectInt32(output.ToPort),
7975
+ FromPort: (0, smithy_client_1.expectInt32)(output.FromPort),
7976
+ IpRange: (0, smithy_client_1.expectString)(output.IpRange),
7977
+ Protocol: (0, smithy_client_1.expectString)(output.Protocol),
7978
+ ToPort: (0, smithy_client_1.expectInt32)(output.ToPort),
7979
7979
  };
7980
7980
  };
7981
7981
  const deserializeAws_json1_1IpPermissionsList = (output, context) => {
@@ -7996,13 +7996,13 @@ const deserializeAws_json1_1LatencyMap = (output, context) => {
7996
7996
  }
7997
7997
  return {
7998
7998
  ...acc,
7999
- [key]: smithy_client_1.expectInt32(value),
7999
+ [key]: (0, smithy_client_1.expectInt32)(value),
8000
8000
  };
8001
8001
  }, {});
8002
8002
  };
8003
8003
  const deserializeAws_json1_1LimitExceededException = (output, context) => {
8004
8004
  return {
8005
- Message: smithy_client_1.expectString(output.Message),
8005
+ Message: (0, smithy_client_1.expectString)(output.Message),
8006
8006
  };
8007
8007
  };
8008
8008
  const deserializeAws_json1_1ListAliasesOutput = (output, context) => {
@@ -8010,7 +8010,7 @@ const deserializeAws_json1_1ListAliasesOutput = (output, context) => {
8010
8010
  Aliases: output.Aliases !== undefined && output.Aliases !== null
8011
8011
  ? deserializeAws_json1_1AliasList(output.Aliases, context)
8012
8012
  : undefined,
8013
- NextToken: smithy_client_1.expectString(output.NextToken),
8013
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
8014
8014
  };
8015
8015
  };
8016
8016
  const deserializeAws_json1_1ListBuildsOutput = (output, context) => {
@@ -8018,7 +8018,7 @@ const deserializeAws_json1_1ListBuildsOutput = (output, context) => {
8018
8018
  Builds: output.Builds !== undefined && output.Builds !== null
8019
8019
  ? deserializeAws_json1_1BuildList(output.Builds, context)
8020
8020
  : undefined,
8021
- NextToken: smithy_client_1.expectString(output.NextToken),
8021
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
8022
8022
  };
8023
8023
  };
8024
8024
  const deserializeAws_json1_1ListFleetsOutput = (output, context) => {
@@ -8026,7 +8026,7 @@ const deserializeAws_json1_1ListFleetsOutput = (output, context) => {
8026
8026
  FleetIds: output.FleetIds !== undefined && output.FleetIds !== null
8027
8027
  ? deserializeAws_json1_1FleetIdList(output.FleetIds, context)
8028
8028
  : undefined,
8029
- NextToken: smithy_client_1.expectString(output.NextToken),
8029
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
8030
8030
  };
8031
8031
  };
8032
8032
  const deserializeAws_json1_1ListGameServerGroupsOutput = (output, context) => {
@@ -8034,7 +8034,7 @@ const deserializeAws_json1_1ListGameServerGroupsOutput = (output, context) => {
8034
8034
  GameServerGroups: output.GameServerGroups !== undefined && output.GameServerGroups !== null
8035
8035
  ? deserializeAws_json1_1GameServerGroups(output.GameServerGroups, context)
8036
8036
  : undefined,
8037
- NextToken: smithy_client_1.expectString(output.NextToken),
8037
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
8038
8038
  };
8039
8039
  };
8040
8040
  const deserializeAws_json1_1ListGameServersOutput = (output, context) => {
@@ -8042,12 +8042,12 @@ const deserializeAws_json1_1ListGameServersOutput = (output, context) => {
8042
8042
  GameServers: output.GameServers !== undefined && output.GameServers !== null
8043
8043
  ? deserializeAws_json1_1GameServers(output.GameServers, context)
8044
8044
  : undefined,
8045
- NextToken: smithy_client_1.expectString(output.NextToken),
8045
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
8046
8046
  };
8047
8047
  };
8048
8048
  const deserializeAws_json1_1ListScriptsOutput = (output, context) => {
8049
8049
  return {
8050
- NextToken: smithy_client_1.expectString(output.NextToken),
8050
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
8051
8051
  Scripts: output.Scripts !== undefined && output.Scripts !== null
8052
8052
  ? deserializeAws_json1_1ScriptList(output.Scripts, context)
8053
8053
  : undefined,
@@ -8068,7 +8068,7 @@ const deserializeAws_json1_1LocationAttributes = (output, context) => {
8068
8068
  StoppedActions: output.StoppedActions !== undefined && output.StoppedActions !== null
8069
8069
  ? deserializeAws_json1_1FleetActionList(output.StoppedActions, context)
8070
8070
  : undefined,
8071
- UpdateStatus: smithy_client_1.expectString(output.UpdateStatus),
8071
+ UpdateStatus: (0, smithy_client_1.expectString)(output.UpdateStatus),
8072
8072
  };
8073
8073
  };
8074
8074
  const deserializeAws_json1_1LocationAttributesList = (output, context) => {
@@ -8089,14 +8089,14 @@ const deserializeAws_json1_1LocationList = (output, context) => {
8089
8089
  if (entry === null) {
8090
8090
  return null;
8091
8091
  }
8092
- return smithy_client_1.expectString(entry);
8092
+ return (0, smithy_client_1.expectString)(entry);
8093
8093
  });
8094
8094
  return retVal;
8095
8095
  };
8096
8096
  const deserializeAws_json1_1LocationState = (output, context) => {
8097
8097
  return {
8098
- Location: smithy_client_1.expectString(output.Location),
8099
- Status: smithy_client_1.expectString(output.Status),
8098
+ Location: (0, smithy_client_1.expectString)(output.Location),
8099
+ Status: (0, smithy_client_1.expectString)(output.Status),
8100
8100
  };
8101
8101
  };
8102
8102
  const deserializeAws_json1_1LocationStateList = (output, context) => {
@@ -8112,8 +8112,8 @@ const deserializeAws_json1_1LocationStateList = (output, context) => {
8112
8112
  };
8113
8113
  const deserializeAws_json1_1MatchedPlayerSession = (output, context) => {
8114
8114
  return {
8115
- PlayerId: smithy_client_1.expectString(output.PlayerId),
8116
- PlayerSessionId: smithy_client_1.expectString(output.PlayerSessionId),
8115
+ PlayerId: (0, smithy_client_1.expectString)(output.PlayerId),
8116
+ PlayerSessionId: (0, smithy_client_1.expectString)(output.PlayerSessionId),
8117
8117
  };
8118
8118
  };
8119
8119
  const deserializeAws_json1_1MatchedPlayerSessionList = (output, context) => {
@@ -8129,29 +8129,29 @@ const deserializeAws_json1_1MatchedPlayerSessionList = (output, context) => {
8129
8129
  };
8130
8130
  const deserializeAws_json1_1MatchmakingConfiguration = (output, context) => {
8131
8131
  return {
8132
- AcceptanceRequired: smithy_client_1.expectBoolean(output.AcceptanceRequired),
8133
- AcceptanceTimeoutSeconds: smithy_client_1.expectInt32(output.AcceptanceTimeoutSeconds),
8134
- AdditionalPlayerCount: smithy_client_1.expectInt32(output.AdditionalPlayerCount),
8135
- BackfillMode: smithy_client_1.expectString(output.BackfillMode),
8136
- ConfigurationArn: smithy_client_1.expectString(output.ConfigurationArn),
8132
+ AcceptanceRequired: (0, smithy_client_1.expectBoolean)(output.AcceptanceRequired),
8133
+ AcceptanceTimeoutSeconds: (0, smithy_client_1.expectInt32)(output.AcceptanceTimeoutSeconds),
8134
+ AdditionalPlayerCount: (0, smithy_client_1.expectInt32)(output.AdditionalPlayerCount),
8135
+ BackfillMode: (0, smithy_client_1.expectString)(output.BackfillMode),
8136
+ ConfigurationArn: (0, smithy_client_1.expectString)(output.ConfigurationArn),
8137
8137
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
8138
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
8138
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
8139
8139
  : undefined,
8140
- CustomEventData: smithy_client_1.expectString(output.CustomEventData),
8141
- Description: smithy_client_1.expectString(output.Description),
8142
- FlexMatchMode: smithy_client_1.expectString(output.FlexMatchMode),
8140
+ CustomEventData: (0, smithy_client_1.expectString)(output.CustomEventData),
8141
+ Description: (0, smithy_client_1.expectString)(output.Description),
8142
+ FlexMatchMode: (0, smithy_client_1.expectString)(output.FlexMatchMode),
8143
8143
  GameProperties: output.GameProperties !== undefined && output.GameProperties !== null
8144
8144
  ? deserializeAws_json1_1GamePropertyList(output.GameProperties, context)
8145
8145
  : undefined,
8146
- GameSessionData: smithy_client_1.expectString(output.GameSessionData),
8146
+ GameSessionData: (0, smithy_client_1.expectString)(output.GameSessionData),
8147
8147
  GameSessionQueueArns: output.GameSessionQueueArns !== undefined && output.GameSessionQueueArns !== null
8148
8148
  ? deserializeAws_json1_1QueueArnsList(output.GameSessionQueueArns, context)
8149
8149
  : undefined,
8150
- Name: smithy_client_1.expectString(output.Name),
8151
- NotificationTarget: smithy_client_1.expectString(output.NotificationTarget),
8152
- RequestTimeoutSeconds: smithy_client_1.expectInt32(output.RequestTimeoutSeconds),
8153
- RuleSetArn: smithy_client_1.expectString(output.RuleSetArn),
8154
- RuleSetName: smithy_client_1.expectString(output.RuleSetName),
8150
+ Name: (0, smithy_client_1.expectString)(output.Name),
8151
+ NotificationTarget: (0, smithy_client_1.expectString)(output.NotificationTarget),
8152
+ RequestTimeoutSeconds: (0, smithy_client_1.expectInt32)(output.RequestTimeoutSeconds),
8153
+ RuleSetArn: (0, smithy_client_1.expectString)(output.RuleSetArn),
8154
+ RuleSetName: (0, smithy_client_1.expectString)(output.RuleSetName),
8155
8155
  };
8156
8156
  };
8157
8157
  const deserializeAws_json1_1MatchmakingConfigurationList = (output, context) => {
@@ -8168,11 +8168,11 @@ const deserializeAws_json1_1MatchmakingConfigurationList = (output, context) =>
8168
8168
  const deserializeAws_json1_1MatchmakingRuleSet = (output, context) => {
8169
8169
  return {
8170
8170
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
8171
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
8171
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
8172
8172
  : undefined,
8173
- RuleSetArn: smithy_client_1.expectString(output.RuleSetArn),
8174
- RuleSetBody: smithy_client_1.expectString(output.RuleSetBody),
8175
- RuleSetName: smithy_client_1.expectString(output.RuleSetName),
8173
+ RuleSetArn: (0, smithy_client_1.expectString)(output.RuleSetArn),
8174
+ RuleSetBody: (0, smithy_client_1.expectString)(output.RuleSetBody),
8175
+ RuleSetName: (0, smithy_client_1.expectString)(output.RuleSetName),
8176
8176
  };
8177
8177
  };
8178
8178
  const deserializeAws_json1_1MatchmakingRuleSetList = (output, context) => {
@@ -8188,12 +8188,12 @@ const deserializeAws_json1_1MatchmakingRuleSetList = (output, context) => {
8188
8188
  };
8189
8189
  const deserializeAws_json1_1MatchmakingTicket = (output, context) => {
8190
8190
  return {
8191
- ConfigurationArn: smithy_client_1.expectString(output.ConfigurationArn),
8192
- ConfigurationName: smithy_client_1.expectString(output.ConfigurationName),
8191
+ ConfigurationArn: (0, smithy_client_1.expectString)(output.ConfigurationArn),
8192
+ ConfigurationName: (0, smithy_client_1.expectString)(output.ConfigurationName),
8193
8193
  EndTime: output.EndTime !== undefined && output.EndTime !== null
8194
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndTime)))
8194
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndTime)))
8195
8195
  : undefined,
8196
- EstimatedWaitTime: smithy_client_1.expectInt32(output.EstimatedWaitTime),
8196
+ EstimatedWaitTime: (0, smithy_client_1.expectInt32)(output.EstimatedWaitTime),
8197
8197
  GameSessionConnectionInfo: output.GameSessionConnectionInfo !== undefined && output.GameSessionConnectionInfo !== null
8198
8198
  ? deserializeAws_json1_1GameSessionConnectionInfo(output.GameSessionConnectionInfo, context)
8199
8199
  : undefined,
@@ -8201,12 +8201,12 @@ const deserializeAws_json1_1MatchmakingTicket = (output, context) => {
8201
8201
  ? deserializeAws_json1_1PlayerList(output.Players, context)
8202
8202
  : undefined,
8203
8203
  StartTime: output.StartTime !== undefined && output.StartTime !== null
8204
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
8204
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartTime)))
8205
8205
  : undefined,
8206
- Status: smithy_client_1.expectString(output.Status),
8207
- StatusMessage: smithy_client_1.expectString(output.StatusMessage),
8208
- StatusReason: smithy_client_1.expectString(output.StatusReason),
8209
- TicketId: smithy_client_1.expectString(output.TicketId),
8206
+ Status: (0, smithy_client_1.expectString)(output.Status),
8207
+ StatusMessage: (0, smithy_client_1.expectString)(output.StatusMessage),
8208
+ StatusReason: (0, smithy_client_1.expectString)(output.StatusReason),
8209
+ TicketId: (0, smithy_client_1.expectString)(output.TicketId),
8210
8210
  };
8211
8211
  };
8212
8212
  const deserializeAws_json1_1MatchmakingTicketList = (output, context) => {
@@ -8227,24 +8227,24 @@ const deserializeAws_json1_1MetricGroupList = (output, context) => {
8227
8227
  if (entry === null) {
8228
8228
  return null;
8229
8229
  }
8230
- return smithy_client_1.expectString(entry);
8230
+ return (0, smithy_client_1.expectString)(entry);
8231
8231
  });
8232
8232
  return retVal;
8233
8233
  };
8234
8234
  const deserializeAws_json1_1NotFoundException = (output, context) => {
8235
8235
  return {
8236
- Message: smithy_client_1.expectString(output.Message),
8236
+ Message: (0, smithy_client_1.expectString)(output.Message),
8237
8237
  };
8238
8238
  };
8239
8239
  const deserializeAws_json1_1OutOfCapacityException = (output, context) => {
8240
8240
  return {
8241
- Message: smithy_client_1.expectString(output.Message),
8241
+ Message: (0, smithy_client_1.expectString)(output.Message),
8242
8242
  };
8243
8243
  };
8244
8244
  const deserializeAws_json1_1PlacedPlayerSession = (output, context) => {
8245
8245
  return {
8246
- PlayerId: smithy_client_1.expectString(output.PlayerId),
8247
- PlayerSessionId: smithy_client_1.expectString(output.PlayerSessionId),
8246
+ PlayerId: (0, smithy_client_1.expectString)(output.PlayerId),
8247
+ PlayerSessionId: (0, smithy_client_1.expectString)(output.PlayerSessionId),
8248
8248
  };
8249
8249
  };
8250
8250
  const deserializeAws_json1_1PlacedPlayerSessionList = (output, context) => {
@@ -8266,8 +8266,8 @@ const deserializeAws_json1_1Player = (output, context) => {
8266
8266
  PlayerAttributes: output.PlayerAttributes !== undefined && output.PlayerAttributes !== null
8267
8267
  ? deserializeAws_json1_1PlayerAttributeMap(output.PlayerAttributes, context)
8268
8268
  : undefined,
8269
- PlayerId: smithy_client_1.expectString(output.PlayerId),
8270
- Team: smithy_client_1.expectString(output.Team),
8269
+ PlayerId: (0, smithy_client_1.expectString)(output.PlayerId),
8270
+ Team: (0, smithy_client_1.expectString)(output.Team),
8271
8271
  };
8272
8272
  };
8273
8273
  const deserializeAws_json1_1PlayerAttributeMap = (output, context) => {
@@ -8283,9 +8283,9 @@ const deserializeAws_json1_1PlayerAttributeMap = (output, context) => {
8283
8283
  };
8284
8284
  const deserializeAws_json1_1PlayerLatency = (output, context) => {
8285
8285
  return {
8286
- LatencyInMilliseconds: smithy_client_1.limitedParseFloat32(output.LatencyInMilliseconds),
8287
- PlayerId: smithy_client_1.expectString(output.PlayerId),
8288
- RegionIdentifier: smithy_client_1.expectString(output.RegionIdentifier),
8286
+ LatencyInMilliseconds: (0, smithy_client_1.limitedParseFloat32)(output.LatencyInMilliseconds),
8287
+ PlayerId: (0, smithy_client_1.expectString)(output.PlayerId),
8288
+ RegionIdentifier: (0, smithy_client_1.expectString)(output.RegionIdentifier),
8289
8289
  };
8290
8290
  };
8291
8291
  const deserializeAws_json1_1PlayerLatencyList = (output, context) => {
@@ -8301,8 +8301,8 @@ const deserializeAws_json1_1PlayerLatencyList = (output, context) => {
8301
8301
  };
8302
8302
  const deserializeAws_json1_1PlayerLatencyPolicy = (output, context) => {
8303
8303
  return {
8304
- MaximumIndividualPlayerLatencyMilliseconds: smithy_client_1.expectInt32(output.MaximumIndividualPlayerLatencyMilliseconds),
8305
- PolicyDurationSeconds: smithy_client_1.expectInt32(output.PolicyDurationSeconds),
8304
+ MaximumIndividualPlayerLatencyMilliseconds: (0, smithy_client_1.expectInt32)(output.MaximumIndividualPlayerLatencyMilliseconds),
8305
+ PolicyDurationSeconds: (0, smithy_client_1.expectInt32)(output.PolicyDurationSeconds),
8306
8306
  };
8307
8307
  };
8308
8308
  const deserializeAws_json1_1PlayerLatencyPolicyList = (output, context) => {
@@ -8330,20 +8330,20 @@ const deserializeAws_json1_1PlayerList = (output, context) => {
8330
8330
  const deserializeAws_json1_1PlayerSession = (output, context) => {
8331
8331
  return {
8332
8332
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
8333
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
8334
- : undefined,
8335
- DnsName: smithy_client_1.expectString(output.DnsName),
8336
- FleetArn: smithy_client_1.expectString(output.FleetArn),
8337
- FleetId: smithy_client_1.expectString(output.FleetId),
8338
- GameSessionId: smithy_client_1.expectString(output.GameSessionId),
8339
- IpAddress: smithy_client_1.expectString(output.IpAddress),
8340
- PlayerData: smithy_client_1.expectString(output.PlayerData),
8341
- PlayerId: smithy_client_1.expectString(output.PlayerId),
8342
- PlayerSessionId: smithy_client_1.expectString(output.PlayerSessionId),
8343
- Port: smithy_client_1.expectInt32(output.Port),
8344
- Status: smithy_client_1.expectString(output.Status),
8333
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
8334
+ : undefined,
8335
+ DnsName: (0, smithy_client_1.expectString)(output.DnsName),
8336
+ FleetArn: (0, smithy_client_1.expectString)(output.FleetArn),
8337
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
8338
+ GameSessionId: (0, smithy_client_1.expectString)(output.GameSessionId),
8339
+ IpAddress: (0, smithy_client_1.expectString)(output.IpAddress),
8340
+ PlayerData: (0, smithy_client_1.expectString)(output.PlayerData),
8341
+ PlayerId: (0, smithy_client_1.expectString)(output.PlayerId),
8342
+ PlayerSessionId: (0, smithy_client_1.expectString)(output.PlayerSessionId),
8343
+ Port: (0, smithy_client_1.expectInt32)(output.Port),
8344
+ Status: (0, smithy_client_1.expectString)(output.Status),
8345
8345
  TerminationTime: output.TerminationTime !== undefined && output.TerminationTime !== null
8346
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.TerminationTime)))
8346
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.TerminationTime)))
8347
8347
  : undefined,
8348
8348
  };
8349
8349
  };
@@ -8375,13 +8375,13 @@ const deserializeAws_json1_1PriorityTypeList = (output, context) => {
8375
8375
  if (entry === null) {
8376
8376
  return null;
8377
8377
  }
8378
- return smithy_client_1.expectString(entry);
8378
+ return (0, smithy_client_1.expectString)(entry);
8379
8379
  });
8380
8380
  return retVal;
8381
8381
  };
8382
8382
  const deserializeAws_json1_1PutScalingPolicyOutput = (output, context) => {
8383
8383
  return {
8384
- Name: smithy_client_1.expectString(output.Name),
8384
+ Name: (0, smithy_client_1.expectString)(output.Name),
8385
8385
  };
8386
8386
  };
8387
8387
  const deserializeAws_json1_1QueueArnsList = (output, context) => {
@@ -8391,7 +8391,7 @@ const deserializeAws_json1_1QueueArnsList = (output, context) => {
8391
8391
  if (entry === null) {
8392
8392
  return null;
8393
8393
  }
8394
- return smithy_client_1.expectString(entry);
8394
+ return (0, smithy_client_1.expectString)(entry);
8395
8395
  });
8396
8396
  return retVal;
8397
8397
  };
@@ -8414,14 +8414,14 @@ const deserializeAws_json1_1RequestUploadCredentialsOutput = (output, context) =
8414
8414
  };
8415
8415
  const deserializeAws_json1_1ResolveAliasOutput = (output, context) => {
8416
8416
  return {
8417
- FleetArn: smithy_client_1.expectString(output.FleetArn),
8418
- FleetId: smithy_client_1.expectString(output.FleetId),
8417
+ FleetArn: (0, smithy_client_1.expectString)(output.FleetArn),
8418
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
8419
8419
  };
8420
8420
  };
8421
8421
  const deserializeAws_json1_1ResourceCreationLimitPolicy = (output, context) => {
8422
8422
  return {
8423
- NewGameSessionsPerCreator: smithy_client_1.expectInt32(output.NewGameSessionsPerCreator),
8424
- PolicyPeriodInMinutes: smithy_client_1.expectInt32(output.PolicyPeriodInMinutes),
8423
+ NewGameSessionsPerCreator: (0, smithy_client_1.expectInt32)(output.NewGameSessionsPerCreator),
8424
+ PolicyPeriodInMinutes: (0, smithy_client_1.expectInt32)(output.PolicyPeriodInMinutes),
8425
8425
  };
8426
8426
  };
8427
8427
  const deserializeAws_json1_1ResumeGameServerGroupOutput = (output, context) => {
@@ -8433,15 +8433,15 @@ const deserializeAws_json1_1ResumeGameServerGroupOutput = (output, context) => {
8433
8433
  };
8434
8434
  const deserializeAws_json1_1RoutingStrategy = (output, context) => {
8435
8435
  return {
8436
- FleetId: smithy_client_1.expectString(output.FleetId),
8437
- Message: smithy_client_1.expectString(output.Message),
8438
- Type: smithy_client_1.expectString(output.Type),
8436
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
8437
+ Message: (0, smithy_client_1.expectString)(output.Message),
8438
+ Type: (0, smithy_client_1.expectString)(output.Type),
8439
8439
  };
8440
8440
  };
8441
8441
  const deserializeAws_json1_1RuntimeConfiguration = (output, context) => {
8442
8442
  return {
8443
- GameSessionActivationTimeoutSeconds: smithy_client_1.expectInt32(output.GameSessionActivationTimeoutSeconds),
8444
- MaxConcurrentGameSessionActivations: smithy_client_1.expectInt32(output.MaxConcurrentGameSessionActivations),
8443
+ GameSessionActivationTimeoutSeconds: (0, smithy_client_1.expectInt32)(output.GameSessionActivationTimeoutSeconds),
8444
+ MaxConcurrentGameSessionActivations: (0, smithy_client_1.expectInt32)(output.MaxConcurrentGameSessionActivations),
8445
8445
  ServerProcesses: output.ServerProcesses !== undefined && output.ServerProcesses !== null
8446
8446
  ? deserializeAws_json1_1ServerProcessList(output.ServerProcesses, context)
8447
8447
  : undefined,
@@ -8449,30 +8449,30 @@ const deserializeAws_json1_1RuntimeConfiguration = (output, context) => {
8449
8449
  };
8450
8450
  const deserializeAws_json1_1S3Location = (output, context) => {
8451
8451
  return {
8452
- Bucket: smithy_client_1.expectString(output.Bucket),
8453
- Key: smithy_client_1.expectString(output.Key),
8454
- ObjectVersion: smithy_client_1.expectString(output.ObjectVersion),
8455
- RoleArn: smithy_client_1.expectString(output.RoleArn),
8452
+ Bucket: (0, smithy_client_1.expectString)(output.Bucket),
8453
+ Key: (0, smithy_client_1.expectString)(output.Key),
8454
+ ObjectVersion: (0, smithy_client_1.expectString)(output.ObjectVersion),
8455
+ RoleArn: (0, smithy_client_1.expectString)(output.RoleArn),
8456
8456
  };
8457
8457
  };
8458
8458
  const deserializeAws_json1_1ScalingPolicy = (output, context) => {
8459
8459
  return {
8460
- ComparisonOperator: smithy_client_1.expectString(output.ComparisonOperator),
8461
- EvaluationPeriods: smithy_client_1.expectInt32(output.EvaluationPeriods),
8462
- FleetArn: smithy_client_1.expectString(output.FleetArn),
8463
- FleetId: smithy_client_1.expectString(output.FleetId),
8464
- Location: smithy_client_1.expectString(output.Location),
8465
- MetricName: smithy_client_1.expectString(output.MetricName),
8466
- Name: smithy_client_1.expectString(output.Name),
8467
- PolicyType: smithy_client_1.expectString(output.PolicyType),
8468
- ScalingAdjustment: smithy_client_1.expectInt32(output.ScalingAdjustment),
8469
- ScalingAdjustmentType: smithy_client_1.expectString(output.ScalingAdjustmentType),
8470
- Status: smithy_client_1.expectString(output.Status),
8460
+ ComparisonOperator: (0, smithy_client_1.expectString)(output.ComparisonOperator),
8461
+ EvaluationPeriods: (0, smithy_client_1.expectInt32)(output.EvaluationPeriods),
8462
+ FleetArn: (0, smithy_client_1.expectString)(output.FleetArn),
8463
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
8464
+ Location: (0, smithy_client_1.expectString)(output.Location),
8465
+ MetricName: (0, smithy_client_1.expectString)(output.MetricName),
8466
+ Name: (0, smithy_client_1.expectString)(output.Name),
8467
+ PolicyType: (0, smithy_client_1.expectString)(output.PolicyType),
8468
+ ScalingAdjustment: (0, smithy_client_1.expectInt32)(output.ScalingAdjustment),
8469
+ ScalingAdjustmentType: (0, smithy_client_1.expectString)(output.ScalingAdjustmentType),
8470
+ Status: (0, smithy_client_1.expectString)(output.Status),
8471
8471
  TargetConfiguration: output.TargetConfiguration !== undefined && output.TargetConfiguration !== null
8472
8472
  ? deserializeAws_json1_1TargetConfiguration(output.TargetConfiguration, context)
8473
8473
  : undefined,
8474
- Threshold: smithy_client_1.limitedParseDouble(output.Threshold),
8475
- UpdateStatus: smithy_client_1.expectString(output.UpdateStatus),
8474
+ Threshold: (0, smithy_client_1.limitedParseDouble)(output.Threshold),
8475
+ UpdateStatus: (0, smithy_client_1.expectString)(output.UpdateStatus),
8476
8476
  };
8477
8477
  };
8478
8478
  const deserializeAws_json1_1ScalingPolicyList = (output, context) => {
@@ -8489,16 +8489,16 @@ const deserializeAws_json1_1ScalingPolicyList = (output, context) => {
8489
8489
  const deserializeAws_json1_1Script = (output, context) => {
8490
8490
  return {
8491
8491
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
8492
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
8492
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
8493
8493
  : undefined,
8494
- Name: smithy_client_1.expectString(output.Name),
8495
- ScriptArn: smithy_client_1.expectString(output.ScriptArn),
8496
- ScriptId: smithy_client_1.expectString(output.ScriptId),
8497
- SizeOnDisk: smithy_client_1.expectLong(output.SizeOnDisk),
8494
+ Name: (0, smithy_client_1.expectString)(output.Name),
8495
+ ScriptArn: (0, smithy_client_1.expectString)(output.ScriptArn),
8496
+ ScriptId: (0, smithy_client_1.expectString)(output.ScriptId),
8497
+ SizeOnDisk: (0, smithy_client_1.expectLong)(output.SizeOnDisk),
8498
8498
  StorageLocation: output.StorageLocation !== undefined && output.StorageLocation !== null
8499
8499
  ? deserializeAws_json1_1S3Location(output.StorageLocation, context)
8500
8500
  : undefined,
8501
- Version: smithy_client_1.expectString(output.Version),
8501
+ Version: (0, smithy_client_1.expectString)(output.Version),
8502
8502
  };
8503
8503
  };
8504
8504
  const deserializeAws_json1_1ScriptList = (output, context) => {
@@ -8517,14 +8517,14 @@ const deserializeAws_json1_1SearchGameSessionsOutput = (output, context) => {
8517
8517
  GameSessions: output.GameSessions !== undefined && output.GameSessions !== null
8518
8518
  ? deserializeAws_json1_1GameSessionList(output.GameSessions, context)
8519
8519
  : undefined,
8520
- NextToken: smithy_client_1.expectString(output.NextToken),
8520
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
8521
8521
  };
8522
8522
  };
8523
8523
  const deserializeAws_json1_1ServerProcess = (output, context) => {
8524
8524
  return {
8525
- ConcurrentExecutions: smithy_client_1.expectInt32(output.ConcurrentExecutions),
8526
- LaunchPath: smithy_client_1.expectString(output.LaunchPath),
8527
- Parameters: smithy_client_1.expectString(output.Parameters),
8525
+ ConcurrentExecutions: (0, smithy_client_1.expectInt32)(output.ConcurrentExecutions),
8526
+ LaunchPath: (0, smithy_client_1.expectString)(output.LaunchPath),
8527
+ Parameters: (0, smithy_client_1.expectString)(output.Parameters),
8528
8528
  };
8529
8529
  };
8530
8530
  const deserializeAws_json1_1ServerProcessList = (output, context) => {
@@ -8540,8 +8540,8 @@ const deserializeAws_json1_1ServerProcessList = (output, context) => {
8540
8540
  };
8541
8541
  const deserializeAws_json1_1StartFleetActionsOutput = (output, context) => {
8542
8542
  return {
8543
- FleetArn: smithy_client_1.expectString(output.FleetArn),
8544
- FleetId: smithy_client_1.expectString(output.FleetId),
8543
+ FleetArn: (0, smithy_client_1.expectString)(output.FleetArn),
8544
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
8545
8545
  };
8546
8546
  };
8547
8547
  const deserializeAws_json1_1StartGameSessionPlacementOutput = (output, context) => {
@@ -8567,8 +8567,8 @@ const deserializeAws_json1_1StartMatchmakingOutput = (output, context) => {
8567
8567
  };
8568
8568
  const deserializeAws_json1_1StopFleetActionsOutput = (output, context) => {
8569
8569
  return {
8570
- FleetArn: smithy_client_1.expectString(output.FleetArn),
8571
- FleetId: smithy_client_1.expectString(output.FleetId),
8570
+ FleetArn: (0, smithy_client_1.expectString)(output.FleetArn),
8571
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
8572
8572
  };
8573
8573
  };
8574
8574
  const deserializeAws_json1_1StopGameSessionPlacementOutput = (output, context) => {
@@ -8588,7 +8588,7 @@ const deserializeAws_json1_1StringDoubleMap = (output, context) => {
8588
8588
  }
8589
8589
  return {
8590
8590
  ...acc,
8591
- [key]: smithy_client_1.limitedParseDouble(value),
8591
+ [key]: (0, smithy_client_1.limitedParseDouble)(value),
8592
8592
  };
8593
8593
  }, {});
8594
8594
  };
@@ -8599,7 +8599,7 @@ const deserializeAws_json1_1StringList = (output, context) => {
8599
8599
  if (entry === null) {
8600
8600
  return null;
8601
8601
  }
8602
- return smithy_client_1.expectString(entry);
8602
+ return (0, smithy_client_1.expectString)(entry);
8603
8603
  });
8604
8604
  return retVal;
8605
8605
  };
@@ -8612,13 +8612,13 @@ const deserializeAws_json1_1SuspendGameServerGroupOutput = (output, context) =>
8612
8612
  };
8613
8613
  const deserializeAws_json1_1Tag = (output, context) => {
8614
8614
  return {
8615
- Key: smithy_client_1.expectString(output.Key),
8616
- Value: smithy_client_1.expectString(output.Value),
8615
+ Key: (0, smithy_client_1.expectString)(output.Key),
8616
+ Value: (0, smithy_client_1.expectString)(output.Value),
8617
8617
  };
8618
8618
  };
8619
8619
  const deserializeAws_json1_1TaggingFailedException = (output, context) => {
8620
8620
  return {
8621
- Message: smithy_client_1.expectString(output.Message),
8621
+ Message: (0, smithy_client_1.expectString)(output.Message),
8622
8622
  };
8623
8623
  };
8624
8624
  const deserializeAws_json1_1TagList = (output, context) => {
@@ -8637,22 +8637,22 @@ const deserializeAws_json1_1TagResourceResponse = (output, context) => {
8637
8637
  };
8638
8638
  const deserializeAws_json1_1TargetConfiguration = (output, context) => {
8639
8639
  return {
8640
- TargetValue: smithy_client_1.limitedParseDouble(output.TargetValue),
8640
+ TargetValue: (0, smithy_client_1.limitedParseDouble)(output.TargetValue),
8641
8641
  };
8642
8642
  };
8643
8643
  const deserializeAws_json1_1TerminalRoutingStrategyException = (output, context) => {
8644
8644
  return {
8645
- Message: smithy_client_1.expectString(output.Message),
8645
+ Message: (0, smithy_client_1.expectString)(output.Message),
8646
8646
  };
8647
8647
  };
8648
8648
  const deserializeAws_json1_1UnauthorizedException = (output, context) => {
8649
8649
  return {
8650
- Message: smithy_client_1.expectString(output.Message),
8650
+ Message: (0, smithy_client_1.expectString)(output.Message),
8651
8651
  };
8652
8652
  };
8653
8653
  const deserializeAws_json1_1UnsupportedRegionException = (output, context) => {
8654
8654
  return {
8655
- Message: smithy_client_1.expectString(output.Message),
8655
+ Message: (0, smithy_client_1.expectString)(output.Message),
8656
8656
  };
8657
8657
  };
8658
8658
  const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
@@ -8674,19 +8674,19 @@ const deserializeAws_json1_1UpdateBuildOutput = (output, context) => {
8674
8674
  };
8675
8675
  const deserializeAws_json1_1UpdateFleetAttributesOutput = (output, context) => {
8676
8676
  return {
8677
- FleetId: smithy_client_1.expectString(output.FleetId),
8677
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
8678
8678
  };
8679
8679
  };
8680
8680
  const deserializeAws_json1_1UpdateFleetCapacityOutput = (output, context) => {
8681
8681
  return {
8682
- FleetArn: smithy_client_1.expectString(output.FleetArn),
8683
- FleetId: smithy_client_1.expectString(output.FleetId),
8684
- Location: smithy_client_1.expectString(output.Location),
8682
+ FleetArn: (0, smithy_client_1.expectString)(output.FleetArn),
8683
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
8684
+ Location: (0, smithy_client_1.expectString)(output.Location),
8685
8685
  };
8686
8686
  };
8687
8687
  const deserializeAws_json1_1UpdateFleetPortSettingsOutput = (output, context) => {
8688
8688
  return {
8689
- FleetId: smithy_client_1.expectString(output.FleetId),
8689
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
8690
8690
  };
8691
8691
  };
8692
8692
  const deserializeAws_json1_1UpdateGameServerGroupOutput = (output, context) => {
@@ -8740,20 +8740,20 @@ const deserializeAws_json1_1UpdateScriptOutput = (output, context) => {
8740
8740
  };
8741
8741
  const deserializeAws_json1_1ValidateMatchmakingRuleSetOutput = (output, context) => {
8742
8742
  return {
8743
- Valid: smithy_client_1.expectBoolean(output.Valid),
8743
+ Valid: (0, smithy_client_1.expectBoolean)(output.Valid),
8744
8744
  };
8745
8745
  };
8746
8746
  const deserializeAws_json1_1VpcPeeringAuthorization = (output, context) => {
8747
8747
  return {
8748
8748
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
8749
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
8749
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
8750
8750
  : undefined,
8751
8751
  ExpirationTime: output.ExpirationTime !== undefined && output.ExpirationTime !== null
8752
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ExpirationTime)))
8752
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ExpirationTime)))
8753
8753
  : undefined,
8754
- GameLiftAwsAccountId: smithy_client_1.expectString(output.GameLiftAwsAccountId),
8755
- PeerVpcAwsAccountId: smithy_client_1.expectString(output.PeerVpcAwsAccountId),
8756
- PeerVpcId: smithy_client_1.expectString(output.PeerVpcId),
8754
+ GameLiftAwsAccountId: (0, smithy_client_1.expectString)(output.GameLiftAwsAccountId),
8755
+ PeerVpcAwsAccountId: (0, smithy_client_1.expectString)(output.PeerVpcAwsAccountId),
8756
+ PeerVpcId: (0, smithy_client_1.expectString)(output.PeerVpcId),
8757
8757
  };
8758
8758
  };
8759
8759
  const deserializeAws_json1_1VpcPeeringAuthorizationList = (output, context) => {
@@ -8769,15 +8769,15 @@ const deserializeAws_json1_1VpcPeeringAuthorizationList = (output, context) => {
8769
8769
  };
8770
8770
  const deserializeAws_json1_1VpcPeeringConnection = (output, context) => {
8771
8771
  return {
8772
- FleetArn: smithy_client_1.expectString(output.FleetArn),
8773
- FleetId: smithy_client_1.expectString(output.FleetId),
8774
- GameLiftVpcId: smithy_client_1.expectString(output.GameLiftVpcId),
8775
- IpV4CidrBlock: smithy_client_1.expectString(output.IpV4CidrBlock),
8776
- PeerVpcId: smithy_client_1.expectString(output.PeerVpcId),
8772
+ FleetArn: (0, smithy_client_1.expectString)(output.FleetArn),
8773
+ FleetId: (0, smithy_client_1.expectString)(output.FleetId),
8774
+ GameLiftVpcId: (0, smithy_client_1.expectString)(output.GameLiftVpcId),
8775
+ IpV4CidrBlock: (0, smithy_client_1.expectString)(output.IpV4CidrBlock),
8776
+ PeerVpcId: (0, smithy_client_1.expectString)(output.PeerVpcId),
8777
8777
  Status: output.Status !== undefined && output.Status !== null
8778
8778
  ? deserializeAws_json1_1VpcPeeringConnectionStatus(output.Status, context)
8779
8779
  : undefined,
8780
- VpcPeeringConnectionId: smithy_client_1.expectString(output.VpcPeeringConnectionId),
8780
+ VpcPeeringConnectionId: (0, smithy_client_1.expectString)(output.VpcPeeringConnectionId),
8781
8781
  };
8782
8782
  };
8783
8783
  const deserializeAws_json1_1VpcPeeringConnectionList = (output, context) => {
@@ -8793,8 +8793,8 @@ const deserializeAws_json1_1VpcPeeringConnectionList = (output, context) => {
8793
8793
  };
8794
8794
  const deserializeAws_json1_1VpcPeeringConnectionStatus = (output, context) => {
8795
8795
  return {
8796
- Code: smithy_client_1.expectString(output.Code),
8797
- Message: smithy_client_1.expectString(output.Message),
8796
+ Code: (0, smithy_client_1.expectString)(output.Code),
8797
+ Message: (0, smithy_client_1.expectString)(output.Message),
8798
8798
  };
8799
8799
  };
8800
8800
  const deserializeMetadata = (output) => {