@aws-sdk/client-machine-learning 3.940.0 → 3.946.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 (67) hide show
  1. package/dist-cjs/index.js +8 -79
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/MachineLearning.js +2 -2
  5. package/dist-es/MachineLearningClient.js +2 -2
  6. package/dist-es/runtimeConfig.browser.js +2 -2
  7. package/dist-es/runtimeConfig.js +2 -3
  8. package/dist-es/schemas/schemas_0.js +8 -79
  9. package/dist-es/waiters/waitForDataSourceAvailable.js +1 -1
  10. package/dist-es/waiters/waitForEvaluationAvailable.js +1 -1
  11. package/dist-types/MachineLearning.d.ts +29 -29
  12. package/dist-types/MachineLearningClient.d.ts +38 -38
  13. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  14. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  15. package/dist-types/commands/AddTagsCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateBatchPredictionCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateDataSourceFromRDSCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateDataSourceFromRedshiftCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateDataSourceFromS3Command.d.ts +3 -3
  20. package/dist-types/commands/CreateEvaluationCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateMLModelCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateRealtimeEndpointCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteBatchPredictionCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteEvaluationCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteMLModelCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteRealtimeEndpointCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteTagsCommand.d.ts +3 -3
  29. package/dist-types/commands/DescribeBatchPredictionsCommand.d.ts +3 -3
  30. package/dist-types/commands/DescribeDataSourcesCommand.d.ts +3 -3
  31. package/dist-types/commands/DescribeEvaluationsCommand.d.ts +3 -3
  32. package/dist-types/commands/DescribeMLModelsCommand.d.ts +3 -3
  33. package/dist-types/commands/DescribeTagsCommand.d.ts +3 -3
  34. package/dist-types/commands/GetBatchPredictionCommand.d.ts +3 -3
  35. package/dist-types/commands/GetDataSourceCommand.d.ts +3 -3
  36. package/dist-types/commands/GetEvaluationCommand.d.ts +3 -3
  37. package/dist-types/commands/GetMLModelCommand.d.ts +3 -3
  38. package/dist-types/commands/PredictCommand.d.ts +3 -3
  39. package/dist-types/commands/UpdateBatchPredictionCommand.d.ts +3 -3
  40. package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -3
  41. package/dist-types/commands/UpdateEvaluationCommand.d.ts +3 -3
  42. package/dist-types/commands/UpdateMLModelCommand.d.ts +3 -3
  43. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  44. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  45. package/dist-types/extensionConfiguration.d.ts +4 -4
  46. package/dist-types/models/MachineLearningServiceException.d.ts +1 -1
  47. package/dist-types/models/errors.d.ts +1 -1
  48. package/dist-types/models/models_0.d.ts +1 -1
  49. package/dist-types/pagination/DescribeBatchPredictionsPaginator.d.ts +1 -1
  50. package/dist-types/pagination/DescribeDataSourcesPaginator.d.ts +1 -1
  51. package/dist-types/pagination/DescribeEvaluationsPaginator.d.ts +1 -1
  52. package/dist-types/pagination/DescribeMLModelsPaginator.d.ts +1 -1
  53. package/dist-types/pagination/Interfaces.d.ts +1 -1
  54. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  55. package/dist-types/runtimeConfig.d.ts +1 -1
  56. package/dist-types/runtimeConfig.native.d.ts +1 -1
  57. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  58. package/dist-types/runtimeExtensions.d.ts +1 -1
  59. package/dist-types/schemas/schemas_0.d.ts +1 -1
  60. package/dist-types/ts3.4/MachineLearningClient.d.ts +3 -3
  61. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  62. package/dist-types/ts3.4/models/MachineLearningServiceException.d.ts +1 -1
  63. package/dist-types/waiters/waitForBatchPredictionAvailable.d.ts +1 -1
  64. package/dist-types/waiters/waitForDataSourceAvailable.d.ts +1 -1
  65. package/dist-types/waiters/waitForEvaluationAvailable.d.ts +1 -1
  66. package/dist-types/waiters/waitForMLModelAvailable.d.ts +1 -1
  67. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -631,60 +631,18 @@ var IdempotentParameterMismatchException = [
631
631
  -3,
632
632
  n0,
633
633
  _IPME,
634
- {
635
- [_e]: _c,
636
- [_hE]: 400,
637
- },
634
+ { [_e]: _c, [_hE]: 400 },
638
635
  [_m, _co],
639
636
  [0, 1],
640
637
  ];
