@aws-sdk/client-sagemaker 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 (339) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/SageMakerClient.js +13 -13
  3. package/dist-cjs/commands/AddAssociationCommand.js +3 -3
  4. package/dist-cjs/commands/AddTagsCommand.js +3 -3
  5. package/dist-cjs/commands/AssociateTrialComponentCommand.js +3 -3
  6. package/dist-cjs/commands/BatchDescribeModelPackageCommand.js +3 -3
  7. package/dist-cjs/commands/CreateActionCommand.js +3 -3
  8. package/dist-cjs/commands/CreateAlgorithmCommand.js +3 -3
  9. package/dist-cjs/commands/CreateAppCommand.js +3 -3
  10. package/dist-cjs/commands/CreateAppImageConfigCommand.js +3 -3
  11. package/dist-cjs/commands/CreateArtifactCommand.js +3 -3
  12. package/dist-cjs/commands/CreateAutoMLJobCommand.js +3 -3
  13. package/dist-cjs/commands/CreateCodeRepositoryCommand.js +3 -3
  14. package/dist-cjs/commands/CreateCompilationJobCommand.js +3 -3
  15. package/dist-cjs/commands/CreateContextCommand.js +3 -3
  16. package/dist-cjs/commands/CreateDataQualityJobDefinitionCommand.js +3 -3
  17. package/dist-cjs/commands/CreateDeviceFleetCommand.js +3 -3
  18. package/dist-cjs/commands/CreateDomainCommand.js +3 -3
  19. package/dist-cjs/commands/CreateEdgePackagingJobCommand.js +3 -3
  20. package/dist-cjs/commands/CreateEndpointCommand.js +3 -3
  21. package/dist-cjs/commands/CreateEndpointConfigCommand.js +3 -3
  22. package/dist-cjs/commands/CreateExperimentCommand.js +3 -3
  23. package/dist-cjs/commands/CreateFeatureGroupCommand.js +3 -3
  24. package/dist-cjs/commands/CreateFlowDefinitionCommand.js +3 -3
  25. package/dist-cjs/commands/CreateHumanTaskUiCommand.js +3 -3
  26. package/dist-cjs/commands/CreateHyperParameterTuningJobCommand.js +3 -3
  27. package/dist-cjs/commands/CreateImageCommand.js +3 -3
  28. package/dist-cjs/commands/CreateImageVersionCommand.js +3 -3
  29. package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +3 -3
  30. package/dist-cjs/commands/CreateLabelingJobCommand.js +3 -3
  31. package/dist-cjs/commands/CreateModelBiasJobDefinitionCommand.js +3 -3
  32. package/dist-cjs/commands/CreateModelCommand.js +3 -3
  33. package/dist-cjs/commands/CreateModelExplainabilityJobDefinitionCommand.js +3 -3
  34. package/dist-cjs/commands/CreateModelPackageCommand.js +3 -3
  35. package/dist-cjs/commands/CreateModelPackageGroupCommand.js +3 -3
  36. package/dist-cjs/commands/CreateModelQualityJobDefinitionCommand.js +3 -3
  37. package/dist-cjs/commands/CreateMonitoringScheduleCommand.js +3 -3
  38. package/dist-cjs/commands/CreateNotebookInstanceCommand.js +3 -3
  39. package/dist-cjs/commands/CreateNotebookInstanceLifecycleConfigCommand.js +3 -3
  40. package/dist-cjs/commands/CreatePipelineCommand.js +3 -3
  41. package/dist-cjs/commands/CreatePresignedDomainUrlCommand.js +3 -3
  42. package/dist-cjs/commands/CreatePresignedNotebookInstanceUrlCommand.js +3 -3
  43. package/dist-cjs/commands/CreateProcessingJobCommand.js +3 -3
  44. package/dist-cjs/commands/CreateProjectCommand.js +3 -3
  45. package/dist-cjs/commands/CreateStudioLifecycleConfigCommand.js +3 -3
  46. package/dist-cjs/commands/CreateTrainingJobCommand.js +3 -3
  47. package/dist-cjs/commands/CreateTransformJobCommand.js +3 -3
  48. package/dist-cjs/commands/CreateTrialCommand.js +3 -3
  49. package/dist-cjs/commands/CreateTrialComponentCommand.js +3 -3
  50. package/dist-cjs/commands/CreateUserProfileCommand.js +3 -3
  51. package/dist-cjs/commands/CreateWorkforceCommand.js +3 -3
  52. package/dist-cjs/commands/CreateWorkteamCommand.js +3 -3
  53. package/dist-cjs/commands/DeleteActionCommand.js +3 -3
  54. package/dist-cjs/commands/DeleteAlgorithmCommand.js +3 -3
  55. package/dist-cjs/commands/DeleteAppCommand.js +3 -3
  56. package/dist-cjs/commands/DeleteAppImageConfigCommand.js +3 -3
  57. package/dist-cjs/commands/DeleteArtifactCommand.js +3 -3
  58. package/dist-cjs/commands/DeleteAssociationCommand.js +3 -3
  59. package/dist-cjs/commands/DeleteCodeRepositoryCommand.js +3 -3
  60. package/dist-cjs/commands/DeleteContextCommand.js +3 -3
  61. package/dist-cjs/commands/DeleteDataQualityJobDefinitionCommand.js +3 -3
  62. package/dist-cjs/commands/DeleteDeviceFleetCommand.js +3 -3
  63. package/dist-cjs/commands/DeleteDomainCommand.js +3 -3
  64. package/dist-cjs/commands/DeleteEndpointCommand.js +3 -3
  65. package/dist-cjs/commands/DeleteEndpointConfigCommand.js +3 -3
  66. package/dist-cjs/commands/DeleteExperimentCommand.js +3 -3
  67. package/dist-cjs/commands/DeleteFeatureGroupCommand.js +3 -3
  68. package/dist-cjs/commands/DeleteFlowDefinitionCommand.js +3 -3
  69. package/dist-cjs/commands/DeleteHumanTaskUiCommand.js +3 -3
  70. package/dist-cjs/commands/DeleteImageCommand.js +3 -3
  71. package/dist-cjs/commands/DeleteImageVersionCommand.js +3 -3
  72. package/dist-cjs/commands/DeleteModelBiasJobDefinitionCommand.js +3 -3
  73. package/dist-cjs/commands/DeleteModelCommand.js +3 -3
  74. package/dist-cjs/commands/DeleteModelExplainabilityJobDefinitionCommand.js +3 -3
  75. package/dist-cjs/commands/DeleteModelPackageCommand.js +3 -3
  76. package/dist-cjs/commands/DeleteModelPackageGroupCommand.js +3 -3
  77. package/dist-cjs/commands/DeleteModelPackageGroupPolicyCommand.js +3 -3
  78. package/dist-cjs/commands/DeleteModelQualityJobDefinitionCommand.js +3 -3
  79. package/dist-cjs/commands/DeleteMonitoringScheduleCommand.js +3 -3
  80. package/dist-cjs/commands/DeleteNotebookInstanceCommand.js +3 -3
  81. package/dist-cjs/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +3 -3
  82. package/dist-cjs/commands/DeletePipelineCommand.js +3 -3
  83. package/dist-cjs/commands/DeleteProjectCommand.js +3 -3
  84. package/dist-cjs/commands/DeleteStudioLifecycleConfigCommand.js +3 -3
  85. package/dist-cjs/commands/DeleteTagsCommand.js +3 -3
  86. package/dist-cjs/commands/DeleteTrialCommand.js +3 -3
  87. package/dist-cjs/commands/DeleteTrialComponentCommand.js +3 -3
  88. package/dist-cjs/commands/DeleteUserProfileCommand.js +3 -3
  89. package/dist-cjs/commands/DeleteWorkforceCommand.js +3 -3
  90. package/dist-cjs/commands/DeleteWorkteamCommand.js +3 -3
  91. package/dist-cjs/commands/DeregisterDevicesCommand.js +3 -3
  92. package/dist-cjs/commands/DescribeActionCommand.js +3 -3
  93. package/dist-cjs/commands/DescribeAlgorithmCommand.js +3 -3
  94. package/dist-cjs/commands/DescribeAppCommand.js +3 -3
  95. package/dist-cjs/commands/DescribeAppImageConfigCommand.js +3 -3
  96. package/dist-cjs/commands/DescribeArtifactCommand.js +3 -3
  97. package/dist-cjs/commands/DescribeAutoMLJobCommand.js +3 -3
  98. package/dist-cjs/commands/DescribeCodeRepositoryCommand.js +3 -3
  99. package/dist-cjs/commands/DescribeCompilationJobCommand.js +3 -3
  100. package/dist-cjs/commands/DescribeContextCommand.js +3 -3
  101. package/dist-cjs/commands/DescribeDataQualityJobDefinitionCommand.js +3 -3
  102. package/dist-cjs/commands/DescribeDeviceCommand.js +3 -3
  103. package/dist-cjs/commands/DescribeDeviceFleetCommand.js +3 -3
  104. package/dist-cjs/commands/DescribeDomainCommand.js +3 -3
  105. package/dist-cjs/commands/DescribeEdgePackagingJobCommand.js +3 -3
  106. package/dist-cjs/commands/DescribeEndpointCommand.js +3 -3
  107. package/dist-cjs/commands/DescribeEndpointConfigCommand.js +3 -3
  108. package/dist-cjs/commands/DescribeExperimentCommand.js +3 -3
  109. package/dist-cjs/commands/DescribeFeatureGroupCommand.js +3 -3
  110. package/dist-cjs/commands/DescribeFlowDefinitionCommand.js +3 -3
  111. package/dist-cjs/commands/DescribeHumanTaskUiCommand.js +3 -3
  112. package/dist-cjs/commands/DescribeHyperParameterTuningJobCommand.js +3 -3
  113. package/dist-cjs/commands/DescribeImageCommand.js +3 -3
  114. package/dist-cjs/commands/DescribeImageVersionCommand.js +3 -3
  115. package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +3 -3
  116. package/dist-cjs/commands/DescribeLabelingJobCommand.js +3 -3
  117. package/dist-cjs/commands/DescribeLineageGroupCommand.js +3 -3
  118. package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +3 -3
  119. package/dist-cjs/commands/DescribeModelCommand.js +3 -3
  120. package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
  121. package/dist-cjs/commands/DescribeModelPackageCommand.js +3 -3
  122. package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +3 -3
  123. package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
  124. package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +3 -3
  125. package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +3 -3
  126. package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
  127. package/dist-cjs/commands/DescribePipelineCommand.js +3 -3
  128. package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
  129. package/dist-cjs/commands/DescribePipelineExecutionCommand.js +3 -3
  130. package/dist-cjs/commands/DescribeProcessingJobCommand.js +3 -3
  131. package/dist-cjs/commands/DescribeProjectCommand.js +3 -3
  132. package/dist-cjs/commands/DescribeStudioLifecycleConfigCommand.js +3 -3
  133. package/dist-cjs/commands/DescribeSubscribedWorkteamCommand.js +3 -3
  134. package/dist-cjs/commands/DescribeTrainingJobCommand.js +3 -3
  135. package/dist-cjs/commands/DescribeTransformJobCommand.js +3 -3
  136. package/dist-cjs/commands/DescribeTrialCommand.js +3 -3
  137. package/dist-cjs/commands/DescribeTrialComponentCommand.js +3 -3
  138. package/dist-cjs/commands/DescribeUserProfileCommand.js +3 -3
  139. package/dist-cjs/commands/DescribeWorkforceCommand.js +3 -3
  140. package/dist-cjs/commands/DescribeWorkteamCommand.js +3 -3
  141. package/dist-cjs/commands/DisableSagemakerServicecatalogPortfolioCommand.js +3 -3
  142. package/dist-cjs/commands/DisassociateTrialComponentCommand.js +3 -3
  143. package/dist-cjs/commands/EnableSagemakerServicecatalogPortfolioCommand.js +3 -3
  144. package/dist-cjs/commands/GetDeviceFleetReportCommand.js +3 -3
  145. package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +3 -3
  146. package/dist-cjs/commands/GetModelPackageGroupPolicyCommand.js +3 -3
  147. package/dist-cjs/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +3 -3
  148. package/dist-cjs/commands/GetSearchSuggestionsCommand.js +3 -3
  149. package/dist-cjs/commands/ListActionsCommand.js +3 -3
  150. package/dist-cjs/commands/ListAlgorithmsCommand.js +3 -3
  151. package/dist-cjs/commands/ListAppImageConfigsCommand.js +3 -3
  152. package/dist-cjs/commands/ListAppsCommand.js +3 -3
  153. package/dist-cjs/commands/ListArtifactsCommand.js +3 -3
  154. package/dist-cjs/commands/ListAssociationsCommand.js +3 -3
  155. package/dist-cjs/commands/ListAutoMLJobsCommand.js +3 -3
  156. package/dist-cjs/commands/ListCandidatesForAutoMLJobCommand.js +3 -3
  157. package/dist-cjs/commands/ListCodeRepositoriesCommand.js +3 -3
  158. package/dist-cjs/commands/ListCompilationJobsCommand.js +3 -3
  159. package/dist-cjs/commands/ListContextsCommand.js +3 -3
  160. package/dist-cjs/commands/ListDataQualityJobDefinitionsCommand.js +3 -3
  161. package/dist-cjs/commands/ListDeviceFleetsCommand.js +3 -3
  162. package/dist-cjs/commands/ListDevicesCommand.js +3 -3
  163. package/dist-cjs/commands/ListDomainsCommand.js +3 -3
  164. package/dist-cjs/commands/ListEdgePackagingJobsCommand.js +3 -3
  165. package/dist-cjs/commands/ListEndpointConfigsCommand.js +3 -3
  166. package/dist-cjs/commands/ListEndpointsCommand.js +3 -3
  167. package/dist-cjs/commands/ListExperimentsCommand.js +3 -3
  168. package/dist-cjs/commands/ListFeatureGroupsCommand.js +3 -3
  169. package/dist-cjs/commands/ListFlowDefinitionsCommand.js +3 -3
  170. package/dist-cjs/commands/ListHumanTaskUisCommand.js +3 -3
  171. package/dist-cjs/commands/ListHyperParameterTuningJobsCommand.js +3 -3
  172. package/dist-cjs/commands/ListImageVersionsCommand.js +3 -3
  173. package/dist-cjs/commands/ListImagesCommand.js +3 -3
  174. package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +3 -3
  175. package/dist-cjs/commands/ListLabelingJobsCommand.js +3 -3
  176. package/dist-cjs/commands/ListLabelingJobsForWorkteamCommand.js +3 -3
  177. package/dist-cjs/commands/ListLineageGroupsCommand.js +3 -3
  178. package/dist-cjs/commands/ListModelBiasJobDefinitionsCommand.js +3 -3
  179. package/dist-cjs/commands/ListModelExplainabilityJobDefinitionsCommand.js +3 -3
  180. package/dist-cjs/commands/ListModelMetadataCommand.js +3 -3
  181. package/dist-cjs/commands/ListModelPackageGroupsCommand.js +3 -3
  182. package/dist-cjs/commands/ListModelPackagesCommand.js +3 -3
  183. package/dist-cjs/commands/ListModelQualityJobDefinitionsCommand.js +3 -3
  184. package/dist-cjs/commands/ListModelsCommand.js +3 -3
  185. package/dist-cjs/commands/ListMonitoringExecutionsCommand.js +3 -3
  186. package/dist-cjs/commands/ListMonitoringSchedulesCommand.js +3 -3
  187. package/dist-cjs/commands/ListNotebookInstanceLifecycleConfigsCommand.js +3 -3
  188. package/dist-cjs/commands/ListNotebookInstancesCommand.js +3 -3
  189. package/dist-cjs/commands/ListPipelineExecutionStepsCommand.js +3 -3
  190. package/dist-cjs/commands/ListPipelineExecutionsCommand.js +3 -3
  191. package/dist-cjs/commands/ListPipelineParametersForExecutionCommand.js +3 -3
  192. package/dist-cjs/commands/ListPipelinesCommand.js +3 -3
  193. package/dist-cjs/commands/ListProcessingJobsCommand.js +3 -3
  194. package/dist-cjs/commands/ListProjectsCommand.js +3 -3
  195. package/dist-cjs/commands/ListStudioLifecycleConfigsCommand.js +3 -3
  196. package/dist-cjs/commands/ListSubscribedWorkteamsCommand.js +3 -3
  197. package/dist-cjs/commands/ListTagsCommand.js +3 -3
  198. package/dist-cjs/commands/ListTrainingJobsCommand.js +3 -3
  199. package/dist-cjs/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +3 -3
  200. package/dist-cjs/commands/ListTransformJobsCommand.js +3 -3
  201. package/dist-cjs/commands/ListTrialComponentsCommand.js +3 -3
  202. package/dist-cjs/commands/ListTrialsCommand.js +3 -3
  203. package/dist-cjs/commands/ListUserProfilesCommand.js +3 -3
  204. package/dist-cjs/commands/ListWorkforcesCommand.js +3 -3
  205. package/dist-cjs/commands/ListWorkteamsCommand.js +3 -3
  206. package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +3 -3
  207. package/dist-cjs/commands/QueryLineageCommand.js +3 -3
  208. package/dist-cjs/commands/RegisterDevicesCommand.js +3 -3
  209. package/dist-cjs/commands/RenderUiTemplateCommand.js +3 -3
  210. package/dist-cjs/commands/RetryPipelineExecutionCommand.js +3 -3
  211. package/dist-cjs/commands/SearchCommand.js +3 -3
  212. package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
  213. package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
  214. package/dist-cjs/commands/StartMonitoringScheduleCommand.js +3 -3
  215. package/dist-cjs/commands/StartNotebookInstanceCommand.js +3 -3
  216. package/dist-cjs/commands/StartPipelineExecutionCommand.js +3 -3
  217. package/dist-cjs/commands/StopAutoMLJobCommand.js +3 -3
  218. package/dist-cjs/commands/StopCompilationJobCommand.js +3 -3
  219. package/dist-cjs/commands/StopEdgePackagingJobCommand.js +3 -3
  220. package/dist-cjs/commands/StopHyperParameterTuningJobCommand.js +3 -3
  221. package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +3 -3
  222. package/dist-cjs/commands/StopLabelingJobCommand.js +3 -3
  223. package/dist-cjs/commands/StopMonitoringScheduleCommand.js +3 -3
  224. package/dist-cjs/commands/StopNotebookInstanceCommand.js +3 -3
  225. package/dist-cjs/commands/StopPipelineExecutionCommand.js +3 -3
  226. package/dist-cjs/commands/StopProcessingJobCommand.js +3 -3
  227. package/dist-cjs/commands/StopTrainingJobCommand.js +3 -3
  228. package/dist-cjs/commands/StopTransformJobCommand.js +3 -3
  229. package/dist-cjs/commands/UpdateActionCommand.js +3 -3
  230. package/dist-cjs/commands/UpdateAppImageConfigCommand.js +3 -3
  231. package/dist-cjs/commands/UpdateArtifactCommand.js +3 -3
  232. package/dist-cjs/commands/UpdateCodeRepositoryCommand.js +3 -3
  233. package/dist-cjs/commands/UpdateContextCommand.js +3 -3
  234. package/dist-cjs/commands/UpdateDeviceFleetCommand.js +3 -3
  235. package/dist-cjs/commands/UpdateDevicesCommand.js +3 -3
  236. package/dist-cjs/commands/UpdateDomainCommand.js +3 -3
  237. package/dist-cjs/commands/UpdateEndpointCommand.js +3 -3
  238. package/dist-cjs/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +3 -3
  239. package/dist-cjs/commands/UpdateExperimentCommand.js +3 -3
  240. package/dist-cjs/commands/UpdateImageCommand.js +3 -3
  241. package/dist-cjs/commands/UpdateModelPackageCommand.js +3 -3
  242. package/dist-cjs/commands/UpdateMonitoringScheduleCommand.js +3 -3
  243. package/dist-cjs/commands/UpdateNotebookInstanceCommand.js +3 -3
  244. package/dist-cjs/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +3 -3
  245. package/dist-cjs/commands/UpdatePipelineCommand.js +3 -3
  246. package/dist-cjs/commands/UpdatePipelineExecutionCommand.js +3 -3
  247. package/dist-cjs/commands/UpdateProjectCommand.js +3 -3
  248. package/dist-cjs/commands/UpdateTrainingJobCommand.js +3 -3
  249. package/dist-cjs/commands/UpdateTrialCommand.js +3 -3
  250. package/dist-cjs/commands/UpdateTrialComponentCommand.js +3 -3
  251. package/dist-cjs/commands/UpdateUserProfileCommand.js +3 -3
  252. package/dist-cjs/commands/UpdateWorkforceCommand.js +3 -3
  253. package/dist-cjs/commands/UpdateWorkteamCommand.js +3 -3
  254. package/dist-cjs/endpoints.js +1 -1
  255. package/dist-cjs/protocols/Aws_json1_1.js +1936 -1936
  256. package/dist-cjs/runtimeConfig.browser.js +4 -4
  257. package/dist-cjs/runtimeConfig.js +9 -9
  258. package/dist-cjs/runtimeConfig.native.js +1 -1
  259. package/dist-cjs/waiters/waitForEndpointDeleted.js +3 -3
  260. package/dist-cjs/waiters/waitForEndpointInService.js +3 -3
  261. package/dist-cjs/waiters/waitForImageCreated.js +3 -3
  262. package/dist-cjs/waiters/waitForImageDeleted.js +3 -3
  263. package/dist-cjs/waiters/waitForImageUpdated.js +3 -3
  264. package/dist-cjs/waiters/waitForImageVersionCreated.js +3 -3
  265. package/dist-cjs/waiters/waitForImageVersionDeleted.js +3 -3
  266. package/dist-cjs/waiters/waitForNotebookInstanceDeleted.js +3 -3
  267. package/dist-cjs/waiters/waitForNotebookInstanceInService.js +3 -3
  268. package/dist-cjs/waiters/waitForNotebookInstanceStopped.js +3 -3
  269. package/dist-cjs/waiters/waitForProcessingJobCompletedOrStopped.js +3 -3
  270. package/dist-cjs/waiters/waitForTrainingJobCompletedOrStopped.js +3 -3
  271. package/dist-cjs/waiters/waitForTransformJobCompletedOrStopped.js +3 -3
  272. package/dist-es/SageMaker.js +251 -251
  273. package/dist-es/pagination/ListActionsPaginator.js +4 -4
  274. package/dist-es/pagination/ListAlgorithmsPaginator.js +4 -4
  275. package/dist-es/pagination/ListAppImageConfigsPaginator.js +4 -4
  276. package/dist-es/pagination/ListAppsPaginator.js +4 -4
  277. package/dist-es/pagination/ListArtifactsPaginator.js +4 -4
  278. package/dist-es/pagination/ListAssociationsPaginator.js +4 -4
  279. package/dist-es/pagination/ListAutoMLJobsPaginator.js +4 -4
  280. package/dist-es/pagination/ListCandidatesForAutoMLJobPaginator.js +4 -4
  281. package/dist-es/pagination/ListCodeRepositoriesPaginator.js +4 -4
  282. package/dist-es/pagination/ListCompilationJobsPaginator.js +4 -4
  283. package/dist-es/pagination/ListContextsPaginator.js +4 -4
  284. package/dist-es/pagination/ListDataQualityJobDefinitionsPaginator.js +4 -4
  285. package/dist-es/pagination/ListDeviceFleetsPaginator.js +4 -4
  286. package/dist-es/pagination/ListDevicesPaginator.js +4 -4
  287. package/dist-es/pagination/ListDomainsPaginator.js +4 -4
  288. package/dist-es/pagination/ListEdgePackagingJobsPaginator.js +4 -4
  289. package/dist-es/pagination/ListEndpointConfigsPaginator.js +4 -4
  290. package/dist-es/pagination/ListEndpointsPaginator.js +4 -4
  291. package/dist-es/pagination/ListExperimentsPaginator.js +4 -4
  292. package/dist-es/pagination/ListFlowDefinitionsPaginator.js +4 -4
  293. package/dist-es/pagination/ListHumanTaskUisPaginator.js +4 -4
  294. package/dist-es/pagination/ListHyperParameterTuningJobsPaginator.js +4 -4
  295. package/dist-es/pagination/ListImageVersionsPaginator.js +4 -4
  296. package/dist-es/pagination/ListImagesPaginator.js +4 -4
  297. package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +4 -4
  298. package/dist-es/pagination/ListLabelingJobsForWorkteamPaginator.js +4 -4
  299. package/dist-es/pagination/ListLabelingJobsPaginator.js +4 -4
  300. package/dist-es/pagination/ListLineageGroupsPaginator.js +4 -4
  301. package/dist-es/pagination/ListModelBiasJobDefinitionsPaginator.js +4 -4
  302. package/dist-es/pagination/ListModelExplainabilityJobDefinitionsPaginator.js +4 -4
  303. package/dist-es/pagination/ListModelMetadataPaginator.js +4 -4
  304. package/dist-es/pagination/ListModelPackageGroupsPaginator.js +4 -4
  305. package/dist-es/pagination/ListModelPackagesPaginator.js +4 -4
  306. package/dist-es/pagination/ListModelQualityJobDefinitionsPaginator.js +4 -4
  307. package/dist-es/pagination/ListModelsPaginator.js +4 -4
  308. package/dist-es/pagination/ListMonitoringExecutionsPaginator.js +4 -4
  309. package/dist-es/pagination/ListMonitoringSchedulesPaginator.js +4 -4
  310. package/dist-es/pagination/ListNotebookInstanceLifecycleConfigsPaginator.js +4 -4
  311. package/dist-es/pagination/ListNotebookInstancesPaginator.js +4 -4
  312. package/dist-es/pagination/ListPipelineExecutionStepsPaginator.js +4 -4
  313. package/dist-es/pagination/ListPipelineExecutionsPaginator.js +4 -4
  314. package/dist-es/pagination/ListPipelineParametersForExecutionPaginator.js +4 -4
  315. package/dist-es/pagination/ListPipelinesPaginator.js +4 -4
  316. package/dist-es/pagination/ListProcessingJobsPaginator.js +4 -4
  317. package/dist-es/pagination/ListProjectsPaginator.js +4 -4
  318. package/dist-es/pagination/ListStudioLifecycleConfigsPaginator.js +4 -4
  319. package/dist-es/pagination/ListSubscribedWorkteamsPaginator.js +4 -4
  320. package/dist-es/pagination/ListTagsPaginator.js +4 -4
  321. package/dist-es/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.js +4 -4
  322. package/dist-es/pagination/ListTrainingJobsPaginator.js +4 -4
  323. package/dist-es/pagination/ListTransformJobsPaginator.js +4 -4
  324. package/dist-es/pagination/ListTrialComponentsPaginator.js +4 -4
  325. package/dist-es/pagination/ListTrialsPaginator.js +4 -4
  326. package/dist-es/pagination/ListUserProfilesPaginator.js +4 -4
  327. package/dist-es/pagination/ListWorkforcesPaginator.js +4 -4
  328. package/dist-es/pagination/ListWorkteamsPaginator.js +4 -4
  329. package/dist-es/pagination/QueryLineagePaginator.js +4 -4
  330. package/dist-es/pagination/SearchPaginator.js +4 -4
  331. package/dist-types/SageMakerClient.d.ts +2 -2
  332. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  333. package/dist-types/runtimeConfig.d.ts +1 -1
  334. package/dist-types/runtimeConfig.native.d.ts +3 -3
  335. package/dist-types/ts3.4/SageMakerClient.d.ts +2 -2
  336. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  337. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  338. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  339. package/package.json +35 -35
