@aws-sdk/client-lookoutequipment 3.35.0 → 3.38.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 (240) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/LookoutEquipment.js +0 -5
  3. package/dist-cjs/LookoutEquipmentClient.js +0 -10
  4. package/dist-cjs/commands/CreateDatasetCommand.js +0 -28
  5. package/dist-cjs/commands/CreateInferenceSchedulerCommand.js +0 -29
  6. package/dist-cjs/commands/CreateModelCommand.js +0 -33
  7. package/dist-cjs/commands/DeleteDatasetCommand.js +0 -29
  8. package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js +0 -26
  9. package/dist-cjs/commands/DeleteModelCommand.js +0 -26
  10. package/dist-cjs/commands/DescribeDataIngestionJobCommand.js +0 -26
  11. package/dist-cjs/commands/DescribeDatasetCommand.js +0 -25
  12. package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js +0 -26
  13. package/dist-cjs/commands/DescribeModelCommand.js +0 -26
  14. package/dist-cjs/commands/ListDataIngestionJobsCommand.js +0 -26
  15. package/dist-cjs/commands/ListDatasetsCommand.js +0 -26
  16. package/dist-cjs/commands/ListInferenceExecutionsCommand.js +0 -26
  17. package/dist-cjs/commands/ListInferenceSchedulersCommand.js +0 -26
  18. package/dist-cjs/commands/ListModelsCommand.js +0 -26
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  20. package/dist-cjs/commands/StartDataIngestionJobCommand.js +0 -25
  21. package/dist-cjs/commands/StartInferenceSchedulerCommand.js +0 -25
  22. package/dist-cjs/commands/StopInferenceSchedulerCommand.js +0 -25
  23. package/dist-cjs/commands/TagResourceCommand.js +0 -29
  24. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  25. package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js +0 -25
  26. package/dist-cjs/commands/index.js +25 -0
  27. package/dist-cjs/endpoints.js +1 -2
  28. package/dist-cjs/index.js +4 -31
  29. package/dist-cjs/models/index.js +0 -1
  30. package/dist-cjs/models/models_0.js +0 -196
  31. package/dist-cjs/pagination/Interfaces.js +0 -1
  32. package/dist-cjs/pagination/ListDataIngestionJobsPaginator.js +0 -11
  33. package/dist-cjs/pagination/ListDatasetsPaginator.js +0 -11
  34. package/dist-cjs/pagination/ListInferenceExecutionsPaginator.js +0 -11
  35. package/dist-cjs/pagination/ListInferenceSchedulersPaginator.js +0 -11
  36. package/dist-cjs/pagination/ListModelsPaginator.js +0 -11
  37. package/dist-cjs/pagination/index.js +9 -0
  38. package/dist-cjs/protocols/Aws_json1_0.js +0 -6
  39. package/dist-cjs/runtimeConfig.browser.js +1 -6
  40. package/dist-cjs/runtimeConfig.js +2 -7
  41. package/dist-cjs/runtimeConfig.native.js +0 -4
  42. package/dist-cjs/runtimeConfig.shared.js +0 -4
  43. package/dist-es/LookoutEquipment.js +0 -1
  44. package/dist-es/LookoutEquipmentClient.js +0 -1
  45. package/dist-es/commands/CreateDatasetCommand.js +0 -1
  46. package/dist-es/commands/CreateInferenceSchedulerCommand.js +0 -1
  47. package/dist-es/commands/CreateModelCommand.js +0 -1
  48. package/dist-es/commands/DeleteDatasetCommand.js +0 -1
  49. package/dist-es/commands/DeleteInferenceSchedulerCommand.js +0 -1
  50. package/dist-es/commands/DeleteModelCommand.js +0 -1
  51. package/dist-es/commands/DescribeDataIngestionJobCommand.js +0 -1
  52. package/dist-es/commands/DescribeDatasetCommand.js +0 -1
  53. package/dist-es/commands/DescribeInferenceSchedulerCommand.js +0 -1
  54. package/dist-es/commands/DescribeModelCommand.js +0 -1
  55. package/dist-es/commands/ListDataIngestionJobsCommand.js +0 -1
  56. package/dist-es/commands/ListDatasetsCommand.js +0 -1
  57. package/dist-es/commands/ListInferenceExecutionsCommand.js +0 -1
  58. package/dist-es/commands/ListInferenceSchedulersCommand.js +0 -1
  59. package/dist-es/commands/ListModelsCommand.js +0 -1
  60. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  61. package/dist-es/commands/StartDataIngestionJobCommand.js +0 -1
  62. package/dist-es/commands/StartInferenceSchedulerCommand.js +0 -1
  63. package/dist-es/commands/StopInferenceSchedulerCommand.js +0 -1
  64. package/dist-es/commands/TagResourceCommand.js +0 -1
  65. package/dist-es/commands/UntagResourceCommand.js +0 -1
  66. package/dist-es/commands/UpdateInferenceSchedulerCommand.js +0 -1
  67. package/dist-es/commands/index.js +22 -0
  68. package/dist-es/endpoints.js +1 -2
  69. package/dist-es/index.js +4 -31
  70. package/dist-es/models/index.js +0 -1
  71. package/dist-es/models/models_0.js +0 -1
  72. package/dist-es/pagination/Interfaces.js +0 -1
  73. package/dist-es/pagination/ListDataIngestionJobsPaginator.js +0 -1
  74. package/dist-es/pagination/ListDatasetsPaginator.js +0 -1
  75. package/dist-es/pagination/ListInferenceExecutionsPaginator.js +0 -1
  76. package/dist-es/pagination/ListInferenceSchedulersPaginator.js +0 -1
  77. package/dist-es/pagination/ListModelsPaginator.js +0 -1
  78. package/dist-es/pagination/index.js +6 -0
  79. package/dist-es/protocols/Aws_json1_0.js +0 -1
  80. package/dist-es/runtimeConfig.browser.js +1 -2
  81. package/dist-es/runtimeConfig.js +2 -3
  82. package/dist-es/runtimeConfig.native.js +0 -1
  83. package/dist-es/runtimeConfig.shared.js +0 -1
  84. package/dist-types/commands/index.d.ts +22 -0
  85. package/dist-types/index.d.ts +4 -30
  86. package/dist-types/pagination/index.d.ts +6 -0
  87. package/dist-types/ts3.4/LookoutEquipment.d.ts +23 -103
  88. package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +24 -90
  89. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +2 -23
  90. package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +2 -24
  91. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +2 -28
  92. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -24
  93. package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +2 -21
  94. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -21
  95. package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +2 -21
  96. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +2 -20
  97. package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +2 -21
  98. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +2 -21
  99. package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +2 -21
  100. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -21
  101. package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +2 -21
  102. package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +2 -21
  103. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +2 -21
  104. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  105. package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +2 -20
  106. package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +2 -20
  107. package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +2 -20
  108. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -24
  109. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  110. package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +2 -20
  111. package/dist-types/ts3.4/commands/index.d.ts +22 -0
  112. package/dist-types/ts3.4/index.d.ts +4 -30
  113. package/dist-types/ts3.4/models/models_0.d.ts +302 -1080
  114. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  115. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  116. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  117. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  118. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  119. package/package.json +33 -30
  120. package/dist-cjs/LookoutEquipment.js.map +0 -1
  121. package/dist-cjs/LookoutEquipmentClient.js.map +0 -1
  122. package/dist-cjs/commands/CreateDatasetCommand.js.map +0 -1
  123. package/dist-cjs/commands/CreateInferenceSchedulerCommand.js.map +0 -1
  124. package/dist-cjs/commands/CreateModelCommand.js.map +0 -1
  125. package/dist-cjs/commands/DeleteDatasetCommand.js.map +0 -1
  126. package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js.map +0 -1
  127. package/dist-cjs/commands/DeleteModelCommand.js.map +0 -1
  128. package/dist-cjs/commands/DescribeDataIngestionJobCommand.js.map +0 -1
  129. package/dist-cjs/commands/DescribeDatasetCommand.js.map +0 -1
  130. package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js.map +0 -1
  131. package/dist-cjs/commands/DescribeModelCommand.js.map +0 -1
  132. package/dist-cjs/commands/ListDataIngestionJobsCommand.js.map +0 -1
  133. package/dist-cjs/commands/ListDatasetsCommand.js.map +0 -1
  134. package/dist-cjs/commands/ListInferenceExecutionsCommand.js.map +0 -1
  135. package/dist-cjs/commands/ListInferenceSchedulersCommand.js.map +0 -1
  136. package/dist-cjs/commands/ListModelsCommand.js.map +0 -1
  137. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  138. package/dist-cjs/commands/StartDataIngestionJobCommand.js.map +0 -1
  139. package/dist-cjs/commands/StartInferenceSchedulerCommand.js.map +0 -1
  140. package/dist-cjs/commands/StopInferenceSchedulerCommand.js.map +0 -1
  141. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  142. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  143. package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js.map +0 -1
  144. package/dist-cjs/endpoints.js.map +0 -1
  145. package/dist-cjs/index.js.map +0 -1
  146. package/dist-cjs/models/index.js.map +0 -1
  147. package/dist-cjs/models/models_0.js.map +0 -1
  148. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  149. package/dist-cjs/pagination/ListDataIngestionJobsPaginator.js.map +0 -1
  150. package/dist-cjs/pagination/ListDatasetsPaginator.js.map +0 -1
  151. package/dist-cjs/pagination/ListInferenceExecutionsPaginator.js.map +0 -1
  152. package/dist-cjs/pagination/ListInferenceSchedulersPaginator.js.map +0 -1
  153. package/dist-cjs/pagination/ListModelsPaginator.js.map +0 -1
  154. package/dist-cjs/protocols/Aws_json1_0.js.map +0 -1
  155. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  156. package/dist-cjs/runtimeConfig.js.map +0 -1
  157. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  158. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  159. package/dist-es/LookoutEquipment.js.map +0 -1
  160. package/dist-es/LookoutEquipmentClient.js.map +0 -1
  161. package/dist-es/commands/CreateDatasetCommand.js.map +0 -1
  162. package/dist-es/commands/CreateInferenceSchedulerCommand.js.map +0 -1
  163. package/dist-es/commands/CreateModelCommand.js.map +0 -1
  164. package/dist-es/commands/DeleteDatasetCommand.js.map +0 -1
  165. package/dist-es/commands/DeleteInferenceSchedulerCommand.js.map +0 -1
  166. package/dist-es/commands/DeleteModelCommand.js.map +0 -1
  167. package/dist-es/commands/DescribeDataIngestionJobCommand.js.map +0 -1
  168. package/dist-es/commands/DescribeDatasetCommand.js.map +0 -1
  169. package/dist-es/commands/DescribeInferenceSchedulerCommand.js.map +0 -1
  170. package/dist-es/commands/DescribeModelCommand.js.map +0 -1
  171. package/dist-es/commands/ListDataIngestionJobsCommand.js.map +0 -1
  172. package/dist-es/commands/ListDatasetsCommand.js.map +0 -1
  173. package/dist-es/commands/ListInferenceExecutionsCommand.js.map +0 -1
  174. package/dist-es/commands/ListInferenceSchedulersCommand.js.map +0 -1
  175. package/dist-es/commands/ListModelsCommand.js.map +0 -1
  176. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  177. package/dist-es/commands/StartDataIngestionJobCommand.js.map +0 -1
  178. package/dist-es/commands/StartInferenceSchedulerCommand.js.map +0 -1
  179. package/dist-es/commands/StopInferenceSchedulerCommand.js.map +0 -1
  180. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  181. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  182. package/dist-es/commands/UpdateInferenceSchedulerCommand.js.map +0 -1
  183. package/dist-es/endpoints.js.map +0 -1
  184. package/dist-es/index.js.map +0 -1
  185. package/dist-es/models/index.js.map +0 -1
  186. package/dist-es/models/models_0.js.map +0 -1
  187. package/dist-es/pagination/Interfaces.js.map +0 -1
  188. package/dist-es/pagination/ListDataIngestionJobsPaginator.js.map +0 -1
  189. package/dist-es/pagination/ListDatasetsPaginator.js.map +0 -1
  190. package/dist-es/pagination/ListInferenceExecutionsPaginator.js.map +0 -1
  191. package/dist-es/pagination/ListInferenceSchedulersPaginator.js.map +0 -1
  192. package/dist-es/pagination/ListModelsPaginator.js.map +0 -1
  193. package/dist-es/protocols/Aws_json1_0.js.map +0 -1
  194. package/dist-es/runtimeConfig.browser.js.map +0 -1
  195. package/dist-es/runtimeConfig.js.map +0 -1
  196. package/dist-es/runtimeConfig.native.js.map +0 -1
  197. package/dist-es/runtimeConfig.shared.js.map +0 -1
  198. package/jest.config.js +0 -4
  199. package/src/LookoutEquipment.ts +0 -813
  200. package/src/LookoutEquipmentClient.ts +0 -339
  201. package/src/commands/CreateDatasetCommand.ts +0 -98
  202. package/src/commands/CreateInferenceSchedulerCommand.ts +0 -99
  203. package/src/commands/CreateModelCommand.ts +0 -103
  204. package/src/commands/DeleteDatasetCommand.ts +0 -99
  205. package/src/commands/DeleteInferenceSchedulerCommand.ts +0 -96
  206. package/src/commands/DeleteModelCommand.ts +0 -96
  207. package/src/commands/DescribeDataIngestionJobCommand.ts +0 -96
  208. package/src/commands/DescribeDatasetCommand.ts +0 -95
  209. package/src/commands/DescribeInferenceSchedulerCommand.ts +0 -99
  210. package/src/commands/DescribeModelCommand.ts +0 -96
  211. package/src/commands/ListDataIngestionJobsCommand.ts +0 -96
  212. package/src/commands/ListDatasetsCommand.ts +0 -96
  213. package/src/commands/ListInferenceExecutionsCommand.ts +0 -96
  214. package/src/commands/ListInferenceSchedulersCommand.ts +0 -96
  215. package/src/commands/ListModelsCommand.ts +0 -96
  216. package/src/commands/ListTagsForResourceCommand.ts +0 -95
  217. package/src/commands/StartDataIngestionJobCommand.ts +0 -95
  218. package/src/commands/StartInferenceSchedulerCommand.ts +0 -95
  219. package/src/commands/StopInferenceSchedulerCommand.ts +0 -95
  220. package/src/commands/TagResourceCommand.ts +0 -99
  221. package/src/commands/UntagResourceCommand.ts +0 -95
  222. package/src/commands/UpdateInferenceSchedulerCommand.ts +0 -95
  223. package/src/endpoints.ts +0 -57
  224. package/src/index.ts +0 -31
  225. package/src/models/index.ts +0 -1
  226. package/src/models/models_0.ts +0 -2107
  227. package/src/pagination/Interfaces.ts +0 -8
  228. package/src/pagination/ListDataIngestionJobsPaginator.ts +0 -59
  229. package/src/pagination/ListDatasetsPaginator.ts +0 -59
  230. package/src/pagination/ListInferenceExecutionsPaginator.ts +0 -59
  231. package/src/pagination/ListInferenceSchedulersPaginator.ts +0 -59
  232. package/src/pagination/ListModelsPaginator.ts +0 -55
  233. package/src/protocols/Aws_json1_0.ts +0 -3644
  234. package/src/runtimeConfig.browser.ts +0 -41
  235. package/src/runtimeConfig.native.ts +0 -17
  236. package/src/runtimeConfig.shared.ts +0 -17
  237. package/src/runtimeConfig.ts +0 -46
  238. package/tsconfig.es.json +0 -10
  239. package/tsconfig.json +0 -33
  240. package/tsconfig.types.json +0 -9