641
638
  schema.TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException, IdempotentParameterMismatchException$1);
642
- var InternalServerException = [
643
- -3,
644
- n0,
645
- _ISE,
646
- {
647
- [_e]: _s,
648
- [_hE]: 500,
649
- },
650
- [_m, _co],
651
- [0, 1],
652
- ];
639
+ var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m, _co], [0, 1]];
653
640
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
654
- var InvalidInputException = [
655
- -3,
656
- n0,
657
- _IIE,
658
- {
659
- [_e]: _c,
660
- [_hE]: 400,
661
- },
662
- [_m, _co],
663
- [0, 1],
664
- ];
641
+ var InvalidInputException = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_m, _co], [0, 1]];
665
642
  schema.TypeRegistry.for(n0).registerError(InvalidInputException, InvalidInputException$1);
666
- var InvalidTagException = [
667
- -3,
668
- n0,
669
- _ITE,
670
- {
671
- [_e]: _c,
672
- },
673
- [_m],
674
- [0],
675
- ];
643
+ var InvalidTagException = [-3, n0, _ITE, { [_e]: _c }, [_m], [0]];
676
644
  schema.TypeRegistry.for(n0).registerError(InvalidTagException, InvalidTagException$1);
677
- var LimitExceededException = [
678
- -3,
679
- n0,
680
- _LEE,
681
- {
682
- [_e]: _c,
683
- [_hE]: 417,
684
- },
685
- [_m, _co],
686
- [0, 1],
687
- ];
645
+ var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 417 }, [_m, _co], [0, 1]];
688
646
  schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