@@ -263,7 +263,7 @@ var SageMaker = (function (_super) {
263
263
  }
264
264
  else if (typeof cb === "function") {
265
265
  if (typeof optionsOrCb !== "object")
266
- throw new Error("Expect http options but get " + typeof optionsOrCb);
266
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
267
267
  this.send(command, optionsOrCb || {}, cb);
268
268
  }
269
269
  else {
@@ -277,7 +277,7 @@ var SageMaker = (function (_super) {
277
277
  }
278
278
  else if (typeof cb === "function") {
279
279
  if (typeof optionsOrCb !== "object")
280
- throw new Error("Expect http options but get " + typeof optionsOrCb);
280
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
281
281
  this.send(command, optionsOrCb || {}, cb);
282
282
  }
283
283
  else {
@@ -291,7 +291,7 @@ var SageMaker = (function (_super) {
291
291
  }
292
292
  else if (typeof cb === "function") {
293
293
  if (typeof optionsOrCb !== "object")
294
- throw new Error("Expect http options but get " + typeof optionsOrCb);
294
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
295
295
  this.send(command, optionsOrCb || {}, cb);
296
296
  }
297
297
  else {
@@ -305,7 +305,7 @@ var SageMaker = (function (_super) {
305
305
  }
306
306
  else if (typeof cb === "function") {
307
307
  if (typeof optionsOrCb !== "object")
308
- throw new Error("Expect http options but get " + typeof optionsOrCb);
308
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
309
309
  this.send(command, optionsOrCb || {}, cb);
310
310
  }
311
311
  else {
@@ -319,7 +319,7 @@ var SageMaker = (function (_super) {
319
319
  }
320
320
  else if (typeof cb === "function") {
321
321
  if (typeof optionsOrCb !== "object")
322
- throw new Error("Expect http options but get " + typeof optionsOrCb);
322
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
323
323
  this.send(command, optionsOrCb || {}, cb);
324
324
  }
325
325
  else {
@@ -333,7 +333,7 @@ var SageMaker = (function (_super) {
333
333
  }
334
334
  else if (typeof cb === "function") {
335
335
  if (typeof optionsOrCb !== "object")
336
- throw new Error("Expect http options but get " + typeof optionsOrCb);
336
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
337
337
  this.send(command, optionsOrCb || {}, cb);
338
338
  }
339
339
  else {
@@ -347,7 +347,7 @@ var SageMaker = (function (_super) {
347
347
  }
348
348
  else if (typeof cb === "function") {
349
349
  if (typeof optionsOrCb !== "object")
350
- throw new Error("Expect http options but get " + typeof optionsOrCb);
350
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
351
351
  this.send(command, optionsOrCb || {}, cb);
352
352
  }
353
353
  else {
@@ -361,7 +361,7 @@ var SageMaker = (function (_super) {
361
361
  }
362
362
  else if (typeof cb === "function") {
363
363
  if (typeof optionsOrCb !== "object")
364
- throw new Error("Expect http options but get " + typeof optionsOrCb);
364
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
365
365
  this.send(command, optionsOrCb || {}, cb);
366
366
  }
367
367
  else {
@@ -375,7 +375,7 @@ var SageMaker = (function (_super) {
375
375
  }
376
376
  else if (typeof cb === "function") {
377
377
  if (typeof optionsOrCb !== "object")
378
- throw new Error("Expect http options but get " + typeof optionsOrCb);
378
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
379
379
  this.send(command, optionsOrCb || {}, cb);
380
380
  }
381
381
  else {
@@ -389,7 +389,7 @@ var SageMaker = (function (_super) {
389
389
  }
390
390
  else if (typeof cb === "function") {
391
391
  if (typeof optionsOrCb !== "object")
392
- throw new Error("Expect http options but get " + typeof optionsOrCb);
392
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
393
393
  this.send(command, optionsOrCb || {}, cb);
394
394
  }
395
395
  else {
@@ -403,7 +403,7 @@ var SageMaker = (function (_super) {
403
403
  }
404
404
  else if (typeof cb === "function") {
405
405
  if (typeof optionsOrCb !== "object")
406
- throw new Error("Expect http options but get " + typeof optionsOrCb);
406
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
407
407
  this.send(command, optionsOrCb || {}, cb);
408
408
  }
409
409
  else {
@@ -417,7 +417,7 @@ var SageMaker = (function (_super) {
417
417
  }
418
418
  else if (typeof cb === "function") {
419
419
  if (typeof optionsOrCb !== "object")
420
- throw new Error("Expect http options but get " + typeof optionsOrCb);
420
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
421
421
  this.send(command, optionsOrCb || {}, cb);
422
422
  }
423
423
  else {
@@ -431,7 +431,7 @@ var SageMaker = (function (_super) {
431
431
  }
432
432
  else if (typeof cb === "function") {
433
433
  if (typeof optionsOrCb !== "object")
434
- throw new Error("Expect http options but get " + typeof optionsOrCb);
434
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
435
435
  this.send(command, optionsOrCb || {}, cb);
436
436
  }
437
437
  else {
@@ -445,7 +445,7 @@ var SageMaker = (function (_super) {
445
445
  }
446
446
  else if (typeof cb === "function") {
447
447
  if (typeof optionsOrCb !== "object")
448
- throw new Error("Expect http options but get " + typeof optionsOrCb);
448
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
449
449
  this.send(command, optionsOrCb || {}, cb);
450
450
  }
451
451
  else {
@@ -459,7 +459,7 @@ var SageMaker = (function (_super) {
459
459
  }
460
460
  else if (typeof cb === "function") {
461
461
  if (typeof optionsOrCb !== "object")
462
- throw new Error("Expect http options but get " + typeof optionsOrCb);
462
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
463
463
  this.send(command, optionsOrCb || {}, cb);
464
464
  }
465
465
  else {
@@ -473,7 +473,7 @@ var SageMaker = (function (_super) {
473
473
  }
474
474
  else if (typeof cb === "function") {
475
475
  if (typeof optionsOrCb !== "object")
476
- throw new Error("Expect http options but get " + typeof optionsOrCb);
476
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
477
477
  this.send(command, optionsOrCb || {}, cb);
478
478
  }
479
479
  else {
@@ -487,7 +487,7 @@ var SageMaker = (function (_super) {
487
487
  }
488
488
  else if (typeof cb === "function") {
489
489
  if (typeof optionsOrCb !== "object")
490
- throw new Error("Expect http options but get " + typeof optionsOrCb);
490
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
491
491
  this.send(command, optionsOrCb || {}, cb);
492
492
  }
493
493
  else {
@@ -501,7 +501,7 @@ var SageMaker = (function (_super) {
501
501
  }
502
502
  else if (typeof cb === "function") {
503
503
  if (typeof optionsOrCb !== "object")
504
- throw new Error("Expect http options but get " + typeof optionsOrCb);
504
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
505
505
  this.send(command, optionsOrCb || {}, cb);
506
506
  }
507
507
  else {
@@ -515,7 +515,7 @@ var SageMaker = (function (_super) {
515
515
  }
516
516
  else if (typeof cb === "function") {
517
517
  if (typeof optionsOrCb !== "object")
518
- throw new Error("Expect http options but get " + typeof optionsOrCb);
518
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
519
519
  this.send(command, optionsOrCb || {}, cb);
520
520
  }
521
521
  else {
@@ -529,7 +529,7 @@ var SageMaker = (function (_super) {
529
529
  }
530
530
  else if (typeof cb === "function") {
531
531
  if (typeof optionsOrCb !== "object")
532
- throw new Error("Expect http options but get " + typeof optionsOrCb);
532
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
533
533
  this.send(command, optionsOrCb || {}, cb);
534
534
  }
535
535
  else {
@@ -543,7 +543,7 @@ var SageMaker = (function (_super) {
543
543
  }
544
544
  else if (typeof cb === "function") {
545
545
  if (typeof optionsOrCb !== "object")
546
- throw new Error("Expect http options but get " + typeof optionsOrCb);
546
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
547
547
  this.send(command, optionsOrCb || {}, cb);
548
548
  }
549
549
  else {
@@ -557,7 +557,7 @@ var SageMaker = (function (_super) {
557
557
  }
558
558
  else if (typeof cb === "function") {
559
559
  if (typeof optionsOrCb !== "object")
560
- throw new Error("Expect http options but get " + typeof optionsOrCb);
560
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
561
561
  this.send(command, optionsOrCb || {}, cb);
562
562
  }
563
563
  else {
@@ -571,7 +571,7 @@ var SageMaker = (function (_super) {
571
571
  }
572
572
  else if (typeof cb === "function") {
573
573
  if (typeof optionsOrCb !== "object")
574
- throw new Error("Expect http options but get " + typeof optionsOrCb);
574
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
575
575
  this.send(command, optionsOrCb || {}, cb);
576
576
  }
577
577
  else {
@@ -585,7 +585,7 @@ var SageMaker = (function (_super) {
585
585
  }
586
586
  else if (typeof cb === "function") {
587
587
  if (typeof optionsOrCb !== "object")
588
- throw new Error("Expect http options but get " + typeof optionsOrCb);
588
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
589
589
  this.send(command, optionsOrCb || {}, cb);
590
590
  }
591
591
  else {
@@ -599,7 +599,7 @@ var SageMaker = (function (_super) {
599
599
  }
600
600
  else if (typeof cb === "function") {
601
601
  if (typeof optionsOrCb !== "object")
602
- throw new Error("Expect http options but get " + typeof optionsOrCb);
602
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
603
603
  this.send(command, optionsOrCb || {}, cb);
604
604
  }
605
605
  else {
@@ -613,7 +613,7 @@ var SageMaker = (function (_super) {
613
613
  }
614
614
  else if (typeof cb === "function") {
615
615
  if (typeof optionsOrCb !== "object")
616
- throw new Error("Expect http options but get " + typeof optionsOrCb);
616
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
617
617
  this.send(command, optionsOrCb || {}, cb);
618
618
  }
619
619
  else {
@@ -627,7 +627,7 @@ var SageMaker = (function (_super) {
627
627
  }
628
628
  else if (typeof cb === "function") {
629
629
  if (typeof optionsOrCb !== "object")
630
- throw new Error("Expect http options but get " + typeof optionsOrCb);
630
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
631
631
  this.send(command, optionsOrCb || {}, cb);
632
632
  }
633
633
  else {
@@ -641,7 +641,7 @@ var SageMaker = (function (_super) {
641
641
  }
642
642
  else if (typeof cb === "function") {
643
643
  if (typeof optionsOrCb !== "object")
644
- throw new Error("Expect http options but get " + typeof optionsOrCb);
644
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
645
645
  this.send(command, optionsOrCb || {}, cb);
646
646
  }
647
647
  else {
@@ -655,7 +655,7 @@ var SageMaker = (function (_super) {
655
655
  }
656
656
  else if (typeof cb === "function") {
657
657
  if (typeof optionsOrCb !== "object")
658
- throw new Error("Expect http options but get " + typeof optionsOrCb);
658
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
659
659
  this.send(command, optionsOrCb || {}, cb);
660
660
  }
661
661
  else {
@@ -669,7 +669,7 @@ var SageMaker = (function (_super) {
669
669
  }
670
670
  else if (typeof cb === "function") {
671
671
  if (typeof optionsOrCb !== "object")
672
- throw new Error("Expect http options but get " + typeof optionsOrCb);
672
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
673
673
  this.send(command, optionsOrCb || {}, cb);
674
674
  }
675
675
  else {
@@ -683,7 +683,7 @@ var SageMaker = (function (_super) {
683
683
  }
684
684
  else if (typeof cb === "function") {
685
685
  if (typeof optionsOrCb !== "object")
686
- throw new Error("Expect http options but get " + typeof optionsOrCb);
686
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
687
687
  this.send(command, optionsOrCb || {}, cb);
688
688
  }
689
689
  else {
@@ -697,7 +697,7 @@ var SageMaker = (function (_super) {
697
697
  }
698
698
  else if (typeof cb === "function") {
699
699
  if (typeof optionsOrCb !== "object")
700
- throw new Error("Expect http options but get " + typeof optionsOrCb);
700
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
701
701
  this.send(command, optionsOrCb || {}, cb);
702
702
  }
703
703
  else {
@@ -711,7 +711,7 @@ var SageMaker = (function (_super) {
711
711
  }
712
712
  else if (typeof cb === "function") {
713
713
  if (typeof optionsOrCb !== "object")
714
- throw new Error("Expect http options but get " + typeof optionsOrCb);
714
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
715
715
  this.send(command, optionsOrCb || {}, cb);
716
716
  }
717
717
  else {
@@ -725,7 +725,7 @@ var SageMaker = (function (_super) {
725
725
  }
726
726
  else if (typeof cb === "function") {
727
727
  if (typeof optionsOrCb !== "object")
728
- throw new Error("Expect http options but get " + typeof optionsOrCb);
728
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
729
729
  this.send(command, optionsOrCb || {}, cb);
730
730
  }
731
731
  else {
@@ -739,7 +739,7 @@ var SageMaker = (function (_super) {
739
739
  }
740
740
  else if (typeof cb === "function") {
741
741
  if (typeof optionsOrCb !== "object")
742
- throw new Error("Expect http options but get " + typeof optionsOrCb);
742
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
743
743
  this.send(command, optionsOrCb || {}, cb);
744
744
  }
745
745
  else {
@@ -753,7 +753,7 @@ var SageMaker = (function (_super) {
753
753
  }
754
754
  else if (typeof cb === "function") {
755
755
  if (typeof optionsOrCb !== "object")
756
- throw new Error("Expect http options but get " + typeof optionsOrCb);
756
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
757
757
  this.send(command, optionsOrCb || {}, cb);
758
758
  }
759
759
  else {
@@ -767,7 +767,7 @@ var SageMaker = (function (_super) {
767
767
  }
768
768
  else if (typeof cb === "function") {
769
769
  if (typeof optionsOrCb !== "object")
770
- throw new Error("Expect http options but get " + typeof optionsOrCb);
770
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
771
771
  this.send(command, optionsOrCb || {}, cb);
772
772
  }
773
773
  else {
@@ -781,7 +781,7 @@ var SageMaker = (function (_super) {
781
781
  }
782
782
  else if (typeof cb === "function") {
783
783
  if (typeof optionsOrCb !== "object")
784
- throw new Error("Expect http options but get " + typeof optionsOrCb);
784
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
785
785
  this.send(command, optionsOrCb || {}, cb);
786
786
  }
787
787
  else {
@@ -795,7 +795,7 @@ var SageMaker = (function (_super) {
795
795
  }
796
796
  else if (typeof cb === "function") {
797
797
  if (typeof optionsOrCb !== "object")
798
- throw new Error("Expect http options but get " + typeof optionsOrCb);
798
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
799
799
  this.send(command, optionsOrCb || {}, cb);
800
800
  }
801
801
  else {
@@ -809,7 +809,7 @@ var SageMaker = (function (_super) {
809
809
  }
810
810
  else if (typeof cb === "function") {
811
811
  if (typeof optionsOrCb !== "object")
812
- throw new Error("Expect http options but get " + typeof optionsOrCb);
812
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
813
813
  this.send(command, optionsOrCb || {}, cb);
814
814
  }
815
815
  else {
@@ -823,7 +823,7 @@ var SageMaker = (function (_super) {
823
823
  }
824
824
  else if (typeof cb === "function") {
825
825
  if (typeof optionsOrCb !== "object")
826
- throw new Error("Expect http options but get " + typeof optionsOrCb);
826
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
827
827
  this.send(command, optionsOrCb || {}, cb);
828
828
  }
829
829
  else {
@@ -837,7 +837,7 @@ var SageMaker = (function (_super) {
837
837
  }
838
838
  else if (typeof cb === "function") {
839
839
  if (typeof optionsOrCb !== "object")
840
- throw new Error("Expect http options but get " + typeof optionsOrCb);
840
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
841
841
  this.send(command, optionsOrCb || {}, cb);
842
842
  }
843
843
  else {
@@ -851,7 +851,7 @@ var SageMaker = (function (_super) {
851
851
  }
852
852
  else if (typeof cb === "function") {
853
853
  if (typeof optionsOrCb !== "object")
854
- throw new Error("Expect http options but get " + typeof optionsOrCb);
854
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
855
855
  this.send(command, optionsOrCb || {}, cb);
856
856
  }
857
857
  else {
@@ -865,7 +865,7 @@ var SageMaker = (function (_super) {
865
865
  }
866
866
  else if (typeof cb === "function") {
867
867
  if (typeof optionsOrCb !== "object")
868
- throw new Error("Expect http options but get " + typeof optionsOrCb);
868
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
869
869
  this.send(command, optionsOrCb || {}, cb);
870
870
  }
871
871
  else {
@@ -879,7 +879,7 @@ var SageMaker = (function (_super) {
879
879
  }
880
880
  else if (typeof cb === "function") {
881
881
  if (typeof optionsOrCb !== "object")
882
- throw new Error("Expect http options but get " + typeof optionsOrCb);
882
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
883
883
  this.send(command, optionsOrCb || {}, cb);
884
884
  }
885
885
  else {
@@ -893,7 +893,7 @@ var SageMaker = (function (_super) {
893
893
  }
894
894
  else if (typeof cb === "function") {
895
895
  if (typeof optionsOrCb !== "object")
896
- throw new Error("Expect http options but get " + typeof optionsOrCb);
896
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
897
897
  this.send(command, optionsOrCb || {}, cb);
898
898
  }
899
899
  else {
@@ -907,7 +907,7 @@ var SageMaker = (function (_super) {
907
907
  }
908
908
  else if (typeof cb === "function") {
909
909
  if (typeof optionsOrCb !== "object")
910
- throw new Error("Expect http options but get " + typeof optionsOrCb);
910
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
911
911
  this.send(command, optionsOrCb || {}, cb);
912
912
  }
913
913
  else {
@@ -921,7 +921,7 @@ var SageMaker = (function (_super) {
921
921
  }
922
922
  else if (typeof cb === "function") {
923
923
  if (typeof optionsOrCb !== "object")
924
- throw new Error("Expect http options but get " + typeof optionsOrCb);
924
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
925
925
  this.send(command, optionsOrCb || {}, cb);
926
926
  }
927
927
  else {
@@ -935,7 +935,7 @@ var SageMaker = (function (_super) {
935
935
  }
936
936
  else if (typeof cb === "function") {
937
937
  if (typeof optionsOrCb !== "object")
938
- throw new Error("Expect http options but get " + typeof optionsOrCb);
938
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
939
939
  this.send(command, optionsOrCb || {}, cb);
940
940
  }
941
941
  else {
@@ -949,7 +949,7 @@ var SageMaker = (function (_super) {
949
949
  }
950
950
  else if (typeof cb === "function") {
951
951
  if (typeof optionsOrCb !== "object")
952
- throw new Error("Expect http options but get " + typeof optionsOrCb);
952
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
953
953
  this.send(command, optionsOrCb || {}, cb);
954
954
  }
955
955
  else {
@@ -963,7 +963,7 @@ var SageMaker = (function (_super) {
963
963
  }
964
964
  else if (typeof cb === "function") {
965
965
  if (typeof optionsOrCb !== "object")
966
- throw new Error("Expect http options but get " + typeof optionsOrCb);
966
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
967
967
  this.send(command, optionsOrCb || {}, cb);
968
968
  }
969
969
  else {
@@ -977,7 +977,7 @@ var SageMaker = (function (_super) {
977
977
  }
978
978
  else if (typeof cb === "function") {
979
979
  if (typeof optionsOrCb !== "object")
980
- throw new Error("Expect http options but get " + typeof optionsOrCb);
980
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
981
981
  this.send(command, optionsOrCb || {}, cb);
982
982
  }
983
983
  else {
@@ -991,7 +991,7 @@ var SageMaker = (function (_super) {
991
991
  }
992
992
  else if (typeof cb === "function") {
993
993
  if (typeof optionsOrCb !== "object")
994
- throw new Error("Expect http options but get " + typeof optionsOrCb);
994
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
995
995
  this.send(command, optionsOrCb || {}, cb);
996
996
  }
997
997
  else {
@@ -1005,7 +1005,7 @@ var SageMaker = (function (_super) {
1005
1005
  }
1006
1006
  else if (typeof cb === "function") {
1007
1007
  if (typeof optionsOrCb !== "object")
1008
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1008
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1009
1009
  this.send(command, optionsOrCb || {}, cb);
1010
1010
  }
1011
1011
  else {
@@ -1019,7 +1019,7 @@ var SageMaker = (function (_super) {
1019
1019
  }
1020
1020
  else if (typeof cb === "function") {
1021
1021
  if (typeof optionsOrCb !== "object")
1022
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1022
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1023
1023
  this.send(command, optionsOrCb || {}, cb);
1024
1024
  }
1025
1025
  else {
@@ -1033,7 +1033,7 @@ var SageMaker = (function (_super) {
1033
1033
  }
1034
1034
  else if (typeof cb === "function") {
1035
1035
  if (typeof optionsOrCb !== "object")
1036
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1036
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1037
1037
  this.send(command, optionsOrCb || {}, cb);
1038
1038
  }
1039
1039
  else {
@@ -1047,7 +1047,7 @@ var SageMaker = (function (_super) {
1047
1047
  }
1048
1048
  else if (typeof cb === "function") {
1049
1049
  if (typeof optionsOrCb !== "object")
1050
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1050
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1051
1051
  this.send(command, optionsOrCb || {}, cb);
1052
1052
  }
1053
1053
  else {
@@ -1061,7 +1061,7 @@ var SageMaker = (function (_super) {
1061
1061
  }
1062
1062
  else if (typeof cb === "function") {
1063
1063
  if (typeof optionsOrCb !== "object")
1064
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1064
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1065
1065
  this.send(command, optionsOrCb || {}, cb);
1066
1066
  }
1067
1067
  else {
@@ -1075,7 +1075,7 @@ var SageMaker = (function (_super) {
1075
1075
  }
1076
1076
  else if (typeof cb === "function") {
1077
1077
  if (typeof optionsOrCb !== "object")
1078
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1078
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1079
1079
  this.send(command, optionsOrCb || {}, cb);
1080
1080
  }
1081
1081
  else {
@@ -1089,7 +1089,7 @@ var SageMaker = (function (_super) {
1089
1089
  }
1090
1090
  else if (typeof cb === "function") {
1091
1091
  if (typeof optionsOrCb !== "object")
1092
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1092
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1093
1093
  this.send(command, optionsOrCb || {}, cb);
1094
1094
  }
1095
1095
  else {
@@ -1103,7 +1103,7 @@ var SageMaker = (function (_super) {
1103
1103
  }
1104
1104
  else if (typeof cb === "function") {
1105
1105
  if (typeof optionsOrCb !== "object")
1106
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1106
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1107
1107
  this.send(command, optionsOrCb || {}, cb);
1108
1108
  }
1109
1109
  else {
@@ -1117,7 +1117,7 @@ var SageMaker = (function (_super) {
1117
1117
  }
1118
1118
  else if (typeof cb === "function") {
1119
1119
  if (typeof optionsOrCb !== "object")
1120
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1120
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1121
1121
  this.send(command, optionsOrCb || {}, cb);
1122
1122
  }
1123
1123
  else {
@@ -1131,7 +1131,7 @@ var SageMaker = (function (_super) {
1131
1131
  }
1132
1132
  else if (typeof cb === "function") {
1133
1133
  if (typeof optionsOrCb !== "object")
1134
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1134
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1135
1135
  this.send(command, optionsOrCb || {}, cb);
1136
1136
  }
1137
1137
  else {
@@ -1145,7 +1145,7 @@ var SageMaker = (function (_super) {
1145
1145
  }
1146
1146
  else if (typeof cb === "function") {
1147
1147
  if (typeof optionsOrCb !== "object")
1148
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1148
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1149
1149
  this.send(command, optionsOrCb || {}, cb);
1150
1150
  }
1151
1151
  else {
@@ -1159,7 +1159,7 @@ var SageMaker = (function (_super) {
1159
1159
  }
1160
1160
  else if (typeof cb === "function") {
1161
1161
  if (typeof optionsOrCb !== "object")
1162
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1162
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1163
1163
  this.send(command, optionsOrCb || {}, cb);
1164
1164
  }
1165
1165
  else {
@@ -1173,7 +1173,7 @@ var SageMaker = (function (_super) {
1173
1173
  }
1174
1174
  else if (typeof cb === "function") {
1175
1175
  if (typeof optionsOrCb !== "object")
1176
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1176
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1177
1177
  this.send(command, optionsOrCb || {}, cb);
1178
1178
  }
1179
1179
  else {
@@ -1187,7 +1187,7 @@ var SageMaker = (function (_super) {
1187
1187
  }
1188
1188
  else if (typeof cb === "function") {
1189
1189
  if (typeof optionsOrCb !== "object")
1190
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1190
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1191
1191
  this.send(command, optionsOrCb || {}, cb);
1192
1192
  }
1193
1193
  else {
@@ -1201,7 +1201,7 @@ var SageMaker = (function (_super) {
1201
1201
  }
1202
1202
  else if (typeof cb === "function") {
1203
1203
  if (typeof optionsOrCb !== "object")
1204
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1204
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1205
1205
  this.send(command, optionsOrCb || {}, cb);
1206
1206
  }
1207
1207
  else {
@@ -1215,7 +1215,7 @@ var SageMaker = (function (_super) {
1215
1215
  }
1216
1216
  else if (typeof cb === "function") {
1217
1217
  if (typeof optionsOrCb !== "object")
1218
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1218
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1219
1219
  this.send(command, optionsOrCb || {}, cb);
1220
1220
  }
1221
1221
  else {
@@ -1229,7 +1229,7 @@ var SageMaker = (function (_super) {
1229
1229
  }
1230
1230
  else if (typeof cb === "function") {
1231
1231
  if (typeof optionsOrCb !== "object")
1232
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1232
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1233
1233
  this.send(command, optionsOrCb || {}, cb);
1234
1234
  }
1235
1235
  else {
@@ -1243,7 +1243,7 @@ var SageMaker = (function (_super) {
1243
1243
  }
1244
1244
  else if (typeof cb === "function") {
1245
1245
  if (typeof optionsOrCb !== "object")
1246
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1246
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1247
1247
  this.send(command, optionsOrCb || {}, cb);
1248
1248
  }
1249
1249
  else {
@@ -1257,7 +1257,7 @@ var SageMaker = (function (_super) {
1257
1257
  }
1258
1258
  else if (typeof cb === "function") {
1259
1259
  if (typeof optionsOrCb !== "object")
1260
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1260
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1261
1261
  this.send(command, optionsOrCb || {}, cb);
1262
1262
  }
1263
1263
  else {
@@ -1271,7 +1271,7 @@ var SageMaker = (function (_super) {
1271
1271
  }
1272
1272
  else if (typeof cb === "function") {
1273
1273
  if (typeof optionsOrCb !== "object")
1274
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1274
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1275
1275
  this.send(command, optionsOrCb || {}, cb);
1276
1276
  }
1277
1277
  else {
@@ -1285,7 +1285,7 @@ var SageMaker = (function (_super) {
1285
1285
  }
1286
1286
  else if (typeof cb === "function") {
1287
1287
  if (typeof optionsOrCb !== "object")
1288
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1288
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1289
1289
  this.send(command, optionsOrCb || {}, cb);
1290
1290
  }
1291
1291
  else {
@@ -1299,7 +1299,7 @@ var SageMaker = (function (_super) {
1299
1299
  }
1300
1300
  else if (typeof cb === "function") {
1301
1301
  if (typeof optionsOrCb !== "object")
1302
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1302
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1303
1303
  this.send(command, optionsOrCb || {}, cb);
1304
1304
  }
1305
1305
  else {
@@ -1313,7 +1313,7 @@ var SageMaker = (function (_super) {
1313
1313
  }
1314
1314
  else if (typeof cb === "function") {
1315
1315
  if (typeof optionsOrCb !== "object")
1316
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1316
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1317
1317
  this.send(command, optionsOrCb || {}, cb);
1318
1318
  }
1319
1319
  else {
@@ -1327,7 +1327,7 @@ var SageMaker = (function (_super) {
1327
1327
  }
1328
1328
  else if (typeof cb === "function") {
1329
1329
  if (typeof optionsOrCb !== "object")
1330
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1330
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1331
1331
  this.send(command, optionsOrCb || {}, cb);
1332
1332
  }
1333
1333
  else {
@@ -1341,7 +1341,7 @@ var SageMaker = (function (_super) {
1341
1341
  }
1342
1342
  else if (typeof cb === "function") {
1343
1343
  if (typeof optionsOrCb !== "object")
1344
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1344
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1345
1345
  this.send(command, optionsOrCb || {}, cb);
1346
1346
  }
1347
1347
  else {
@@ -1355,7 +1355,7 @@ var SageMaker = (function (_super) {
1355
1355
  }
1356
1356
  else if (typeof cb === "function") {
1357
1357
  if (typeof optionsOrCb !== "object")
1358
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1358
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1359
1359
  this.send(command, optionsOrCb || {}, cb);
1360
1360
  }
1361
1361
  else {
@@ -1369,7 +1369,7 @@ var SageMaker = (function (_super) {
1369
1369
  }
1370
1370
  else if (typeof cb === "function") {
1371
1371
  if (typeof optionsOrCb !== "object")
1372
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1372
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1373
1373
  this.send(command, optionsOrCb || {}, cb);
1374
1374
  }
1375
1375
  else {
@@ -1383,7 +1383,7 @@ var SageMaker = (function (_super) {
1383
1383
  }
1384
1384
  else if (typeof cb === "function") {
1385
1385
  if (typeof optionsOrCb !== "object")
1386
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1386
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1387
1387
  this.send(command, optionsOrCb || {}, cb);
1388
1388
  }
1389
1389
  else {
@@ -1397,7 +1397,7 @@ var SageMaker = (function (_super) {
1397
1397
  }
1398
1398
  else if (typeof cb === "function") {
1399
1399
  if (typeof optionsOrCb !== "object")
1400
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1400
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1401
1401
  this.send(command, optionsOrCb || {}, cb);
1402
1402
  }
1403
1403
  else {
@@ -1411,7 +1411,7 @@ var SageMaker = (function (_super) {
1411
1411
  }
1412
1412
  else if (typeof cb === "function") {
1413
1413
  if (typeof optionsOrCb !== "object")
1414
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1414
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1415
1415
  this.send(command, optionsOrCb || {}, cb);
1416
1416
  }
1417
1417
  else {
@@ -1425,7 +1425,7 @@ var SageMaker = (function (_super) {
1425
1425
  }
1426
1426
  else if (typeof cb === "function") {
1427
1427
  if (typeof optionsOrCb !== "object")
1428
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1428
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1429
1429
  this.send(command, optionsOrCb || {}, cb);
1430
1430
  }
1431
1431
  else {
@@ -1439,7 +1439,7 @@ var SageMaker = (function (_super) {
1439
1439
  }
1440
1440
  else if (typeof cb === "function") {
1441
1441
  if (typeof optionsOrCb !== "object")
1442
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1442
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1443
1443
  this.send(command, optionsOrCb || {}, cb);
1444
1444
  }
1445
1445
  else {
@@ -1453,7 +1453,7 @@ var SageMaker = (function (_super) {
1453
1453
  }
1454
1454
  else if (typeof cb === "function") {
1455
1455
  if (typeof optionsOrCb !== "object")
1456
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1456
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1457
1457
  this.send(command, optionsOrCb || {}, cb);
1458
1458
  }
1459
1459
  else {
@@ -1467,7 +1467,7 @@ var SageMaker = (function (_super) {
1467
1467
  }
1468
1468
  else if (typeof cb === "function") {
1469
1469
  if (typeof optionsOrCb !== "object")
1470
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1470
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1471
1471
  this.send(command, optionsOrCb || {}, cb);
1472
1472
  }
1473
1473
  else {
@@ -1481,7 +1481,7 @@ var SageMaker = (function (_super) {
1481
1481
  }
1482
1482
  else if (typeof cb === "function") {
1483
1483
  if (typeof optionsOrCb !== "object")
1484
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1484
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1485
1485
  this.send(command, optionsOrCb || {}, cb);
1486
1486
  }
1487
1487
  else {
@@ -1495,7 +1495,7 @@ var SageMaker = (function (_super) {
1495
1495
  }
1496
1496
  else if (typeof cb === "function") {
1497
1497
  if (typeof optionsOrCb !== "object")
1498
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1498
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1499
1499
  this.send(command, optionsOrCb || {}, cb);
1500
1500
  }
1501
1501
  else {
@@ -1509,7 +1509,7 @@ var SageMaker = (function (_super) {
1509
1509
  }
1510
1510
  else if (typeof cb === "function") {
1511
1511
  if (typeof optionsOrCb !== "object")
1512
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1512
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1513
1513
  this.send(command, optionsOrCb || {}, cb);
1514
1514
  }
1515
1515
  else {
@@ -1523,7 +1523,7 @@ var SageMaker = (function (_super) {
1523
1523
  }
1524
1524
  else if (typeof cb === "function") {
1525
1525
  if (typeof optionsOrCb !== "object")
1526
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1526
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1527
1527
  this.send(command, optionsOrCb || {}, cb);
1528
1528
  }
1529
1529
  else {
@@ -1537,7 +1537,7 @@ var SageMaker = (function (_super) {
1537
1537
  }
1538
1538
  else if (typeof cb === "function") {
1539
1539
  if (typeof optionsOrCb !== "object")
1540
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1540
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1541
1541
  this.send(command, optionsOrCb || {}, cb);
1542
1542
  }
1543
1543
  else {
@@ -1551,7 +1551,7 @@ var SageMaker = (function (_super) {
1551
1551
  }
1552
1552
  else if (typeof cb === "function") {
1553
1553
  if (typeof optionsOrCb !== "object")
1554
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1554
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1555
1555
  this.send(command, optionsOrCb || {}, cb);
1556
1556
  }
1557
1557
  else {
@@ -1565,7 +1565,7 @@ var SageMaker = (function (_super) {
1565
1565
  }
1566
1566
  else if (typeof cb === "function") {
1567
1567
  if (typeof optionsOrCb !== "object")
1568
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1568
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1569
1569
  this.send(command, optionsOrCb || {}, cb);
1570
1570
  }
1571
1571
  else {
@@ -1579,7 +1579,7 @@ var SageMaker = (function (_super) {
1579
1579
  }
1580
1580
  else if (typeof cb === "function") {
1581
1581
  if (typeof optionsOrCb !== "object")
1582
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1582
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1583
1583
  this.send(command, optionsOrCb || {}, cb);
1584
1584
  }
1585
1585
  else {
@@ -1593,7 +1593,7 @@ var SageMaker = (function (_super) {
1593
1593
  }
1594
1594
  else if (typeof cb === "function") {
1595
1595
  if (typeof optionsOrCb !== "object")
1596
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1596
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1597
1597
  this.send(command, optionsOrCb || {}, cb);
1598
1598
  }
1599
1599
  else {
@@ -1607,7 +1607,7 @@ var SageMaker = (function (_super) {
1607
1607
  }
1608
1608
  else if (typeof cb === "function") {
1609
1609
  if (typeof optionsOrCb !== "object")
1610
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1610
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1611
1611
  this.send(command, optionsOrCb || {}, cb);
1612
1612
  }
1613
1613
  else {
@@ -1621,7 +1621,7 @@ var SageMaker = (function (_super) {
1621
1621
  }
1622
1622
  else if (typeof cb === "function") {
1623
1623
  if (typeof optionsOrCb !== "object")
1624
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1624
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1625
1625
  this.send(command, optionsOrCb || {}, cb);
1626
1626
  }
1627
1627
  else {
@@ -1635,7 +1635,7 @@ var SageMaker = (function (_super) {
1635
1635
  }
1636
1636
  else if (typeof cb === "function") {
1637
1637
  if (typeof optionsOrCb !== "object")
1638
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1638
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1639
1639
  this.send(command, optionsOrCb || {}, cb);
1640
1640
  }
1641
1641
  else {
@@ -1649,7 +1649,7 @@ var SageMaker = (function (_super) {
1649
1649
  }
1650
1650
  else if (typeof cb === "function") {
1651
1651
  if (typeof optionsOrCb !== "object")
1652
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1652
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1653
1653
  this.send(command, optionsOrCb || {}, cb);
1654
1654
  }
1655
1655
  else {
@@ -1663,7 +1663,7 @@ var SageMaker = (function (_super) {
1663
1663
  }
1664
1664
  else if (typeof cb === "function") {
1665
1665
  if (typeof optionsOrCb !== "object")
1666
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1666
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1667
1667
  this.send(command, optionsOrCb || {}, cb);
1668
1668
  }
1669
1669
  else {
@@ -1677,7 +1677,7 @@ var SageMaker = (function (_super) {
1677
1677
  }
1678
1678
  else if (typeof cb === "function") {
1679
1679
  if (typeof optionsOrCb !== "object")
1680
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1680
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1681
1681
  this.send(command, optionsOrCb || {}, cb);
1682
1682
  }
1683
1683
  else {
@@ -1691,7 +1691,7 @@ var SageMaker = (function (_super) {
1691
1691
  }
1692
1692
  else if (typeof cb === "function") {
1693
1693
  if (typeof optionsOrCb !== "object")
1694
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1694
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1695
1695
  this.send(command, optionsOrCb || {}, cb);
1696
1696
  }
1697
1697
  else {
@@ -1705,7 +1705,7 @@ var SageMaker = (function (_super) {
1705
1705
  }
1706
1706
  else if (typeof cb === "function") {
1707
1707
  if (typeof optionsOrCb !== "object")
1708
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1708
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1709
1709
  this.send(command, optionsOrCb || {}, cb);
1710
1710
  }
1711
1711
  else {
@@ -1719,7 +1719,7 @@ var SageMaker = (function (_super) {
1719
1719
  }
1720
1720
  else if (typeof cb === "function") {
1721
1721
  if (typeof optionsOrCb !== "object")
1722
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1722
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1723
1723
  this.send(command, optionsOrCb || {}, cb);
1724
1724
  }
1725
1725
  else {
@@ -1733,7 +1733,7 @@ var SageMaker = (function (_super) {
1733
1733
  }
1734
1734
  else if (typeof cb === "function") {
1735
1735
  if (typeof optionsOrCb !== "object")
1736
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1736
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1737
1737
  this.send(command, optionsOrCb || {}, cb);
1738
1738
  }
1739
1739
  else {
@@ -1747,7 +1747,7 @@ var SageMaker = (function (_super) {
1747
1747
  }
1748
1748
  else if (typeof cb === "function") {
1749
1749
  if (typeof optionsOrCb !== "object")
1750
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1750
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1751
1751
  this.send(command, optionsOrCb || {}, cb);
1752
1752
  }
1753
1753
  else {
@@ -1761,7 +1761,7 @@ var SageMaker = (function (_super) {
1761
1761
  }
1762
1762
  else if (typeof cb === "function") {
1763
1763
  if (typeof optionsOrCb !== "object")
1764
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1764
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1765
1765
  this.send(command, optionsOrCb || {}, cb);
1766
1766
  }
1767
1767
  else {
@@ -1775,7 +1775,7 @@ var SageMaker = (function (_super) {
1775
1775
  }
1776
1776
  else if (typeof cb === "function") {
1777
1777
  if (typeof optionsOrCb !== "object")
1778
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1778
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1779
1779
  this.send(command, optionsOrCb || {}, cb);
1780
1780
  }
1781
1781
  else {
@@ -1789,7 +1789,7 @@ var SageMaker = (function (_super) {
1789
1789
  }
1790
1790
  else if (typeof cb === "function") {
1791
1791
  if (typeof optionsOrCb !== "object")
1792
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1792
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1793
1793
  this.send(command, optionsOrCb || {}, cb);
1794
1794
  }
1795
1795
  else {
@@ -1803,7 +1803,7 @@ var SageMaker = (function (_super) {
1803
1803
  }
1804
1804
  else if (typeof cb === "function") {
1805
1805
  if (typeof optionsOrCb !== "object")
1806
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1806
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1807
1807
  this.send(command, optionsOrCb || {}, cb);
1808
1808
  }
1809
1809
  else {
@@ -1817,7 +1817,7 @@ var SageMaker = (function (_super) {
1817
1817
  }
1818
1818
  else if (typeof cb === "function") {
1819
1819
  if (typeof optionsOrCb !== "object")
1820
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1820
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1821
1821
  this.send(command, optionsOrCb || {}, cb);
1822
1822
  }
1823
1823
  else {
@@ -1831,7 +1831,7 @@ var SageMaker = (function (_super) {
1831
1831
  }
1832
1832
  else if (typeof cb === "function") {
1833
1833
  if (typeof optionsOrCb !== "object")
1834
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1834
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1835
1835
  this.send(command, optionsOrCb || {}, cb);
1836
1836
  }
1837
1837
  else {
@@ -1845,7 +1845,7 @@ var SageMaker = (function (_super) {
1845
1845
  }
1846
1846
  else if (typeof cb === "function") {
1847
1847
  if (typeof optionsOrCb !== "object")
1848
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1848
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1849
1849
  this.send(command, optionsOrCb || {}, cb);
1850
1850
  }
1851
1851
  else {
@@ -1859,7 +1859,7 @@ var SageMaker = (function (_super) {
1859
1859
  }
1860
1860
  else if (typeof cb === "function") {
1861
1861
  if (typeof optionsOrCb !== "object")
1862
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1862
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1863
1863
  this.send(command, optionsOrCb || {}, cb);
1864
1864
  }
1865
1865
  else {
@@ -1873,7 +1873,7 @@ var SageMaker = (function (_super) {
1873
1873
  }
1874
1874
  else if (typeof cb === "function") {
1875
1875
  if (typeof optionsOrCb !== "object")
1876
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1876
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1877
1877
  this.send(command, optionsOrCb || {}, cb);
1878
1878
  }
1879
1879
  else {
@@ -1887,7 +1887,7 @@ var SageMaker = (function (_super) {
1887
1887
  }
1888
1888
  else if (typeof cb === "function") {
1889
1889
  if (typeof optionsOrCb !== "object")
1890
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1890
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1891
1891
  this.send(command, optionsOrCb || {}, cb);
1892
1892
  }
1893
1893
  else {
@@ -1901,7 +1901,7 @@ var SageMaker = (function (_super) {
1901
1901
  }
1902
1902
  else if (typeof cb === "function") {
1903
1903
  if (typeof optionsOrCb !== "object")
1904
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1904
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1905
1905
  this.send(command, optionsOrCb || {}, cb);
1906
1906
  }
1907
1907
  else {
@@ -1915,7 +1915,7 @@ var SageMaker = (function (_super) {
1915
1915
  }
1916
1916
  else if (typeof cb === "function") {
1917
1917
  if (typeof optionsOrCb !== "object")
1918
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1918
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1919
1919
  this.send(command, optionsOrCb || {}, cb);
1920
1920
  }
1921
1921
  else {
@@ -1929,7 +1929,7 @@ var SageMaker = (function (_super) {
1929
1929
  }
1930
1930
  else if (typeof cb === "function") {
1931
1931
  if (typeof optionsOrCb !== "object")
1932
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1932
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1933
1933
  this.send(command, optionsOrCb || {}, cb);
1934
1934
  }
1935
1935
  else {
@@ -1943,7 +1943,7 @@ var SageMaker = (function (_super) {
1943
1943
  }
1944
1944
  else if (typeof cb === "function") {
1945
1945
  if (typeof optionsOrCb !== "object")
1946
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1946
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1947
1947
  this.send(command, optionsOrCb || {}, cb);
1948
1948
  }
1949
1949
  else {
@@ -1957,7 +1957,7 @@ var SageMaker = (function (_super) {
1957
1957
  }
1958
1958
  else if (typeof cb === "function") {
1959
1959
  if (typeof optionsOrCb !== "object")
1960
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1960
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1961
1961
  this.send(command, optionsOrCb || {}, cb);
1962
1962
  }
1963
1963
  else {
@@ -1971,7 +1971,7 @@ var SageMaker = (function (_super) {
1971
1971
  }
1972
1972
  else if (typeof cb === "function") {
1973
1973
  if (typeof optionsOrCb !== "object")
1974
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1974
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1975
1975
  this.send(command, optionsOrCb || {}, cb);
1976
1976
  }
1977
1977
  else {
@@ -1985,7 +1985,7 @@ var SageMaker = (function (_super) {
1985
1985
  }
1986
1986
  else if (typeof cb === "function") {
1987
1987
  if (typeof optionsOrCb !== "object")
1988
- throw new Error("Expect http options but get " + typeof optionsOrCb);
1988
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1989
1989
  this.send(command, optionsOrCb || {}, cb);
1990
1990
  }
1991
1991
  else {
@@ -1999,7 +1999,7 @@ var SageMaker = (function (_super) {
1999
1999
  }
2000
2000
  else if (typeof cb === "function") {
2001
2001
  if (typeof optionsOrCb !== "object")
2002
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2002
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2003
2003
  this.send(command, optionsOrCb || {}, cb);
2004
2004
  }
2005
2005
  else {
@@ -2013,7 +2013,7 @@ var SageMaker = (function (_super) {
2013
2013
  }
2014
2014
  else if (typeof cb === "function") {
2015
2015
  if (typeof optionsOrCb !== "object")
2016
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2016
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2017
2017
  this.send(command, optionsOrCb || {}, cb);
2018
2018
  }
2019
2019
  else {
@@ -2027,7 +2027,7 @@ var SageMaker = (function (_super) {
2027
2027
  }
2028
2028
  else if (typeof cb === "function") {
2029
2029
  if (typeof optionsOrCb !== "object")
2030
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2030
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2031
2031
  this.send(command, optionsOrCb || {}, cb);
2032
2032
  }
2033
2033
  else {
@@ -2041,7 +2041,7 @@ var SageMaker = (function (_super) {
2041
2041
  }
2042
2042
  else if (typeof cb === "function") {
2043
2043
  if (typeof optionsOrCb !== "object")
2044
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2044
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2045
2045
  this.send(command, optionsOrCb || {}, cb);
2046
2046
  }
2047
2047
  else {
@@ -2055,7 +2055,7 @@ var SageMaker = (function (_super) {
2055
2055
  }
2056
2056
  else if (typeof cb === "function") {
2057
2057
  if (typeof optionsOrCb !== "object")
2058
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2058
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2059
2059
  this.send(command, optionsOrCb || {}, cb);
2060
2060
  }
2061
2061
  else {
@@ -2069,7 +2069,7 @@ var SageMaker = (function (_super) {
2069
2069
  }
2070
2070
  else if (typeof cb === "function") {
2071
2071
  if (typeof optionsOrCb !== "object")
2072
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2072
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2073
2073
  this.send(command, optionsOrCb || {}, cb);
2074
2074
  }
2075
2075
  else {
@@ -2083,7 +2083,7 @@ var SageMaker = (function (_super) {
2083
2083
  }
2084
2084
  else if (typeof cb === "function") {
2085
2085
  if (typeof optionsOrCb !== "object")
2086
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2086
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2087
2087
  this.send(command, optionsOrCb || {}, cb);
2088
2088
  }
2089
2089
  else {
@@ -2097,7 +2097,7 @@ var SageMaker = (function (_super) {
2097
2097
  }
2098
2098
  else if (typeof cb === "function") {
2099
2099
  if (typeof optionsOrCb !== "object")
2100
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2100
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2101
2101
  this.send(command, optionsOrCb || {}, cb);
2102
2102
  }
2103
2103
  else {
@@ -2111,7 +2111,7 @@ var SageMaker = (function (_super) {
2111
2111
  }
2112
2112
  else if (typeof cb === "function") {
2113
2113
  if (typeof optionsOrCb !== "object")
2114
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2114
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2115
2115
  this.send(command, optionsOrCb || {}, cb);
2116
2116
  }
2117
2117
  else {
@@ -2125,7 +2125,7 @@ var SageMaker = (function (_super) {
2125
2125
  }
2126
2126
  else if (typeof cb === "function") {
2127
2127
  if (typeof optionsOrCb !== "object")
2128
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2128
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2129
2129
  this.send(command, optionsOrCb || {}, cb);
2130
2130
  }
2131
2131
  else {
@@ -2139,7 +2139,7 @@ var SageMaker = (function (_super) {
2139
2139
  }
2140
2140
  else if (typeof cb === "function") {
2141
2141
  if (typeof optionsOrCb !== "object")
2142
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2142
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2143
2143
  this.send(command, optionsOrCb || {}, cb);
2144
2144
  }
2145
2145
  else {
@@ -2153,7 +2153,7 @@ var SageMaker = (function (_super) {
2153
2153
  }
2154
2154
  else if (typeof cb === "function") {
2155
2155
  if (typeof optionsOrCb !== "object")
2156
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2156
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2157
2157
  this.send(command, optionsOrCb || {}, cb);
2158
2158
  }
2159
2159
  else {
@@ -2167,7 +2167,7 @@ var SageMaker = (function (_super) {
2167
2167
  }
2168
2168
  else if (typeof cb === "function") {
2169
2169
  if (typeof optionsOrCb !== "object")
2170
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2170
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2171
2171
  this.send(command, optionsOrCb || {}, cb);
2172
2172
  }
2173
2173
  else {
@@ -2181,7 +2181,7 @@ var SageMaker = (function (_super) {
2181
2181
  }
2182
2182
  else if (typeof cb === "function") {
2183
2183
  if (typeof optionsOrCb !== "object")
2184
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2184
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2185
2185
  this.send(command, optionsOrCb || {}, cb);
2186
2186
  }
2187
2187
  else {
@@ -2195,7 +2195,7 @@ var SageMaker = (function (_super) {
2195
2195
  }
2196
2196
  else if (typeof cb === "function") {
2197
2197
  if (typeof optionsOrCb !== "object")
2198
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2198
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2199
2199
  this.send(command, optionsOrCb || {}, cb);
2200
2200
  }
2201
2201
  else {
@@ -2209,7 +2209,7 @@ var SageMaker = (function (_super) {
2209
2209
  }
2210
2210
  else if (typeof cb === "function") {
2211
2211
  if (typeof optionsOrCb !== "object")
2212
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2212
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2213
2213
  this.send(command, optionsOrCb || {}, cb);
2214
2214
  }
2215
2215
  else {
@@ -2223,7 +2223,7 @@ var SageMaker = (function (_super) {
2223
2223
  }
2224
2224
  else if (typeof cb === "function") {
2225
2225
  if (typeof optionsOrCb !== "object")
2226
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2226
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2227
2227
  this.send(command, optionsOrCb || {}, cb);
2228
2228
  }
2229
2229
  else {
@@ -2237,7 +2237,7 @@ var SageMaker = (function (_super) {
2237
2237
  }
2238
2238
  else if (typeof cb === "function") {
2239
2239
  if (typeof optionsOrCb !== "object")
2240
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2240
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2241
2241
  this.send(command, optionsOrCb || {}, cb);
2242
2242
  }
2243
2243
  else {
@@ -2251,7 +2251,7 @@ var SageMaker = (function (_super) {
2251
2251
  }
2252
2252
  else if (typeof cb === "function") {
2253
2253
  if (typeof optionsOrCb !== "object")
2254
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2254
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2255
2255
  this.send(command, optionsOrCb || {}, cb);
2256
2256
  }
2257
2257
  else {
@@ -2265,7 +2265,7 @@ var SageMaker = (function (_super) {
2265
2265
  }
2266
2266
  else if (typeof cb === "function") {
2267
2267
  if (typeof optionsOrCb !== "object")
2268
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2268
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2269
2269
  this.send(command, optionsOrCb || {}, cb);
2270
2270
  }
2271
2271
  else {
@@ -2279,7 +2279,7 @@ var SageMaker = (function (_super) {
2279
2279
  }
2280
2280
  else if (typeof cb === "function") {
2281
2281
  if (typeof optionsOrCb !== "object")
2282
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2282
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2283
2283
  this.send(command, optionsOrCb || {}, cb);
2284
2284
  }
2285
2285
  else {
@@ -2293,7 +2293,7 @@ var SageMaker = (function (_super) {
2293
2293
  }
2294
2294
  else if (typeof cb === "function") {
2295
2295
  if (typeof optionsOrCb !== "object")
2296
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2296
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2297
2297
  this.send(command, optionsOrCb || {}, cb);
2298
2298
  }
2299
2299
  else {
@@ -2307,7 +2307,7 @@ var SageMaker = (function (_super) {
2307
2307
  }
2308
2308
  else if (typeof cb === "function") {
2309
2309
  if (typeof optionsOrCb !== "object")
2310
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2310
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2311
2311
  this.send(command, optionsOrCb || {}, cb);
2312
2312
  }
2313
2313
  else {
@@ -2321,7 +2321,7 @@ var SageMaker = (function (_super) {
2321
2321
  }
2322
2322
  else if (typeof cb === "function") {
2323
2323
  if (typeof optionsOrCb !== "object")
2324
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2324
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2325
2325
  this.send(command, optionsOrCb || {}, cb);
2326
2326
  }
2327
2327
  else {
@@ -2335,7 +2335,7 @@ var SageMaker = (function (_super) {
2335
2335
  }
2336
2336
  else if (typeof cb === "function") {
2337
2337
  if (typeof optionsOrCb !== "object")
2338
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2338
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2339
2339
  this.send(command, optionsOrCb || {}, cb);
2340
2340
  }
2341
2341
  else {
@@ -2349,7 +2349,7 @@ var SageMaker = (function (_super) {
2349
2349
  }
2350
2350
  else if (typeof cb === "function") {
2351
2351
  if (typeof optionsOrCb !== "object")
2352
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2352
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2353
2353
  this.send(command, optionsOrCb || {}, cb);
2354
2354
  }
2355
2355
  else {
@@ -2363,7 +2363,7 @@ var SageMaker = (function (_super) {
2363
2363
  }
2364
2364
  else if (typeof cb === "function") {
2365
2365
  if (typeof optionsOrCb !== "object")
2366
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2366
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2367
2367
  this.send(command, optionsOrCb || {}, cb);
2368
2368
  }
2369
2369
  else {
@@ -2377,7 +2377,7 @@ var SageMaker = (function (_super) {
2377
2377
  }
2378
2378
  else if (typeof cb === "function") {
2379
2379
  if (typeof optionsOrCb !== "object")
2380
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2380
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2381
2381
  this.send(command, optionsOrCb || {}, cb);
2382
2382
  }
2383
2383
  else {
@@ -2391,7 +2391,7 @@ var SageMaker = (function (_super) {
2391
2391
  }
2392
2392
  else if (typeof cb === "function") {
2393
2393
  if (typeof optionsOrCb !== "object")
2394
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2394
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2395
2395
  this.send(command, optionsOrCb || {}, cb);
2396
2396
  }
2397
2397
  else {
@@ -2405,7 +2405,7 @@ var SageMaker = (function (_super) {
2405
2405
  }
2406
2406
  else if (typeof cb === "function") {
2407
2407
  if (typeof optionsOrCb !== "object")
2408
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2408
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2409
2409
  this.send(command, optionsOrCb || {}, cb);
2410
2410
  }
2411
2411
  else {
@@ -2419,7 +2419,7 @@ var SageMaker = (function (_super) {
2419
2419
  }
2420
2420
  else if (typeof cb === "function") {
2421
2421
  if (typeof optionsOrCb !== "object")
2422
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2422
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2423
2423
  this.send(command, optionsOrCb || {}, cb);
2424
2424
  }
2425
2425
  else {
@@ -2433,7 +2433,7 @@ var SageMaker = (function (_super) {
2433
2433
  }
2434
2434
  else if (typeof cb === "function") {
2435
2435
  if (typeof optionsOrCb !== "object")
2436
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2436
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2437
2437
  this.send(command, optionsOrCb || {}, cb);
2438
2438
  }
2439
2439
  else {
@@ -2447,7 +2447,7 @@ var SageMaker = (function (_super) {
2447
2447
  }
2448
2448
  else if (typeof cb === "function") {
2449
2449
  if (typeof optionsOrCb !== "object")
2450
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2450
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2451
2451
  this.send(command, optionsOrCb || {}, cb);
2452
2452
  }
2453
2453
  else {
@@ -2461,7 +2461,7 @@ var SageMaker = (function (_super) {
2461
2461
  }
2462
2462
  else if (typeof cb === "function") {
2463
2463
  if (typeof optionsOrCb !== "object")
2464
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2464
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2465
2465
  this.send(command, optionsOrCb || {}, cb);
2466
2466
  }
2467
2467
  else {
@@ -2475,7 +2475,7 @@ var SageMaker = (function (_super) {
2475
2475
  }
2476
2476
  else if (typeof cb === "function") {
2477
2477
  if (typeof optionsOrCb !== "object")
2478
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2478
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2479
2479
  this.send(command, optionsOrCb || {}, cb);
2480
2480
  }
2481
2481
  else {
@@ -2489,7 +2489,7 @@ var SageMaker = (function (_super) {
2489
2489
  }
2490
2490
  else if (typeof cb === "function") {
2491
2491
  if (typeof optionsOrCb !== "object")
2492
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2492
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2493
2493
  this.send(command, optionsOrCb || {}, cb);
2494
2494
  }
2495
2495
  else {
@@ -2503,7 +2503,7 @@ var SageMaker = (function (_super) {
2503
2503
  }
2504
2504
  else if (typeof cb === "function") {
2505
2505
  if (typeof optionsOrCb !== "object")
2506
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2506
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2507
2507
  this.send(command, optionsOrCb || {}, cb);
2508
2508
  }
2509
2509
  else {
@@ -2517,7 +2517,7 @@ var SageMaker = (function (_super) {
2517
2517
  }
2518
2518
  else if (typeof cb === "function") {
2519
2519
  if (typeof optionsOrCb !== "object")
2520
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2520
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2521
2521
  this.send(command, optionsOrCb || {}, cb);
2522
2522
  }
2523
2523
  else {
@@ -2531,7 +2531,7 @@ var SageMaker = (function (_super) {
2531
2531
  }
2532
2532
  else if (typeof cb === "function") {
2533
2533
  if (typeof optionsOrCb !== "object")
2534
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2534
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2535
2535
  this.send(command, optionsOrCb || {}, cb);
2536
2536
  }
2537
2537
  else {
@@ -2545,7 +2545,7 @@ var SageMaker = (function (_super) {
2545
2545
  }
2546
2546
  else if (typeof cb === "function") {
2547
2547
  if (typeof optionsOrCb !== "object")
2548
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2548
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2549
2549
  this.send(command, optionsOrCb || {}, cb);
2550
2550
  }
2551
2551
  else {
@@ -2559,7 +2559,7 @@ var SageMaker = (function (_super) {
2559
2559
  }
2560
2560
  else if (typeof cb === "function") {
2561
2561
  if (typeof optionsOrCb !== "object")
2562
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2562
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2563
2563
  this.send(command, optionsOrCb || {}, cb);
2564
2564
  }
2565
2565
  else {
@@ -2573,7 +2573,7 @@ var SageMaker = (function (_super) {
2573
2573
  }
2574
2574
  else if (typeof cb === "function") {
2575
2575
  if (typeof optionsOrCb !== "object")
2576
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2576
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2577
2577
  this.send(command, optionsOrCb || {}, cb);
2578
2578
  }
2579
2579
  else {
@@ -2587,7 +2587,7 @@ var SageMaker = (function (_super) {
2587
2587
  }
2588
2588
  else if (typeof cb === "function") {
2589
2589
  if (typeof optionsOrCb !== "object")
2590
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2590
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2591
2591
  this.send(command, optionsOrCb || {}, cb);
2592
2592
  }
2593
2593
  else {
@@ -2601,7 +2601,7 @@ var SageMaker = (function (_super) {
2601
2601
  }
2602
2602
  else if (typeof cb === "function") {
2603
2603
  if (typeof optionsOrCb !== "object")
2604
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2604
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2605
2605
  this.send(command, optionsOrCb || {}, cb);
2606
2606
  }
2607
2607
  else {
@@ -2615,7 +2615,7 @@ var SageMaker = (function (_super) {
2615
2615
  }
2616
2616
  else if (typeof cb === "function") {
2617
2617
  if (typeof optionsOrCb !== "object")
2618
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2618
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2619
2619
  this.send(command, optionsOrCb || {}, cb);
2620
2620
  }
2621
2621
  else {
@@ -2629,7 +2629,7 @@ var SageMaker = (function (_super) {
2629
2629
  }
2630
2630
  else if (typeof cb === "function") {
2631
2631
  if (typeof optionsOrCb !== "object")
2632
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2632
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2633
2633
  this.send(command, optionsOrCb || {}, cb);
2634
2634
  }
2635
2635
  else {
@@ -2643,7 +2643,7 @@ var SageMaker = (function (_super) {
2643
2643
  }
2644
2644
  else if (typeof cb === "function") {
2645
2645
  if (typeof optionsOrCb !== "object")
2646
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2646
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2647
2647
  this.send(command, optionsOrCb || {}, cb);
2648
2648
  }
2649
2649
  else {
@@ -2657,7 +2657,7 @@ var SageMaker = (function (_super) {
2657
2657
  }
2658
2658
  else if (typeof cb === "function") {
2659
2659
  if (typeof optionsOrCb !== "object")
2660
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2660
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2661
2661
  this.send(command, optionsOrCb || {}, cb);
2662
2662
  }
2663
2663
  else {
@@ -2671,7 +2671,7 @@ var SageMaker = (function (_super) {
2671
2671
  }
2672
2672
  else if (typeof cb === "function") {
2673
2673
  if (typeof optionsOrCb !== "object")
2674
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2674
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2675
2675
  this.send(command, optionsOrCb || {}, cb);
2676
2676
  }
2677
2677
  else {
@@ -2685,7 +2685,7 @@ var SageMaker = (function (_super) {
2685
2685
  }
2686
2686
  else if (typeof cb === "function") {
2687
2687
  if (typeof optionsOrCb !== "object")
2688
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2688
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2689
2689
  this.send(command, optionsOrCb || {}, cb);
2690
2690
  }
2691
2691
  else {
@@ -2699,7 +2699,7 @@ var SageMaker = (function (_super) {
2699
2699
  }
2700
2700
  else if (typeof cb === "function") {
2701
2701
  if (typeof optionsOrCb !== "object")
2702
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2702
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2703
2703
  this.send(command, optionsOrCb || {}, cb);
2704
2704
  }
2705
2705
  else {
@@ -2713,7 +2713,7 @@ var SageMaker = (function (_super) {
2713
2713
  }
2714
2714
  else if (typeof cb === "function") {
2715
2715
  if (typeof optionsOrCb !== "object")
2716
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2716
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2717
2717
  this.send(command, optionsOrCb || {}, cb);
2718
2718
  }
2719
2719
  else {
@@ -2727,7 +2727,7 @@ var SageMaker = (function (_super) {
2727
2727
  }
2728
2728
  else if (typeof cb === "function") {
2729
2729
  if (typeof optionsOrCb !== "object")
2730
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2730
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2731
2731
  this.send(command, optionsOrCb || {}, cb);
2732
2732
  }
2733
2733
  else {
@@ -2741,7 +2741,7 @@ var SageMaker = (function (_super) {
2741
2741
  }
2742
2742
  else if (typeof cb === "function") {
2743
2743
  if (typeof optionsOrCb !== "object")
2744
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2744
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2745
2745
  this.send(command, optionsOrCb || {}, cb);
2746
2746
  }
2747
2747
  else {
@@ -2755,7 +2755,7 @@ var SageMaker = (function (_super) {
2755
2755
  }
2756
2756
  else if (typeof cb === "function") {
2757
2757
  if (typeof optionsOrCb !== "object")
2758
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2758
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2759
2759
  this.send(command, optionsOrCb || {}, cb);
2760
2760
  }
2761
2761
  else {
@@ -2769,7 +2769,7 @@ var SageMaker = (function (_super) {
2769
2769
  }
2770
2770
  else if (typeof cb === "function") {
2771
2771
  if (typeof optionsOrCb !== "object")
2772
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2772
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2773
2773
  this.send(command, optionsOrCb || {}, cb);
2774
2774
  }
2775
2775
  else {
@@ -2783,7 +2783,7 @@ var SageMaker = (function (_super) {
2783
2783
  }
2784
2784
  else if (typeof cb === "function") {
2785
2785
  if (typeof optionsOrCb !== "object")
2786
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2786
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2787
2787
  this.send(command, optionsOrCb || {}, cb);
2788
2788
  }
2789
2789
  else {
@@ -2797,7 +2797,7 @@ var SageMaker = (function (_super) {
2797
2797
  }
2798
2798
  else if (typeof cb === "function") {
2799
2799
  if (typeof optionsOrCb !== "object")
2800
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2800
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2801
2801
  this.send(command, optionsOrCb || {}, cb);
2802
2802
  }
2803
2803
  else {
@@ -2811,7 +2811,7 @@ var SageMaker = (function (_super) {
2811
2811
  }
2812
2812
  else if (typeof cb === "function") {
2813
2813
  if (typeof optionsOrCb !== "object")
2814
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2814
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2815
2815
  this.send(command, optionsOrCb || {}, cb);
2816
2816
  }
2817
2817
  else {
@@ -2825,7 +2825,7 @@ var SageMaker = (function (_super) {
2825
2825
  }
2826
2826
  else if (typeof cb === "function") {
2827
2827
  if (typeof optionsOrCb !== "object")
2828
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2828
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2829
2829
  this.send(command, optionsOrCb || {}, cb);
2830
2830
  }
2831
2831
  else {
@@ -2839,7 +2839,7 @@ var SageMaker = (function (_super) {
2839
2839
  }
2840
2840
  else if (typeof cb === "function") {
2841
2841
  if (typeof optionsOrCb !== "object")
2842
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2842
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2843
2843
  this.send(command, optionsOrCb || {}, cb);
2844
2844
  }
2845
2845
  else {
@@ -2853,7 +2853,7 @@ var SageMaker = (function (_super) {
2853
2853
  }
2854
2854
  else if (typeof cb === "function") {
2855
2855
  if (typeof optionsOrCb !== "object")
2856
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2856
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2857
2857
  this.send(command, optionsOrCb || {}, cb);
2858
2858
  }
2859
2859
  else {
@@ -2867,7 +2867,7 @@ var SageMaker = (function (_super) {
2867
2867
  }
2868
2868
  else if (typeof cb === "function") {
2869
2869
  if (typeof optionsOrCb !== "object")
2870
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2870
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2871
2871
  this.send(command, optionsOrCb || {}, cb);
2872
2872
  }
2873
2873
  else {
@@ -2881,7 +2881,7 @@ var SageMaker = (function (_super) {
2881
2881
  }
2882
2882
  else if (typeof cb === "function") {
2883
2883
  if (typeof optionsOrCb !== "object")
2884
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2884
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2885
2885
  this.send(command, optionsOrCb || {}, cb);
2886
2886
  }
2887
2887
  else {
@@ -2895,7 +2895,7 @@ var SageMaker = (function (_super) {
2895
2895
  }
2896
2896
  else if (typeof cb === "function") {
2897
2897
  if (typeof optionsOrCb !== "object")
2898
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2898
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2899
2899
  this.send(command, optionsOrCb || {}, cb);
2900
2900
  }
2901
2901
  else {
@@ -2909,7 +2909,7 @@ var SageMaker = (function (_super) {
2909
2909
  }
2910
2910
  else if (typeof cb === "function") {
2911
2911
  if (typeof optionsOrCb !== "object")
2912
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2912
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2913
2913
  this.send(command, optionsOrCb || {}, cb);
2914
2914
  }
2915
2915
  else {
@@ -2923,7 +2923,7 @@ var SageMaker = (function (_super) {
2923
2923
  }
2924
2924
  else if (typeof cb === "function") {
2925
2925
  if (typeof optionsOrCb !== "object")
2926
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2926
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2927
2927
  this.send(command, optionsOrCb || {}, cb);
2928
2928
  }
2929
2929
  else {
@@ -2937,7 +2937,7 @@ var SageMaker = (function (_super) {
2937
2937
  }
2938
2938
  else if (typeof cb === "function") {
2939
2939
  if (typeof optionsOrCb !== "object")
2940
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2940
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2941
2941
  this.send(command, optionsOrCb || {}, cb);
2942
2942
  }
2943
2943
  else {
@@ -2951,7 +2951,7 @@ var SageMaker = (function (_super) {
2951
2951
  }
2952
2952
  else if (typeof cb === "function") {
2953
2953
  if (typeof optionsOrCb !== "object")
2954
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2954
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2955
2955
  this.send(command, optionsOrCb || {}, cb);
2956
2956
  }
2957
2957
  else {
@@ -2965,7 +2965,7 @@ var SageMaker = (function (_super) {
2965
2965
  }
2966
2966
  else if (typeof cb === "function") {
2967
2967
  if (typeof optionsOrCb !== "object")
2968
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2968
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2969
2969
  this.send(command, optionsOrCb || {}, cb);
2970
2970
  }
2971
2971
  else {
@@ -2979,7 +2979,7 @@ var SageMaker = (function (_super) {
2979
2979
  }
2980
2980
  else if (typeof cb === "function") {
2981
2981
  if (typeof optionsOrCb !== "object")
2982
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2982
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2983
2983
  this.send(command, optionsOrCb || {}, cb);
2984
2984
  }
2985
2985
  else {
@@ -2993,7 +2993,7 @@ var SageMaker = (function (_super) {
2993
2993
  }
2994
2994
  else if (typeof cb === "function") {
2995
2995
  if (typeof optionsOrCb !== "object")
2996
- throw new Error("Expect http options but get " + typeof optionsOrCb);
2996
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
2997
2997
  this.send(command, optionsOrCb || {}, cb);
2998
2998
  }
2999
2999
  else {
@@ -3007,7 +3007,7 @@ var SageMaker = (function (_super) {
3007
3007
  }
3008
3008
  else if (typeof cb === "function") {
3009
3009
  if (typeof optionsOrCb !== "object")
3010
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3010
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3011
3011
  this.send(command, optionsOrCb || {}, cb);
3012
3012
  }
3013
3013
  else {
@@ -3021,7 +3021,7 @@ var SageMaker = (function (_super) {
3021
3021
  }
3022
3022
  else if (typeof cb === "function") {
3023
3023
  if (typeof optionsOrCb !== "object")
3024
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3024
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3025
3025
  this.send(command, optionsOrCb || {}, cb);
3026
3026
  }
3027
3027
  else {
@@ -3035,7 +3035,7 @@ var SageMaker = (function (_super) {
3035
3035
  }
3036
3036
  else if (typeof cb === "function") {
3037
3037
  if (typeof optionsOrCb !== "object")
3038
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3038
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3039
3039
  this.send(command, optionsOrCb || {}, cb);
3040
3040
  }
3041
3041
  else {
@@ -3049,7 +3049,7 @@ var SageMaker = (function (_super) {
3049
3049
  }
3050
3050
  else if (typeof cb === "function") {
3051
3051
  if (typeof optionsOrCb !== "object")
3052
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3052
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3053
3053
  this.send(command, optionsOrCb || {}, cb);
3054
3054
  }
3055
3055
  else {
@@ -3063,7 +3063,7 @@ var SageMaker = (function (_super) {
3063
3063
  }
3064
3064
  else if (typeof cb === "function") {
3065
3065
  if (typeof optionsOrCb !== "object")
3066
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3066
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3067
3067
  this.send(command, optionsOrCb || {}, cb);
3068
3068
  }
3069
3069
  else {
@@ -3077,7 +3077,7 @@ var SageMaker = (function (_super) {
3077
3077
  }
3078
3078
  else if (typeof cb === "function") {
3079
3079
  if (typeof optionsOrCb !== "object")
3080
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3080
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3081
3081
  this.send(command, optionsOrCb || {}, cb);
3082
3082
  }
3083
3083
  else {
@@ -3091,7 +3091,7 @@ var SageMaker = (function (_super) {
3091
3091
  }
3092
3092
  else if (typeof cb === "function") {
3093
3093
  if (typeof optionsOrCb !== "object")
3094
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3094
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3095
3095
  this.send(command, optionsOrCb || {}, cb);
3096
3096
  }
3097
3097
  else {
@@ -3105,7 +3105,7 @@ var SageMaker = (function (_super) {
3105
3105
  }
3106
3106
  else if (typeof cb === "function") {
3107
3107
  if (typeof optionsOrCb !== "object")
3108
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3108
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3109
3109
  this.send(command, optionsOrCb || {}, cb);
3110
3110
  }
3111
3111
  else {
@@ -3119,7 +3119,7 @@ var SageMaker = (function (_super) {
3119
3119
  }
3120
3120
  else if (typeof cb === "function") {
3121
3121
  if (typeof optionsOrCb !== "object")
3122
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3122
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3123
3123
  this.send(command, optionsOrCb || {}, cb);
3124
3124
  }
3125
3125
  else {
@@ -3133,7 +3133,7 @@ var SageMaker = (function (_super) {
3133
3133
  }
3134
3134
  else if (typeof cb === "function") {
3135
3135
  if (typeof optionsOrCb !== "object")
3136
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3136
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3137
3137
  this.send(command, optionsOrCb || {}, cb);
3138
3138
  }
3139
3139
  else {
@@ -3147,7 +3147,7 @@ var SageMaker = (function (_super) {
3147
3147
  }
3148
3148
  else if (typeof cb === "function") {
3149
3149
  if (typeof optionsOrCb !== "object")
3150
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3150
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3151
3151
  this.send(command, optionsOrCb || {}, cb);
3152
3152
  }
3153
3153
  else {
@@ -3161,7 +3161,7 @@ var SageMaker = (function (_super) {
3161
3161
  }
3162
3162
  else if (typeof cb === "function") {
3163
3163
  if (typeof optionsOrCb !== "object")
3164
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3164
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3165
3165
  this.send(command, optionsOrCb || {}, cb);
3166
3166
  }
3167
3167
  else {
@@ -3175,7 +3175,7 @@ var SageMaker = (function (_super) {
3175
3175
  }
3176
3176
  else if (typeof cb === "function") {
3177
3177
  if (typeof optionsOrCb !== "object")
3178
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3178
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3179
3179
  this.send(command, optionsOrCb || {}, cb);
3180
3180
  }
3181
3181
  else {
@@ -3189,7 +3189,7 @@ var SageMaker = (function (_super) {
3189
3189
  }
3190
3190
  else if (typeof cb === "function") {
3191
3191
  if (typeof optionsOrCb !== "object")
3192
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3192
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3193
3193
  this.send(command, optionsOrCb || {}, cb);
3194
3194
  }
3195
3195
  else {
@@ -3203,7 +3203,7 @@ var SageMaker = (function (_super) {
3203
3203
  }
3204
3204
  else if (typeof cb === "function") {
3205
3205
  if (typeof optionsOrCb !== "object")
3206
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3206
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3207
3207
  this.send(command, optionsOrCb || {}, cb);
3208
3208
  }
3209
3209
  else {
@@ -3217,7 +3217,7 @@ var SageMaker = (function (_super) {
3217
3217
  }
3218
3218
  else if (typeof cb === "function") {
3219
3219
  if (typeof optionsOrCb !== "object")
3220
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3220
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3221
3221
  this.send(command, optionsOrCb || {}, cb);
3222
3222
  }
3223
3223
  else {
@@ -3231,7 +3231,7 @@ var SageMaker = (function (_super) {
3231
3231
  }
3232
3232
  else if (typeof cb === "function") {
3233
3233
  if (typeof optionsOrCb !== "object")
3234
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3234
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3235
3235
  this.send(command, optionsOrCb || {}, cb);
3236
3236
  }
3237
3237
  else {
@@ -3245,7 +3245,7 @@ var SageMaker = (function (_super) {
3245
3245
  }
3246
3246
  else if (typeof cb === "function") {
3247
3247
  if (typeof optionsOrCb !== "object")
3248
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3248
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3249
3249
  this.send(command, optionsOrCb || {}, cb);
3250
3250
  }
3251
3251
  else {
@@ -3259,7 +3259,7 @@ var SageMaker = (function (_super) {
3259
3259
  }
3260
3260
  else if (typeof cb === "function") {
3261
3261
  if (typeof optionsOrCb !== "object")
3262
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3262
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3263
3263
  this.send(command, optionsOrCb || {}, cb);
3264
3264
  }
3265
3265
  else {
@@ -3273,7 +3273,7 @@ var SageMaker = (function (_super) {
3273
3273
  }
3274
3274
  else if (typeof cb === "function") {
3275
3275
  if (typeof optionsOrCb !== "object")
3276
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3276
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3277
3277
  this.send(command, optionsOrCb || {}, cb);
3278
3278
  }
3279
3279
  else {
@@ -3287,7 +3287,7 @@ var SageMaker = (function (_super) {
3287
3287
  }
3288
3288
  else if (typeof cb === "function") {
3289
3289
  if (typeof optionsOrCb !== "object")
3290
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3290
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3291
3291
  this.send(command, optionsOrCb || {}, cb);
3292
3292
  }
3293
3293
  else {
@@ -3301,7 +3301,7 @@ var SageMaker = (function (_super) {
3301
3301
  }
3302
3302
  else if (typeof cb === "function") {
3303
3303
  if (typeof optionsOrCb !== "object")
3304
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3304
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3305
3305
  this.send(command, optionsOrCb || {}, cb);
3306
3306
  }
3307
3307
  else {
@@ -3315,7 +3315,7 @@ var SageMaker = (function (_super) {
3315
3315
  }
3316
3316
  else if (typeof cb === "function") {
3317
3317
  if (typeof optionsOrCb !== "object")
3318
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3318
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3319
3319
  this.send(command, optionsOrCb || {}, cb);
3320
3320
  }
3321
3321
  else {
@@ -3329,7 +3329,7 @@ var SageMaker = (function (_super) {
3329
3329
  }
3330
3330
  else if (typeof cb === "function") {
3331
3331
  if (typeof optionsOrCb !== "object")
3332
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3332
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3333
3333
  this.send(command, optionsOrCb || {}, cb);
3334
3334
  }
3335
3335
  else {
@@ -3343,7 +3343,7 @@ var SageMaker = (function (_super) {
3343
3343
  }
3344
3344
  else if (typeof cb === "function") {
3345
3345
  if (typeof optionsOrCb !== "object")
3346
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3346
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3347
3347
  this.send(command, optionsOrCb || {}, cb);
3348
3348
  }
3349
3349
  else {
@@ -3357,7 +3357,7 @@ var SageMaker = (function (_super) {
3357
3357
  }
3358
3358
  else if (typeof cb === "function") {
3359
3359
  if (typeof optionsOrCb !== "object")
3360
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3360
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3361
3361
  this.send(command, optionsOrCb || {}, cb);
3362
3362
  }
3363
3363
  else {
@@ -3371,7 +3371,7 @@ var SageMaker = (function (_super) {
3371
3371
  }
3372
3372
  else if (typeof cb === "function") {
3373
3373
  if (typeof optionsOrCb !== "object")
3374
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3374
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3375
3375
  this.send(command, optionsOrCb || {}, cb);
3376
3376
  }
3377
3377
  else {
@@ -3385,7 +3385,7 @@ var SageMaker = (function (_super) {
3385
3385
  }
3386
3386
  else if (typeof cb === "function") {
3387
3387
  if (typeof optionsOrCb !== "object")
3388
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3388
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3389
3389
  this.send(command, optionsOrCb || {}, cb);
3390
3390
  }
3391
3391
  else {
@@ -3399,7 +3399,7 @@ var SageMaker = (function (_super) {
3399
3399
  }
3400
3400
  else if (typeof cb === "function") {
3401
3401
  if (typeof optionsOrCb !== "object")
3402
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3402
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3403
3403
  this.send(command, optionsOrCb || {}, cb);
3404
3404
  }
3405
3405
  else {
@@ -3413,7 +3413,7 @@ var SageMaker = (function (_super) {
3413
3413
  }
3414
3414
  else if (typeof cb === "function") {
3415
3415
  if (typeof optionsOrCb !== "object")
3416
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3416
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3417
3417
  this.send(command, optionsOrCb || {}, cb);
3418
3418
  }
3419
3419
  else {
@@ -3427,7 +3427,7 @@ var SageMaker = (function (_super) {
3427
3427
  }
3428
3428
  else if (typeof cb === "function") {
3429
3429
  if (typeof optionsOrCb !== "object")
3430
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3430
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3431
3431
  this.send(command, optionsOrCb || {}, cb);
3432
3432
  }
3433
3433
  else {
@@ -3441,7 +3441,7 @@ var SageMaker = (function (_super) {
3441
3441
  }
3442
3442
  else if (typeof cb === "function") {
3443
3443
  if (typeof optionsOrCb !== "object")
3444
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3444
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3445
3445
  this.send(command, optionsOrCb || {}, cb);
3446
3446
  }
3447
3447
  else {
@@ -3455,7 +3455,7 @@ var SageMaker = (function (_super) {
3455
3455
  }
3456
3456
  else if (typeof cb === "function") {
3457
3457
  if (typeof optionsOrCb !== "object")
3458
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3458
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3459
3459
  this.send(command, optionsOrCb || {}, cb);
3460
3460
  }
3461
3461
  else {
@@ -3469,7 +3469,7 @@ var SageMaker = (function (_super) {
3469
3469
  }
3470
3470
  else if (typeof cb === "function") {
3471
3471
  if (typeof optionsOrCb !== "object")
3472
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3472
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3473
3473
  this.send(command, optionsOrCb || {}, cb);
3474
3474
  }
3475
3475
  else {
@@ -3483,7 +3483,7 @@ var SageMaker = (function (_super) {
3483
3483
  }
3484
3484
  else if (typeof cb === "function") {
3485
3485
  if (typeof optionsOrCb !== "object")
3486
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3486
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3487
3487
  this.send(command, optionsOrCb || {}, cb);
3488
3488
  }
3489
3489
  else {
@@ -3497,7 +3497,7 @@ var SageMaker = (function (_super) {
3497
3497
  }
3498
3498
  else if (typeof cb === "function") {
3499
3499
  if (typeof optionsOrCb !== "object")
3500
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3500
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3501
3501
  this.send(command, optionsOrCb || {}, cb);
3502
3502
  }
3503
3503
  else {
@@ -3511,7 +3511,7 @@ var SageMaker = (function (_super) {
3511
3511
  }
3512
3512
  else if (typeof cb === "function") {
3513
3513
  if (typeof optionsOrCb !== "object")
3514
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3514
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3515
3515
  this.send(command, optionsOrCb || {}, cb);
3516
3516
  }
3517
3517
  else {
@@ -3525,7 +3525,7 @@ var SageMaker = (function (_super) {
3525
3525
  }
3526
3526
  else if (typeof cb === "function") {
3527
3527
  if (typeof optionsOrCb !== "object")
3528
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3528
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3529
3529
  this.send(command, optionsOrCb || {}, cb);
3530
3530
  }
3531
3531
  else {
@@ -3539,7 +3539,7 @@ var SageMaker = (function (_super) {
3539
3539
  }
3540
3540
  else if (typeof cb === "function") {
3541
3541
  if (typeof optionsOrCb !== "object")
3542
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3542
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3543
3543
  this.send(command, optionsOrCb || {}, cb);
3544
3544
  }
3545
3545
  else {
@@ -3553,7 +3553,7 @@ var SageMaker = (function (_super) {
3553
3553
  }
3554
3554
  else if (typeof cb === "function") {
3555
3555
  if (typeof optionsOrCb !== "object")
3556
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3556
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3557
3557
  this.send(command, optionsOrCb || {}, cb);
3558
3558
  }
3559
3559
  else {
@@ -3567,7 +3567,7 @@ var SageMaker = (function (_super) {
3567
3567
  }
3568
3568
  else if (typeof cb === "function") {
3569
3569
  if (typeof optionsOrCb !== "object")
3570
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3570
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3571
3571
  this.send(command, optionsOrCb || {}, cb);
3572
3572
  }
3573
3573
  else {
@@ -3581,7 +3581,7 @@ var SageMaker = (function (_super) {
3581
3581
  }
3582
3582
  else if (typeof cb === "function") {
3583
3583
  if (typeof optionsOrCb !== "object")
3584
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3584
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3585
3585
  this.send(command, optionsOrCb || {}, cb);
3586
3586
  }
3587
3587
  else {
@@ -3595,7 +3595,7 @@ var SageMaker = (function (_super) {
3595
3595
  }
3596
3596
  else if (typeof cb === "function") {
3597
3597
  if (typeof optionsOrCb !== "object")
3598
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3598
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3599
3599
  this.send(command, optionsOrCb || {}, cb);
3600
3600
  }
3601
3601
  else {
@@ -3609,7 +3609,7 @@ var SageMaker = (function (_super) {
3609
3609
  }
3610
3610
  else if (typeof cb === "function") {
3611
3611
  if (typeof optionsOrCb !== "object")
3612
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3612
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3613
3613
  this.send(command, optionsOrCb || {}, cb);
3614
3614
  }
3615
3615
  else {
@@ -3623,7 +3623,7 @@ var SageMaker = (function (_super) {
3623
3623
  }
3624
3624
  else if (typeof cb === "function") {
3625
3625
  if (typeof optionsOrCb !== "object")
3626
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3626
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3627
3627
  this.send(command, optionsOrCb || {}, cb);
3628
3628
  }
3629
3629
  else {
@@ -3637,7 +3637,7 @@ var SageMaker = (function (_super) {
3637
3637
  }
3638
3638
  else if (typeof cb === "function") {
3639
3639
  if (typeof optionsOrCb !== "object")
3640
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3640
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3641
3641
  this.send(command, optionsOrCb || {}, cb);
3642
3642
  }
3643
3643
  else {
@@ -3651,7 +3651,7 @@ var SageMaker = (function (_super) {
3651
3651
  }
3652
3652
  else if (typeof cb === "function") {
3653
3653
  if (typeof optionsOrCb !== "object")
3654
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3654
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3655
3655
  this.send(command, optionsOrCb || {}, cb);
3656
3656
  }
3657
3657
  else {
@@ -3665,7 +3665,7 @@ var SageMaker = (function (_super) {
3665
3665
  }
3666
3666
  else if (typeof cb === "function") {
3667
3667
  if (typeof optionsOrCb !== "object")
3668
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3668
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3669
3669
  this.send(command, optionsOrCb || {}, cb);
3670
3670
  }
3671
3671
  else {
@@ -3679,7 +3679,7 @@ var SageMaker = (function (_super) {
3679
3679
  }
3680
3680
  else if (typeof cb === "function") {
3681
3681
  if (typeof optionsOrCb !== "object")
3682
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3682
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3683
3683
  this.send(command, optionsOrCb || {}, cb);
3684
3684
  }
3685
3685
  else {
@@ -3693,7 +3693,7 @@ var SageMaker = (function (_super) {
3693
3693
  }
3694
3694
  else if (typeof cb === "function") {
3695
3695
  if (typeof optionsOrCb !== "object")
3696
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3696
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3697
3697
  this.send(command, optionsOrCb || {}, cb);
3698
3698
  }
3699
3699
  else {
@@ -3707,7 +3707,7 @@ var SageMaker = (function (_super) {
3707
3707
  }
3708
3708
  else if (typeof cb === "function") {
3709
3709
  if (typeof optionsOrCb !== "object")
3710
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3710
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3711
3711
  this.send(command, optionsOrCb || {}, cb);
3712
3712
  }
3713
3713
  else {
@@ -3721,7 +3721,7 @@ var SageMaker = (function (_super) {
3721
3721
  }
3722
3722
  else if (typeof cb === "function") {
3723
3723
  if (typeof optionsOrCb !== "object")
3724
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3724
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3725
3725
  this.send(command, optionsOrCb || {}, cb);
3726
3726
  }
3727
3727
  else {
@@ -3735,7 +3735,7 @@ var SageMaker = (function (_super) {
3735
3735
  }
3736
3736
  else if (typeof cb === "function") {
3737
3737
  if (typeof optionsOrCb !== "object")
3738
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3738
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3739
3739
  this.send(command, optionsOrCb || {}, cb);
3740
3740
  }
3741
3741
  else {
@@ -3749,7 +3749,7 @@ var SageMaker = (function (_super) {
3749
3749
  }
3750
3750
  else if (typeof cb === "function") {
3751
3751
  if (typeof optionsOrCb !== "object")
3752
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3752
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3753
3753
  this.send(command, optionsOrCb || {}, cb);
3754
3754
  }
3755
3755
  else {
@@ -3763,7 +3763,7 @@ var SageMaker = (function (_super) {
3763
3763
  }
3764
3764
  else if (typeof cb === "function") {
3765
3765
  if (typeof optionsOrCb !== "object")
3766
- throw new Error("Expect http options but get " + typeof optionsOrCb);
3766
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3767
3767
  this.send(command, optionsOrCb || {}, cb);
3768
3768
  }
3769
3769
  else {