@@ -4,22 +4,13 @@ exports.paginateListInferenceSchedulers = void 0;
4
4
  const ListInferenceSchedulersCommand_1 = require("../commands/ListInferenceSchedulersCommand");
5
5
  const LookoutEquipment_1 = require("../LookoutEquipment");
6
6
  const LookoutEquipmentClient_1 = require("../LookoutEquipmentClient");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListInferenceSchedulersCommand_1.ListInferenceSchedulersCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listInferenceSchedulers(input, ...args);
20
12
  };
21
13
  async function* paginateListInferenceSchedulers(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.NextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListInferenceSchedulers(config, input, ...additionalArgu
39
30
  token = page.NextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListInferenceSchedulers = paginateListInferenceSchedulers;
46
- //# sourceMappingURL=ListInferenceSchedulersPaginator.js.map
@@ -4,22 +4,13 @@ exports.paginateListModels = void 0;
4
4
  const ListModelsCommand_1 = require("../commands/ListModelsCommand");
5
5
  const LookoutEquipment_1 = require("../LookoutEquipment");
6
6
  const LookoutEquipmentClient_1 = require("../LookoutEquipmentClient");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListModelsCommand_1.ListModelsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listModels(input, ...args);
20
12
  };
21
13
  async function* paginateListModels(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.NextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListModels(config, input, ...additionalArguments) {
39
30
  token = page.NextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListModels = paginateListModels;
46
- //# sourceMappingURL=ListModelsPaginator.js.map
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./Interfaces"), exports);
5
+ tslib_1.__exportStar(require("./ListDataIngestionJobsPaginator"), exports);
6
+ tslib_1.__exportStar(require("./ListDatasetsPaginator"), exports);
7
+ tslib_1.__exportStar(require("./ListInferenceExecutionsPaginator"), exports);
8
+ tslib_1.__exportStar(require("./ListInferenceSchedulersPaginator"), exports);
9
+ tslib_1.__exportStar(require("./ListModelsPaginator"), exports);
@@ -2889,14 +2889,12 @@ const deserializeMetadata = (output) => {
2889
2889
  cfId: output.headers["x-amz-cf-id"],
2890
2890
  });
2891
2891
  };
2892
- // Collect low-level response body stream to Uint8Array.
2893
2892
  const collectBody = (streamBody = new Uint8Array(), context) => {
2894
2893
  if (streamBody instanceof Uint8Array) {
2895
2894
  return Promise.resolve(streamBody);
2896
2895
  }
2897
2896
  return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
2898
2897
  };
2899
- // Encode Uint8Array data into string with utf-8.
2900
2898
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
2901
2899
  const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
2902
2900
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
@@ -2922,9 +2920,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
2922
2920
  }