689
647
  var MLModel = [
690
648
  3,
@@ -697,17 +655,7 @@ var MLModel = [
697
655
  var PerformanceMetrics = [3, n0, _PM, 0, [_Pro], [128 | 0]];
698
656
  var PredictInput = [3, n0, _PI, 0, [_MLMI, _Rec, _PE], [0, 128 | 0, 0]];
699
657
  var Prediction = [3, n0, _Pre, 0, [_pL, _pV, _pS, _d], [0, 1, 128 | 1, 128 | 0]];
700
- var PredictorNotMountedException = [
701
- -3,
702
- n0,
703
- _PNME,
704
- {
705
- [_e]: _c,
706
- [_hE]: 400,
707
- },
708
- [_m],
709
- [0],
710
- ];
658
+ var PredictorNotMountedException = [-3, n0, _PNME, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
711
659
  schema.TypeRegistry.for(n0).registerError(PredictorNotMountedException, PredictorNotMountedException$1);
712
660
  var PredictOutput = [3, n0, _PO, 0, [_Pre], [() => Prediction]];
713
661
  var RDSDatabase = [3, n0, _RDSDa, 0, [_II, _DN], [0, 0]];
@@ -754,30 +702,11 @@ var RedshiftDataSpec = [
754
702
  [() => RedshiftDatabase, 0, [() => RedshiftDatabaseCredentials, 0], 0, 0, 0, 0],
755
703
  ];
756
704
  var RedshiftMetadata = [3, n0, _RM, 0, [_RD, _DUN, _SSQ], [() => RedshiftDatabase, 0, 0]];
757
- var ResourceNotFoundException = [
758
- -3,
759
- n0,
760
- _RNFE,
761
- {
762
- [_e]: _c,
763
- [_hE]: 404,
764
- },
765
- [_m, _co],
766
- [0, 1],
767
- ];
705
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _co], [0, 1]];
768
706
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
769
707
  var S3DataSpec = [3, n0, _SDS, 0, [_DLS, _DR, _DSat, _DSLS], [0, 0, 0, 0]];
770
708
  var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
771
- var TagLimitExceededException = [
772
- -3,
773
- n0,
774
- _TLEE,
775
- {
776
- [_e]: _c,
777
- },
778
- [_m],
779
- [0],
780
- ];
709
+ var TagLimitExceededException = [-3, n0, _TLEE, { [_e]: _c }, [_m], [0]];
781
710
  schema.TypeRegistry.for(n0).registerError(TagLimitExceededException, TagLimitExceededException$1);
782
711
  var UpdateBatchPredictionInput = [3, n0, _UBPI, 0, [_BPI, _BPN], [0, 0]];
783
712
  var UpdateBatchPredictionOutput = [3, n0, _UBPO, 0, [_BPI], [0]];
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
8
  const config_resolver_1 = require("@smithy/config-resolver");
9
9
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
10
  const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const smithy_client_1 = require("@smithy/smithy-client");
11
12
  const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
13
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
12
14
  const util_retry_1 = require("@smithy/util-retry");
13
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@smithy/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
11
11
  const middleware_retry_1 = require("@smithy/middleware-retry");
12
12
  const node_config_provider_1 = require("@smithy/node-config-provider");
13
13
  const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
14
15
  const util_body_length_node_1 = require("@smithy/util-body-length-node");
16
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
15
17
  const util_retry_1 = require("@smithy/util-retry");
16
18
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@smithy/smithy-client");
18
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
- const smithy_client_2 = require("@smithy/smithy-client");
20
19
  const getRuntimeConfig = (config) => {
21
- (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
20
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
22
21
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
23
22
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
23
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
@@ -12,7 +12,7 @@ import { DeleteDataSourceCommand, } from "./commands/DeleteDataSourceCommand";
12
12
  import { DeleteEvaluationCommand, } from "./commands/DeleteEvaluationCommand";
13
13
  import { DeleteMLModelCommand, } from "./commands/DeleteMLModelCommand";
14
14
  import { DeleteRealtimeEndpointCommand, } from "./commands/DeleteRealtimeEndpointCommand";
15
- import { DeleteTagsCommand } from "./commands/DeleteTagsCommand";
15
+ import { DeleteTagsCommand, } from "./commands/DeleteTagsCommand";
16
16
  import { DescribeBatchPredictionsCommand, } from "./commands/DescribeBatchPredictionsCommand";
17
17
  import { DescribeDataSourcesCommand, } from "./commands/DescribeDataSourcesCommand";
18
18
  import { DescribeEvaluationsCommand, } from "./commands/DescribeEvaluationsCommand";
@@ -21,7 +21,7 @@ import { DescribeTagsCommand, } from "./commands/DescribeTagsCommand";
21
21
  import { GetBatchPredictionCommand, } from "./commands/GetBatchPredictionCommand";
22
22
  import { GetDataSourceCommand, } from "./commands/GetDataSourceCommand";
23
23
  import { GetEvaluationCommand, } from "./commands/GetEvaluationCommand";
24
- import { GetMLModelCommand } from "./commands/GetMLModelCommand";
24
+ import { GetMLModelCommand, } from "./commands/GetMLModelCommand";
25
25
  import { PredictCommand } from "./commands/PredictCommand";
26
26
  import { UpdateBatchPredictionCommand, } from "./commands/UpdateBatchPredictionCommand";
27
27
  import { UpdateDataSourceCommand, } from "./commands/UpdateDataSourceCommand";
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
7
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
8
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
9
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
10
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
10
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
11
11
  import { Client as __Client, } from "@smithy/smithy-client";
12
12
  import { defaultMachineLearningHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
13
13
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
7
8
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
8
10
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
8
8
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
10
11
  import { calculateBodyLength } from "@smithy/util-body-length-node";
12
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
11
13
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
15
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
16
15
  export const getRuntimeConfig = (config) => {
17
16
  emitWarningIfUnsupportedVersion(process.version);
18
17
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -406,60 +406,18 @@ export var IdempotentParameterMismatchException = [
406
406
  -3,
407
407
  n0,
408
408
  _IPME,
409
- {
410
- [_e]: _c,
411
- [_hE]: 400,
412
- },
409
+ { [_e]: _c, [_hE]: 400 },
413
410
  [_m, _co],
414
411
  [0, 1],
415
412
  ];
416
413
  TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException, __IdempotentParameterMismatchException);
417
- export var InternalServerException = [
418
- -3,
419
- n0,
420
- _ISE,
421
- {
422
- [_e]: _s,
423
- [_hE]: 500,
424
- },
425
- [_m, _co],
426
- [0, 1],
427
- ];
414
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m, _co], [0, 1]];
428
415
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
429
- export var InvalidInputException = [
430
- -3,
431
- n0,
432
- _IIE,
433
- {
434
- [_e]: _c,
435
- [_hE]: 400,
436
- },
437
- [_m, _co],
438
- [0, 1],
439
- ];
416
+ export var InvalidInputException = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_m, _co], [0, 1]];
440
417
  TypeRegistry.for(n0).registerError(InvalidInputException, __InvalidInputException);