2923
2921
  return {};
2924
2922
  });
2925
- /**
2926
- * Load an error code for the aws.rest-json-1.1 protocol.
2927
- */
2928
2923
  const loadRestJsonErrorCode = (output, data) => {
2929
2924
  const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
2930
2925
  const sanitizeErrorCode = (rawValue) => {
@@ -2949,4 +2944,3 @@ const loadRestJsonErrorCode = (output, data) => {
2949
2944
  }
2950
2945
  return "";
2951
2946
  };
2952
- //# sourceMappingURL=Aws_json1_0.js.map
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
5
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
6
7
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
7
8
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -10,12 +11,7 @@ const util_base64_browser_1 = require("@aws-sdk/util-base64-browser");
10
11
  const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
11
12
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
12
13
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
13
- // @ts-ignore: package.json will be imported from dist folders
14
- const package_json_1 = tslib_1.__importDefault(require("../package.json"));
15
14
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
16
- /**
17
- * @internal
18
- */
19
15
  const getRuntimeConfig = (config) => {
20
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
21
17
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
@@ -39,4 +35,3 @@ const getRuntimeConfig = (config) => {
39
35
  };
40
36
  };
41
37
  exports.getRuntimeConfig = getRuntimeConfig;
42
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
5
6
  const client_sts_1 = require("@aws-sdk/client-sts");
6
7
  const config_resolver_1 = require("@aws-sdk/config-resolver");
7
8
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
@@ -9,17 +10,12 @@ const hash_node_1 = require("@aws-sdk/hash-node");
9
10
  const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
11
  const node_config_provider_1 = require("@aws-sdk/node-config-provider");
11
12
  const node_http_handler_1 = require("@aws-sdk/node-http-handler");
12
- const smithy_client_1 = require("@aws-sdk/smithy-client");
13
13
  const util_base64_node_1 = require("@aws-sdk/util-base64-node");
14
14
  const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
15
15
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
16
16
  const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
17
- // @ts-ignore: package.json will be imported from dist folders
18
- const package_json_1 = tslib_1.__importDefault(require("../package.json"));
19
17
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
20
- /**
21
- * @internal
22
- */
18
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
23
19
  const getRuntimeConfig = (config) => {
24
20
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
25
21
  smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
@@ -44,4 +40,3 @@ const getRuntimeConfig = (config) => {
44
40
  };
45
41
  };
46
42
  exports.getRuntimeConfig = getRuntimeConfig;
47
- //# sourceMappingURL=runtimeConfig.js.map
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const sha256_js_1 = require("@aws-crypto/sha256-js");
5
5
  const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
6
- /**
7
- * @internal
8
- */
9
6
  const getRuntimeConfig = (config) => {
10
7
  var _a;
11
8
  const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
17
14
  };
18
15
  };
19
16
  exports.getRuntimeConfig = getRuntimeConfig;
20
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const url_parser_1 = require("@aws-sdk/url-parser");
5
5
  const endpoints_1 = require("./endpoints");
6
- /**
7
- * @internal
8
- */
9
6
  const getRuntimeConfig = (config) => {
10
7
  var _a, _b, _c, _d, _e;
11
8
  return ({
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
18
15
  });
19
16
  };
20
17
  exports.getRuntimeConfig = getRuntimeConfig;
21
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -338,4 +338,3 @@ var LookoutEquipment = (function (_super) {
338
338
  return LookoutEquipment;
339
339
  }(LookoutEquipmentClient));
340
340
  export { LookoutEquipment };
341
- //# sourceMappingURL=LookoutEquipment.js.map
@@ -35,4 +35,3 @@ var LookoutEquipmentClient = (function (_super) {
35
35
  return LookoutEquipmentClient;
36
36
  }(__Client));
37
37
  export { LookoutEquipmentClient };
38
- //# sourceMappingURL=LookoutEquipmentClient.js.map
@@ -37,4 +37,3 @@ var CreateDatasetCommand = (function (_super) {
37
37
  return CreateDatasetCommand;
38
38
  }($Command));
39
39
  export { CreateDatasetCommand };
40
- //# sourceMappingURL=CreateDatasetCommand.js.map
@@ -37,4 +37,3 @@ var CreateInferenceSchedulerCommand = (function (_super) {
37
37
  return CreateInferenceSchedulerCommand;
38
38
  }($Command));
39
39
  export { CreateInferenceSchedulerCommand };
40
- //# sourceMappingURL=CreateInferenceSchedulerCommand.js.map
@@ -37,4 +37,3 @@ var CreateModelCommand = (function (_super) {
37
37
  return CreateModelCommand;
38
38
  }($Command));
39
39
  export { CreateModelCommand };
40
- //# sourceMappingURL=CreateModelCommand.js.map
@@ -37,4 +37,3 @@ var DeleteDatasetCommand = (function (_super) {
37
37
  return DeleteDatasetCommand;
38
38
  }($Command));
39
39
  export { DeleteDatasetCommand };
40
- //# sourceMappingURL=DeleteDatasetCommand.js.map
@@ -37,4 +37,3 @@ var DeleteInferenceSchedulerCommand = (function (_super) {
37
37
  return DeleteInferenceSchedulerCommand;
38
38
  }($Command));
39
39
  export { DeleteInferenceSchedulerCommand };
40
- //# sourceMappingURL=DeleteInferenceSchedulerCommand.js.map
@@ -37,4 +37,3 @@ var DeleteModelCommand = (function (_super) {
37
37
  return DeleteModelCommand;
38
38
  }($Command));
39
39
  export { DeleteModelCommand };
40
- //# sourceMappingURL=DeleteModelCommand.js.map
@@ -37,4 +37,3 @@ var DescribeDataIngestionJobCommand = (function (_super) {
37
37
  return DescribeDataIngestionJobCommand;
38
38
  }($Command));
39
39
  export { DescribeDataIngestionJobCommand };
40
- //# sourceMappingURL=DescribeDataIngestionJobCommand.js.map
@@ -37,4 +37,3 @@ var DescribeDatasetCommand = (function (_super) {
37
37
  return DescribeDatasetCommand;
38
38
  }($Command));
39
39
  export { DescribeDatasetCommand };
40
- //# sourceMappingURL=DescribeDatasetCommand.js.map
@@ -37,4 +37,3 @@ var DescribeInferenceSchedulerCommand = (function (_super) {
37
37
  return DescribeInferenceSchedulerCommand;
38
38
  }($Command));
39
39
  export { DescribeInferenceSchedulerCommand };
40
- //# sourceMappingURL=DescribeInferenceSchedulerCommand.js.map
@@ -37,4 +37,3 @@ var DescribeModelCommand = (function (_super) {
37
37
  return DescribeModelCommand;
38
38
  }($Command));
39
39
  export { DescribeModelCommand };
40
- //# sourceMappingURL=DescribeModelCommand.js.map
@@ -37,4 +37,3 @@ var ListDataIngestionJobsCommand = (function (_super) {
37
37
  return ListDataIngestionJobsCommand;
38
38
  }($Command));
39
39
  export { ListDataIngestionJobsCommand };
40
- //# sourceMappingURL=ListDataIngestionJobsCommand.js.map
@@ -37,4 +37,3 @@ var ListDatasetsCommand = (function (_super) {
37
37
  return ListDatasetsCommand;
38
38
  }($Command));
39
39
  export { ListDatasetsCommand };
40
- //# sourceMappingURL=ListDatasetsCommand.js.map
@@ -37,4 +37,3 @@ var ListInferenceExecutionsCommand = (function (_super) {
37
37
  return ListInferenceExecutionsCommand;
38
38
  }($Command));
39
39
  export { ListInferenceExecutionsCommand };
40
- //# sourceMappingURL=ListInferenceExecutionsCommand.js.map
@@ -37,4 +37,3 @@ var ListInferenceSchedulersCommand = (function (_super) {
37
37
  return ListInferenceSchedulersCommand;
38
38
  }($Command));
39
39
  export { ListInferenceSchedulersCommand };
40
- //# sourceMappingURL=ListInferenceSchedulersCommand.js.map
@@ -37,4 +37,3 @@ var ListModelsCommand = (function (_super) {
37
37
  return ListModelsCommand;
38
38
  }($Command));
39
39
  export { ListModelsCommand };
40
- //# sourceMappingURL=ListModelsCommand.js.map
@@ -37,4 +37,3 @@ var ListTagsForResourceCommand = (function (_super) {
37
37
  return ListTagsForResourceCommand;
38
38
  }($Command));
39
39
  export { ListTagsForResourceCommand };
40
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -37,4 +37,3 @@ var StartDataIngestionJobCommand = (function (_super) {
37
37
  return StartDataIngestionJobCommand;
38
38
  }($Command));
39
39
  export { StartDataIngestionJobCommand };
40
- //# sourceMappingURL=StartDataIngestionJobCommand.js.map
@@ -37,4 +37,3 @@ var StartInferenceSchedulerCommand = (function (_super) {
37
37
  return StartInferenceSchedulerCommand;
38
38
  }($Command));
39
39
  export { StartInferenceSchedulerCommand };
40
- //# sourceMappingURL=StartInferenceSchedulerCommand.js.map
@@ -37,4 +37,3 @@ var StopInferenceSchedulerCommand = (function (_super) {
37
37
  return StopInferenceSchedulerCommand;
38
38
  }($Command));
39
39
  export { StopInferenceSchedulerCommand };
40
- //# sourceMappingURL=StopInferenceSchedulerCommand.js.map
@@ -37,4 +37,3 @@ var TagResourceCommand = (function (_super) {
37
37
  return TagResourceCommand;
38
38
  }($Command));
39
39
  export { TagResourceCommand };
40
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -37,4 +37,3 @@ var UntagResourceCommand = (function (_super) {
37
37
  return UntagResourceCommand;
38
38
  }($Command));
39
39
  export { UntagResourceCommand };
40
- //# sourceMappingURL=UntagResourceCommand.js.map
@@ -37,4 +37,3 @@ var UpdateInferenceSchedulerCommand = (function (_super) {
37
37
  return UpdateInferenceSchedulerCommand;
38
38
  }($Command));
39
39
  export { UpdateInferenceSchedulerCommand };
40
- //# sourceMappingURL=UpdateInferenceSchedulerCommand.js.map
@@ -0,0 +1,22 @@
1
+ export * from "./CreateDatasetCommand";
2
+ export * from "./CreateInferenceSchedulerCommand";
3
+ export * from "./CreateModelCommand";
4
+ export * from "./DeleteDatasetCommand";
5
+ export * from "./DeleteInferenceSchedulerCommand";
6
+ export * from "./DeleteModelCommand";
7
+ export * from "./DescribeDataIngestionJobCommand";
8
+ export * from "./DescribeDatasetCommand";
9
+ export * from "./DescribeInferenceSchedulerCommand";
10
+ export * from "./DescribeModelCommand";
11
+ export * from "./ListDataIngestionJobsCommand";
12
+ export * from "./ListDatasetsCommand";
13
+ export * from "./ListInferenceExecutionsCommand";
14
+ export * from "./ListInferenceSchedulersCommand";
15
+ export * from "./ListModelsCommand";
16
+ export * from "./ListTagsForResourceCommand";
17
+ export * from "./StartDataIngestionJobCommand";
18
+ export * from "./StartInferenceSchedulerCommand";
19
+ export * from "./StopInferenceSchedulerCommand";
20
+ export * from "./TagResourceCommand";
21
+ export * from "./UntagResourceCommand";
22
+ export * from "./UpdateInferenceSchedulerCommand";
@@ -33,7 +33,7 @@ var partitionHash = {
33
33
  hostname: "lookoutequipment.{region}.amazonaws.com.cn",
34
34
  },
35
35
  "aws-iso": {
36
- regions: ["us-iso-east-1"],
36
+ regions: ["us-iso-east-1", "us-iso-west-1"],
37
37
  hostname: "lookoutequipment.{region}.c2s.ic.gov",
38
38
  },
39
39
  "aws-iso-b": {
@@ -50,4 +50,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
50
50
  return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "lookoutequipment", regionHash: regionHash, partitionHash: partitionHash }))];
51
51
  });
52
52
  }); };
53
- //# sourceMappingURL=endpoints.js.map
package/dist-es/index.js CHANGED
@@ -1,32 +1,5 @@
1
- export * from "./LookoutEquipmentClient";
2
1
  export * from "./LookoutEquipment";
3
- export * from "./commands/CreateDatasetCommand";
4
- export * from "./commands/CreateInferenceSchedulerCommand";
5
- export * from "./commands/CreateModelCommand";
6
- export * from "./commands/DeleteDatasetCommand";
7
- export * from "./commands/DeleteInferenceSchedulerCommand";
8
- export * from "./commands/DeleteModelCommand";
9
- export * from "./commands/DescribeDataIngestionJobCommand";
10
- export * from "./commands/DescribeDatasetCommand";
11
- export * from "./commands/DescribeInferenceSchedulerCommand";
12
- export * from "./commands/DescribeModelCommand";
13
- export * from "./commands/ListDataIngestionJobsCommand";
14
- export * from "./pagination/ListDataIngestionJobsPaginator";
15
- export * from "./commands/ListDatasetsCommand";
16
- export * from "./pagination/ListDatasetsPaginator";
17
- export * from "./commands/ListInferenceExecutionsCommand";
18
- export * from "./pagination/ListInferenceExecutionsPaginator";
19
- export * from "./commands/ListInferenceSchedulersCommand";
20
- export * from "./pagination/ListInferenceSchedulersPaginator";
21
- export * from "./commands/ListModelsCommand";
22
- export * from "./pagination/ListModelsPaginator";
23
- export * from "./commands/ListTagsForResourceCommand";
24
- export * from "./commands/StartDataIngestionJobCommand";
25
- export * from "./commands/StartInferenceSchedulerCommand";
26
- export * from "./commands/StopInferenceSchedulerCommand";
27
- export * from "./commands/TagResourceCommand";
28
- export * from "./commands/UntagResourceCommand";
29
- export * from "./commands/UpdateInferenceSchedulerCommand";
30
- export * from "./pagination/Interfaces";
31
- export * from "./models/index";
32
- //# sourceMappingURL=index.js.map
2
+ export * from "./LookoutEquipmentClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -1,2 +1 @@
1
1
  export * from "./models_0";
2
- //# sourceMappingURL=index.js.map
@@ -312,4 +312,3 @@ export var UpdateInferenceSchedulerRequest;
312
312
  (function (UpdateInferenceSchedulerRequest) {
313
313
  UpdateInferenceSchedulerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
314
314
  })(UpdateInferenceSchedulerRequest || (UpdateInferenceSchedulerRequest = {}));
315
- //# sourceMappingURL=models_0.js.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=Interfaces.js.map
@@ -72,4 +72,3 @@ export function paginateListDataIngestionJobs(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListDataIngestionJobsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListDatasets(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListDatasetsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListInferenceExecutions(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListInferenceExecutionsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListInferenceSchedulers(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListInferenceSchedulersPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListModels(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListModelsPaginator.js.map
@@ -0,0 +1,6 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListDataIngestionJobsPaginator";
3
+ export * from "./ListDatasetsPaginator";
4
+ export * from "./ListInferenceExecutionsPaginator";
5
+ export * from "./ListInferenceSchedulersPaginator";
6
+ export * from "./ListModelsPaginator";
@@ -3042,4 +3042,3 @@ var loadRestJsonErrorCode = function (output, data) {
3042
3042
  }
3043
3043
  return "";
3044
3044
  };
3045
- //# sourceMappingURL=Aws_json1_0.js.map
@@ -1,4 +1,5 @@
1
1
  import { __assign } from "tslib";
2
+ import packageInfo from "../package.json";
2
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
4
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
4
5
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -7,11 +8,9 @@ import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
7
8
  import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
8
9
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
9
10
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
10
- import packageInfo from "../package.json";
11
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
12
  export var getRuntimeConfig = function (config) {
13
13
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
14
14
  var clientSharedValues = getSharedRuntimeConfig(config);
15
15
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
16
16
  };
17
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -1,4 +1,5 @@
1
1
  import { __assign } from "tslib";
2
+ import packageInfo from "../package.json";
2
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
3
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
4
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
@@ -6,17 +7,15 @@ import { Hash } from "@aws-sdk/hash-node";
6
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
7
8
  import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
8
9
  import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
9
- import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
10
10
  import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
11
11
  import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
12
12
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
- import packageInfo from "../package.json";
15
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
+ import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
16
  export var getRuntimeConfig = function (config) {
17
17
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
18
18
  emitWarningIfUnsupportedVersion(process.version);
19
19
  var clientSharedValues = getSharedRuntimeConfig(config);
20
20
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
21
21
  };
22
- //# sourceMappingURL=runtimeConfig.js.map
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
6
6
  var browserDefaults = getBrowserRuntimeConfig(config);
7
7
  return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
8
8
  };
9
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -11,4 +11,3 @@ export var getRuntimeConfig = function (config) {
11
11
  urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
12
12
  });
13
13
  };
14
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -0,0 +1,22 @@
1
+ export * from "./CreateDatasetCommand";
2
+ export * from "./CreateInferenceSchedulerCommand";
3
+ export * from "./CreateModelCommand";
4
+ export * from "./DeleteDatasetCommand";
5
+ export * from "./DeleteInferenceSchedulerCommand";
6
+ export * from "./DeleteModelCommand";
7
+ export * from "./DescribeDataIngestionJobCommand";
8
+ export * from "./DescribeDatasetCommand";
9
+ export * from "./DescribeInferenceSchedulerCommand";
10
+ export * from "./DescribeModelCommand";
11
+ export * from "./ListDataIngestionJobsCommand";
12
+ export * from "./ListDatasetsCommand";
13
+ export * from "./ListInferenceExecutionsCommand";
14
+ export * from "./ListInferenceSchedulersCommand";
15
+ export * from "./ListModelsCommand";
16
+ export * from "./ListTagsForResourceCommand";
17
+ export * from "./StartDataIngestionJobCommand";
18
+ export * from "./StartInferenceSchedulerCommand";
19
+ export * from "./StopInferenceSchedulerCommand";
20
+ export * from "./TagResourceCommand";
21
+ export * from "./UntagResourceCommand";
22
+ export * from "./UpdateInferenceSchedulerCommand";
@@ -1,31 +1,5 @@
1
- export * from "./LookoutEquipmentClient";
2
1
  export * from "./LookoutEquipment";
3
- export * from "./commands/CreateDatasetCommand";
4
- export * from "./commands/CreateInferenceSchedulerCommand";
5
- export * from "./commands/CreateModelCommand";
6
- export * from "./commands/DeleteDatasetCommand";
7
- export * from "./commands/DeleteInferenceSchedulerCommand";
8
- export * from "./commands/DeleteModelCommand";
9
- export * from "./commands/DescribeDataIngestionJobCommand";
10
- export * from "./commands/DescribeDatasetCommand";
11
- export * from "./commands/DescribeInferenceSchedulerCommand";
12
- export * from "./commands/DescribeModelCommand";
13
- export * from "./commands/ListDataIngestionJobsCommand";
14
- export * from "./pagination/ListDataIngestionJobsPaginator";
15
- export * from "./commands/ListDatasetsCommand";
16
- export * from "./pagination/ListDatasetsPaginator";
17
- export * from "./commands/ListInferenceExecutionsCommand";
18
- export * from "./pagination/ListInferenceExecutionsPaginator";
19
- export * from "./commands/ListInferenceSchedulersCommand";
20
- export * from "./pagination/ListInferenceSchedulersPaginator";
21
- export * from "./commands/ListModelsCommand";
22
- export * from "./pagination/ListModelsPaginator";
23
- export * from "./commands/ListTagsForResourceCommand";
24
- export * from "./commands/StartDataIngestionJobCommand";
25
- export * from "./commands/StartInferenceSchedulerCommand";
26
- export * from "./commands/StopInferenceSchedulerCommand";
27
- export * from "./commands/TagResourceCommand";
28
- export * from "./commands/UntagResourceCommand";
29
- export * from "./commands/UpdateInferenceSchedulerCommand";
30
- export * from "./pagination/Interfaces";
31
- export * from "./models/index";
2
+ export * from "./LookoutEquipmentClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,6 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListDataIngestionJobsPaginator";
3
+ export * from "./ListDatasetsPaginator";
4
+ export * from "./ListInferenceExecutionsPaginator";
5
+ export * from "./ListInferenceSchedulersPaginator";
6
+ export * from "./ListModelsPaginator";