441
- export var InvalidTagException = [
442
- -3,
443
- n0,
444
- _ITE,
445
- {
446
- [_e]: _c,
447
- },
448
- [_m],
449
- [0],
450
- ];
418
+ export var InvalidTagException = [-3, n0, _ITE, { [_e]: _c }, [_m], [0]];
451
419
  TypeRegistry.for(n0).registerError(InvalidTagException, __InvalidTagException);
452
- export var LimitExceededException = [
453
- -3,
454
- n0,
455
- _LEE,
456
- {
457
- [_e]: _c,
458
- [_hE]: 417,
459
- },
460
- [_m, _co],
461
- [0, 1],
462
- ];
420
+ export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 417 }, [_m, _co], [0, 1]];
463
421
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
464
422
  export var MLModel = [
465
423
  3,
@@ -472,17 +430,7 @@ export var MLModel = [
472
430
  export var PerformanceMetrics = [3, n0, _PM, 0, [_Pro], [128 | 0]];
473
431
  export var PredictInput = [3, n0, _PI, 0, [_MLMI, _Rec, _PE], [0, 128 | 0, 0]];
474
432
  export var Prediction = [3, n0, _Pre, 0, [_pL, _pV, _pS, _d], [0, 1, 128 | 1, 128 | 0]];
475
- export var PredictorNotMountedException = [
476
- -3,
477
- n0,
478
- _PNME,
479
- {
480
- [_e]: _c,
481
- [_hE]: 400,
482
- },
483
- [_m],
484
- [0],
485
- ];
433
+ export var PredictorNotMountedException = [-3, n0, _PNME, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
486
434
  TypeRegistry.for(n0).registerError(PredictorNotMountedException, __PredictorNotMountedException);
487
435
  export var PredictOutput = [3, n0, _PO, 0, [_Pre], [() => Prediction]];
488
436
  export var RDSDatabase = [3, n0, _RDSDa, 0, [_II, _DN], [0, 0]];
@@ -529,30 +477,11 @@ export var RedshiftDataSpec = [
529
477
  [() => RedshiftDatabase, 0, [() => RedshiftDatabaseCredentials, 0], 0, 0, 0, 0],
530
478
  ];
531
479
  export var RedshiftMetadata = [3, n0, _RM, 0, [_RD, _DUN, _SSQ], [() => RedshiftDatabase, 0, 0]];
532
- export var ResourceNotFoundException = [
533
- -3,
534
- n0,
535
- _RNFE,
536
- {
537
- [_e]: _c,
538
- [_hE]: 404,
539
- },
540
- [_m, _co],
541
- [0, 1],
542
- ];
480
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _co], [0, 1]];
543
481
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
544
482
  export var S3DataSpec = [3, n0, _SDS, 0, [_DLS, _DR, _DSat, _DSLS], [0, 0, 0, 0]];
545
483
  export var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
546
- export var TagLimitExceededException = [
547
- -3,
548
- n0,
549
- _TLEE,
550
- {
551
- [_e]: _c,
552
- },
553
- [_m],
554
- [0],
555
- ];
484
+ export var TagLimitExceededException = [-3, n0, _TLEE, { [_e]: _c }, [_m], [0]];
556
485
  TypeRegistry.for(n0).registerError(TagLimitExceededException, __TagLimitExceededException);
557
486
  export var UpdateBatchPredictionInput = [3, n0, _UBPI, 0, [_BPI, _BPN], [0, 0]];
558
487
  export var UpdateBatchPredictionOutput = [3, n0, _UBPO, 0, [_BPI], [0]];
@@ -1,5 +1,5 @@
1
1
  import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
2
- import { DescribeDataSourcesCommand } from "../commands/DescribeDataSourcesCommand";
2
+ import { DescribeDataSourcesCommand, } from "../commands/DescribeDataSourcesCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
@@ -1,5 +1,5 @@
1
1
  import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
2
- import { DescribeEvaluationsCommand } from "../commands/DescribeEvaluationsCommand";
2
+ import { DescribeEvaluationsCommand, } from "../commands/DescribeEvaluationsCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
@@ -1,32 +1,32 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
- import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
3
- import { CreateBatchPredictionCommandInput, CreateBatchPredictionCommandOutput } from "./commands/CreateBatchPredictionCommand";
4
- import { CreateDataSourceFromRDSCommandInput, CreateDataSourceFromRDSCommandOutput } from "./commands/CreateDataSourceFromRDSCommand";
5
- import { CreateDataSourceFromRedshiftCommandInput, CreateDataSourceFromRedshiftCommandOutput } from "./commands/CreateDataSourceFromRedshiftCommand";
6
- import { CreateDataSourceFromS3CommandInput, CreateDataSourceFromS3CommandOutput } from "./commands/CreateDataSourceFromS3Command";
7
- import { CreateEvaluationCommandInput, CreateEvaluationCommandOutput } from "./commands/CreateEvaluationCommand";
8
- import { CreateMLModelCommandInput, CreateMLModelCommandOutput } from "./commands/CreateMLModelCommand";
9
- import { CreateRealtimeEndpointCommandInput, CreateRealtimeEndpointCommandOutput } from "./commands/CreateRealtimeEndpointCommand";
10
- import { DeleteBatchPredictionCommandInput, DeleteBatchPredictionCommandOutput } from "./commands/DeleteBatchPredictionCommand";
11
- import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
12
- import { DeleteEvaluationCommandInput, DeleteEvaluationCommandOutput } from "./commands/DeleteEvaluationCommand";
13
- import { DeleteMLModelCommandInput, DeleteMLModelCommandOutput } from "./commands/DeleteMLModelCommand";
14
- import { DeleteRealtimeEndpointCommandInput, DeleteRealtimeEndpointCommandOutput } from "./commands/DeleteRealtimeEndpointCommand";
15
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
16
- import { DescribeBatchPredictionsCommandInput, DescribeBatchPredictionsCommandOutput } from "./commands/DescribeBatchPredictionsCommand";
17
- import { DescribeDataSourcesCommandInput, DescribeDataSourcesCommandOutput } from "./commands/DescribeDataSourcesCommand";
18
- import { DescribeEvaluationsCommandInput, DescribeEvaluationsCommandOutput } from "./commands/DescribeEvaluationsCommand";
19
- import { DescribeMLModelsCommandInput, DescribeMLModelsCommandOutput } from "./commands/DescribeMLModelsCommand";
20
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
21
- import { GetBatchPredictionCommandInput, GetBatchPredictionCommandOutput } from "./commands/GetBatchPredictionCommand";
22
- import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
23
- import { GetEvaluationCommandInput, GetEvaluationCommandOutput } from "./commands/GetEvaluationCommand";
24
- import { GetMLModelCommandInput, GetMLModelCommandOutput } from "./commands/GetMLModelCommand";
25
- import { PredictCommandInput, PredictCommandOutput } from "./commands/PredictCommand";
26
- import { UpdateBatchPredictionCommandInput, UpdateBatchPredictionCommandOutput } from "./commands/UpdateBatchPredictionCommand";
27
- import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
28
- import { UpdateEvaluationCommandInput, UpdateEvaluationCommandOutput } from "./commands/UpdateEvaluationCommand";
29
- import { UpdateMLModelCommandInput, UpdateMLModelCommandOutput } from "./commands/UpdateMLModelCommand";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
+ import { type AddTagsCommandInput, type AddTagsCommandOutput } from "./commands/AddTagsCommand";
3
+ import { type CreateBatchPredictionCommandInput, type CreateBatchPredictionCommandOutput } from "./commands/CreateBatchPredictionCommand";
4
+ import { type CreateDataSourceFromRDSCommandInput, type CreateDataSourceFromRDSCommandOutput } from "./commands/CreateDataSourceFromRDSCommand";
5
+ import { type CreateDataSourceFromRedshiftCommandInput, type CreateDataSourceFromRedshiftCommandOutput } from "./commands/CreateDataSourceFromRedshiftCommand";
6
+ import { type CreateDataSourceFromS3CommandInput, type CreateDataSourceFromS3CommandOutput } from "./commands/CreateDataSourceFromS3Command";
7
+ import { type CreateEvaluationCommandInput, type CreateEvaluationCommandOutput } from "./commands/CreateEvaluationCommand";
8
+ import { type CreateMLModelCommandInput, type CreateMLModelCommandOutput } from "./commands/CreateMLModelCommand";
9
+ import { type CreateRealtimeEndpointCommandInput, type CreateRealtimeEndpointCommandOutput } from "./commands/CreateRealtimeEndpointCommand";
10
+ import { type DeleteBatchPredictionCommandInput, type DeleteBatchPredictionCommandOutput } from "./commands/DeleteBatchPredictionCommand";
11
+ import { type DeleteDataSourceCommandInput, type DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
12
+ import { type DeleteEvaluationCommandInput, type DeleteEvaluationCommandOutput } from "./commands/DeleteEvaluationCommand";
13
+ import { type DeleteMLModelCommandInput, type DeleteMLModelCommandOutput } from "./commands/DeleteMLModelCommand";
14
+ import { type DeleteRealtimeEndpointCommandInput, type DeleteRealtimeEndpointCommandOutput } from "./commands/DeleteRealtimeEndpointCommand";
15
+ import { type DeleteTagsCommandInput, type DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
16
+ import { type DescribeBatchPredictionsCommandInput, type DescribeBatchPredictionsCommandOutput } from "./commands/DescribeBatchPredictionsCommand";
17
+ import { type DescribeDataSourcesCommandInput, type DescribeDataSourcesCommandOutput } from "./commands/DescribeDataSourcesCommand";
18
+ import { type DescribeEvaluationsCommandInput, type DescribeEvaluationsCommandOutput } from "./commands/DescribeEvaluationsCommand";
19
+ import { type DescribeMLModelsCommandInput, type DescribeMLModelsCommandOutput } from "./commands/DescribeMLModelsCommand";
20
+ import { type DescribeTagsCommandInput, type DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
21
+ import { type GetBatchPredictionCommandInput, type GetBatchPredictionCommandOutput } from "./commands/GetBatchPredictionCommand";
22
+ import { type GetDataSourceCommandInput, type GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
23
+ import { type GetEvaluationCommandInput, type GetEvaluationCommandOutput } from "./commands/GetEvaluationCommand";
24
+ import { type GetMLModelCommandInput, type GetMLModelCommandOutput } from "./commands/GetMLModelCommand";
25
+ import { type PredictCommandInput, type PredictCommandOutput } from "./commands/PredictCommand";
26
+ import { type UpdateBatchPredictionCommandInput, type UpdateBatchPredictionCommandOutput } from "./commands/UpdateBatchPredictionCommand";
27
+ import { type UpdateDataSourceCommandInput, type UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
28
+ import { type UpdateEvaluationCommandInput, type UpdateEvaluationCommandOutput } from "./commands/UpdateEvaluationCommand";
29
+ import { type UpdateMLModelCommandInput, type UpdateMLModelCommandOutput } from "./commands/UpdateMLModelCommand";
30
30
  import { MachineLearningClient } from "./MachineLearningClient";
31
31
  export interface MachineLearning {
32
32
  /**
@@ -1,42 +1,42 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
11
- import { CreateBatchPredictionCommandInput, CreateBatchPredictionCommandOutput } from "./commands/CreateBatchPredictionCommand";
12
- import { CreateDataSourceFromRDSCommandInput, CreateDataSourceFromRDSCommandOutput } from "./commands/CreateDataSourceFromRDSCommand";
13
- import { CreateDataSourceFromRedshiftCommandInput, CreateDataSourceFromRedshiftCommandOutput } from "./commands/CreateDataSourceFromRedshiftCommand";
14
- import { CreateDataSourceFromS3CommandInput, CreateDataSourceFromS3CommandOutput } from "./commands/CreateDataSourceFromS3Command";
15
- import { CreateEvaluationCommandInput, CreateEvaluationCommandOutput } from "./commands/CreateEvaluationCommand";
16
- import { CreateMLModelCommandInput, CreateMLModelCommandOutput } from "./commands/CreateMLModelCommand";
17
- import { CreateRealtimeEndpointCommandInput, CreateRealtimeEndpointCommandOutput } from "./commands/CreateRealtimeEndpointCommand";
18
- import { DeleteBatchPredictionCommandInput, DeleteBatchPredictionCommandOutput } from "./commands/DeleteBatchPredictionCommand";
19
- import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
20
- import { DeleteEvaluationCommandInput, DeleteEvaluationCommandOutput } from "./commands/DeleteEvaluationCommand";
21
- import { DeleteMLModelCommandInput, DeleteMLModelCommandOutput } from "./commands/DeleteMLModelCommand";
22
- import { DeleteRealtimeEndpointCommandInput, DeleteRealtimeEndpointCommandOutput } from "./commands/DeleteRealtimeEndpointCommand";
23
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
24
- import { DescribeBatchPredictionsCommandInput, DescribeBatchPredictionsCommandOutput } from "./commands/DescribeBatchPredictionsCommand";
25
- import { DescribeDataSourcesCommandInput, DescribeDataSourcesCommandOutput } from "./commands/DescribeDataSourcesCommand";
26
- import { DescribeEvaluationsCommandInput, DescribeEvaluationsCommandOutput } from "./commands/DescribeEvaluationsCommand";
27
- import { DescribeMLModelsCommandInput, DescribeMLModelsCommandOutput } from "./commands/DescribeMLModelsCommand";
28
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
29
- import { GetBatchPredictionCommandInput, GetBatchPredictionCommandOutput } from "./commands/GetBatchPredictionCommand";
30
- import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
31
- import { GetEvaluationCommandInput, GetEvaluationCommandOutput } from "./commands/GetEvaluationCommand";
32
- import { GetMLModelCommandInput, GetMLModelCommandOutput } from "./commands/GetMLModelCommand";
33
- import { PredictCommandInput, PredictCommandOutput } from "./commands/PredictCommand";
34
- import { UpdateBatchPredictionCommandInput, UpdateBatchPredictionCommandOutput } from "./commands/UpdateBatchPredictionCommand";
35
- import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
36
- import { UpdateEvaluationCommandInput, UpdateEvaluationCommandOutput } from "./commands/UpdateEvaluationCommand";
37
- import { UpdateMLModelCommandInput, UpdateMLModelCommandOutput } from "./commands/UpdateMLModelCommand";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
+ import type { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
11
+ import type { CreateBatchPredictionCommandInput, CreateBatchPredictionCommandOutput } from "./commands/CreateBatchPredictionCommand";
12
+ import type { CreateDataSourceFromRDSCommandInput, CreateDataSourceFromRDSCommandOutput } from "./commands/CreateDataSourceFromRDSCommand";
13
+ import type { CreateDataSourceFromRedshiftCommandInput, CreateDataSourceFromRedshiftCommandOutput } from "./commands/CreateDataSourceFromRedshiftCommand";
14
+ import type { CreateDataSourceFromS3CommandInput, CreateDataSourceFromS3CommandOutput } from "./commands/CreateDataSourceFromS3Command";
15
+ import type { CreateEvaluationCommandInput, CreateEvaluationCommandOutput } from "./commands/CreateEvaluationCommand";
16
+ import type { CreateMLModelCommandInput, CreateMLModelCommandOutput } from "./commands/CreateMLModelCommand";
17
+ import type { CreateRealtimeEndpointCommandInput, CreateRealtimeEndpointCommandOutput } from "./commands/CreateRealtimeEndpointCommand";
18
+ import type { DeleteBatchPredictionCommandInput, DeleteBatchPredictionCommandOutput } from "./commands/DeleteBatchPredictionCommand";
19
+ import type { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
20
+ import type { DeleteEvaluationCommandInput, DeleteEvaluationCommandOutput } from "./commands/DeleteEvaluationCommand";
21
+ import type { DeleteMLModelCommandInput, DeleteMLModelCommandOutput } from "./commands/DeleteMLModelCommand";
22
+ import type { DeleteRealtimeEndpointCommandInput, DeleteRealtimeEndpointCommandOutput } from "./commands/DeleteRealtimeEndpointCommand";
23
+ import type { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
24
+ import type { DescribeBatchPredictionsCommandInput, DescribeBatchPredictionsCommandOutput } from "./commands/DescribeBatchPredictionsCommand";
25
+ import type { DescribeDataSourcesCommandInput, DescribeDataSourcesCommandOutput } from "./commands/DescribeDataSourcesCommand";
26
+ import type { DescribeEvaluationsCommandInput, DescribeEvaluationsCommandOutput } from "./commands/DescribeEvaluationsCommand";
27
+ import type { DescribeMLModelsCommandInput, DescribeMLModelsCommandOutput } from "./commands/DescribeMLModelsCommand";
28
+ import type { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
29
+ import type { GetBatchPredictionCommandInput, GetBatchPredictionCommandOutput } from "./commands/GetBatchPredictionCommand";
30
+ import type { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
31
+ import type { GetEvaluationCommandInput, GetEvaluationCommandOutput } from "./commands/GetEvaluationCommand";
32
+ import type { GetMLModelCommandInput, GetMLModelCommandOutput } from "./commands/GetMLModelCommand";
33
+ import type { PredictCommandInput, PredictCommandOutput } from "./commands/PredictCommand";
34
+ import type { UpdateBatchPredictionCommandInput, UpdateBatchPredictionCommandOutput } from "./commands/UpdateBatchPredictionCommand";
35
+ import type { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
36
+ import type { UpdateEvaluationCommandInput, UpdateEvaluationCommandOutput } from "./commands/UpdateEvaluationCommand";
37
+ import type { UpdateMLModelCommandInput, UpdateMLModelCommandOutput } from "./commands/UpdateMLModelCommand";
38
38
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
39
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
39
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
40
40
  export { __Client };
41
41
  /**
42
42
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { MachineLearningHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { MachineLearningHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { MachineLearningClientResolvedConfig } from "../MachineLearningClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type MachineLearningClientResolvedConfig } from "../MachineLearningClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { AddTagsInput, AddTagsOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
+ import type { AddTagsInput, AddTagsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { CreateBatchPredictionInput, CreateBatchPredictionOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
+ import type { CreateBatchPredictionInput, CreateBatchPredictionOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { CreateDataSourceFromRDSInput, CreateDataSourceFromRDSOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
+ import type { CreateDataSourceFromRDSInput, CreateDataSourceFromRDSOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { CreateDataSourceFromRedshiftInput, CreateDataSourceFromRedshiftOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
+ import type { CreateDataSourceFromRedshiftInput, CreateDataSourceFromRedshiftOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { CreateDataSourceFromS3Input, CreateDataSourceFromS3Output } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
+ import type { CreateDataSourceFromS3Input, CreateDataSourceFromS3Output } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { CreateEvaluationInput, CreateEvaluationOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
+ import type { CreateEvaluationInput, CreateEvaluationOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { CreateMLModelInput, CreateMLModelOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
+ import type { CreateMLModelInput, CreateMLModelOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { CreateRealtimeEndpointInput, CreateRealtimeEndpointOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
+ import type { CreateRealtimeEndpointInput, CreateRealtimeEndpointOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */