@aws-sdk/client-machine-learning 3.296.0 → 3.298.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 (97) hide show
  1. package/dist-cjs/commands/AddTagsCommand.js +2 -3
  2. package/dist-cjs/commands/CreateBatchPredictionCommand.js +2 -3
  3. package/dist-cjs/commands/CreateDataSourceFromRDSCommand.js +2 -3
  4. package/dist-cjs/commands/CreateDataSourceFromRedshiftCommand.js +2 -3
  5. package/dist-cjs/commands/CreateDataSourceFromS3Command.js +2 -3
  6. package/dist-cjs/commands/CreateEvaluationCommand.js +2 -3
  7. package/dist-cjs/commands/CreateMLModelCommand.js +2 -3
  8. package/dist-cjs/commands/CreateRealtimeEndpointCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteBatchPredictionCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteEvaluationCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteMLModelCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteRealtimeEndpointCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteTagsCommand.js +2 -3
  15. package/dist-cjs/commands/DescribeBatchPredictionsCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeDataSourcesCommand.js +2 -3
  17. package/dist-cjs/commands/DescribeEvaluationsCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeMLModelsCommand.js +2 -3
  19. package/dist-cjs/commands/DescribeTagsCommand.js +2 -3
  20. package/dist-cjs/commands/GetBatchPredictionCommand.js +2 -3
  21. package/dist-cjs/commands/GetDataSourceCommand.js +2 -3
  22. package/dist-cjs/commands/GetEvaluationCommand.js +2 -3
  23. package/dist-cjs/commands/GetMLModelCommand.js +2 -3
  24. package/dist-cjs/commands/PredictCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateBatchPredictionCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateEvaluationCommand.js +2 -3
  28. package/dist-cjs/commands/UpdateMLModelCommand.js +2 -3
  29. package/dist-cjs/models/models_0.js +1 -294
  30. package/dist-es/commands/AddTagsCommand.js +2 -3
  31. package/dist-es/commands/CreateBatchPredictionCommand.js +2 -3
  32. package/dist-es/commands/CreateDataSourceFromRDSCommand.js +2 -3
  33. package/dist-es/commands/CreateDataSourceFromRedshiftCommand.js +2 -3
  34. package/dist-es/commands/CreateDataSourceFromS3Command.js +2 -3
  35. package/dist-es/commands/CreateEvaluationCommand.js +2 -3
  36. package/dist-es/commands/CreateMLModelCommand.js +2 -3
  37. package/dist-es/commands/CreateRealtimeEndpointCommand.js +2 -3
  38. package/dist-es/commands/DeleteBatchPredictionCommand.js +2 -3
  39. package/dist-es/commands/DeleteDataSourceCommand.js +2 -3
  40. package/dist-es/commands/DeleteEvaluationCommand.js +2 -3
  41. package/dist-es/commands/DeleteMLModelCommand.js +2 -3
  42. package/dist-es/commands/DeleteRealtimeEndpointCommand.js +2 -3
  43. package/dist-es/commands/DeleteTagsCommand.js +2 -3
  44. package/dist-es/commands/DescribeBatchPredictionsCommand.js +2 -3
  45. package/dist-es/commands/DescribeDataSourcesCommand.js +2 -3
  46. package/dist-es/commands/DescribeEvaluationsCommand.js +2 -3
  47. package/dist-es/commands/DescribeMLModelsCommand.js +2 -3
  48. package/dist-es/commands/DescribeTagsCommand.js +2 -3
  49. package/dist-es/commands/GetBatchPredictionCommand.js +2 -3
  50. package/dist-es/commands/GetDataSourceCommand.js +2 -3
  51. package/dist-es/commands/GetEvaluationCommand.js +2 -3
  52. package/dist-es/commands/GetMLModelCommand.js +2 -3
  53. package/dist-es/commands/PredictCommand.js +2 -3
  54. package/dist-es/commands/UpdateBatchPredictionCommand.js +2 -3
  55. package/dist-es/commands/UpdateDataSourceCommand.js +2 -3
  56. package/dist-es/commands/UpdateEvaluationCommand.js +2 -3
  57. package/dist-es/commands/UpdateMLModelCommand.js +2 -3
  58. package/dist-es/models/models_0.js +0 -219
  59. package/dist-types/MachineLearning.d.ts +29 -0
  60. package/dist-types/MachineLearningClient.d.ts +24 -4
  61. package/dist-types/commands/AddTagsCommand.d.ts +16 -0
  62. package/dist-types/commands/CreateBatchPredictionCommand.d.ts +16 -0
  63. package/dist-types/commands/CreateDataSourceFromRDSCommand.d.ts +16 -0
  64. package/dist-types/commands/CreateDataSourceFromRedshiftCommand.d.ts +16 -0
  65. package/dist-types/commands/CreateDataSourceFromS3Command.d.ts +16 -0
  66. package/dist-types/commands/CreateEvaluationCommand.d.ts +16 -0
  67. package/dist-types/commands/CreateMLModelCommand.d.ts +16 -0
  68. package/dist-types/commands/CreateRealtimeEndpointCommand.d.ts +16 -0
  69. package/dist-types/commands/DeleteBatchPredictionCommand.d.ts +16 -0
  70. package/dist-types/commands/DeleteDataSourceCommand.d.ts +16 -0
  71. package/dist-types/commands/DeleteEvaluationCommand.d.ts +16 -0
  72. package/dist-types/commands/DeleteMLModelCommand.d.ts +16 -0
  73. package/dist-types/commands/DeleteRealtimeEndpointCommand.d.ts +16 -0
  74. package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
  75. package/dist-types/commands/DescribeBatchPredictionsCommand.d.ts +16 -0
  76. package/dist-types/commands/DescribeDataSourcesCommand.d.ts +16 -0
  77. package/dist-types/commands/DescribeEvaluationsCommand.d.ts +16 -0
  78. package/dist-types/commands/DescribeMLModelsCommand.d.ts +16 -0
  79. package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
  80. package/dist-types/commands/GetBatchPredictionCommand.d.ts +16 -0
  81. package/dist-types/commands/GetDataSourceCommand.d.ts +16 -0
  82. package/dist-types/commands/GetEvaluationCommand.d.ts +16 -0
  83. package/dist-types/commands/GetMLModelCommand.d.ts +16 -0
  84. package/dist-types/commands/PredictCommand.d.ts +16 -0
  85. package/dist-types/commands/UpdateBatchPredictionCommand.d.ts +16 -0
  86. package/dist-types/commands/UpdateDataSourceCommand.d.ts +16 -0
  87. package/dist-types/commands/UpdateEvaluationCommand.d.ts +16 -0
  88. package/dist-types/commands/UpdateMLModelCommand.d.ts +16 -0
  89. package/dist-types/models/MachineLearningServiceException.d.ts +2 -0
  90. package/dist-types/models/models_0.d.ts +206 -322
  91. package/dist-types/pagination/DescribeBatchPredictionsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/DescribeDataSourcesPaginator.d.ts +3 -0
  93. package/dist-types/pagination/DescribeEvaluationsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/DescribeMLModelsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/Interfaces.d.ts +3 -0
  96. package/dist-types/ts3.4/models/models_0.d.ts +0 -197
  97. package/package.json +4 -3
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { DescribeBatchPredictionsCommandInput, DescribeBatchPredictionsCommandOutput } from "../commands/DescribeBatchPredictionsCommand";
3
3
  import { MachineLearningPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateDescribeBatchPredictions(config: MachineLearningPaginationConfiguration, input: DescribeBatchPredictionsCommandInput, ...additionalArguments: any): Paginator<DescribeBatchPredictionsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { DescribeDataSourcesCommandInput, DescribeDataSourcesCommandOutput } from "../commands/DescribeDataSourcesCommand";
3
3
  import { MachineLearningPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateDescribeDataSources(config: MachineLearningPaginationConfiguration, input: DescribeDataSourcesCommandInput, ...additionalArguments: any): Paginator<DescribeDataSourcesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { DescribeEvaluationsCommandInput, DescribeEvaluationsCommandOutput } from "../commands/DescribeEvaluationsCommand";
3
3
  import { MachineLearningPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateDescribeEvaluations(config: MachineLearningPaginationConfiguration, input: DescribeEvaluationsCommandInput, ...additionalArguments: any): Paginator<DescribeEvaluationsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { DescribeMLModelsCommandInput, DescribeMLModelsCommandOutput } from "../commands/DescribeMLModelsCommand";
3
3
  import { MachineLearningPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateDescribeMLModels(config: MachineLearningPaginationConfiguration, input: DescribeMLModelsCommandInput, ...additionalArguments: any): Paginator<DescribeMLModelsCommandOutput>;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { MachineLearningClient } from "../MachineLearningClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface MachineLearningPaginationConfiguration extends PaginationConfiguration {
4
7
  client: MachineLearningClient;
5
8
  }
@@ -615,200 +615,3 @@ export interface UpdateMLModelInput {
615
615
  export interface UpdateMLModelOutput {
616
616
  MLModelId?: string;
617
617
  }
618
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
619
- export declare const AddTagsInputFilterSensitiveLog: (obj: AddTagsInput) => any;
620
- export declare const AddTagsOutputFilterSensitiveLog: (
621
- obj: AddTagsOutput
622
- ) => any;
623
- export declare const CreateBatchPredictionInputFilterSensitiveLog: (
624
- obj: CreateBatchPredictionInput
625
- ) => any;
626
- export declare const CreateBatchPredictionOutputFilterSensitiveLog: (
627
- obj: CreateBatchPredictionOutput
628
- ) => any;
629
- export declare const RDSDatabaseCredentialsFilterSensitiveLog: (
630
- obj: RDSDatabaseCredentials
631
- ) => any;
632
- export declare const RDSDatabaseFilterSensitiveLog: (obj: RDSDatabase) => any;
633
- export declare const RDSDataSpecFilterSensitiveLog: (obj: RDSDataSpec) => any;
634
- export declare const CreateDataSourceFromRDSInputFilterSensitiveLog: (
635
- obj: CreateDataSourceFromRDSInput
636
- ) => any;
637
- export declare const CreateDataSourceFromRDSOutputFilterSensitiveLog: (
638
- obj: CreateDataSourceFromRDSOutput
639
- ) => any;
640
- export declare const RedshiftDatabaseCredentialsFilterSensitiveLog: (
641
- obj: RedshiftDatabaseCredentials
642
- ) => any;
643
- export declare const RedshiftDatabaseFilterSensitiveLog: (
644
- obj: RedshiftDatabase
645
- ) => any;
646
- export declare const RedshiftDataSpecFilterSensitiveLog: (
647
- obj: RedshiftDataSpec
648
- ) => any;
649
- export declare const CreateDataSourceFromRedshiftInputFilterSensitiveLog: (
650
- obj: CreateDataSourceFromRedshiftInput
651
- ) => any;
652
- export declare const CreateDataSourceFromRedshiftOutputFilterSensitiveLog: (
653
- obj: CreateDataSourceFromRedshiftOutput
654
- ) => any;
655
- export declare const S3DataSpecFilterSensitiveLog: (obj: S3DataSpec) => any;
656
- export declare const CreateDataSourceFromS3InputFilterSensitiveLog: (
657
- obj: CreateDataSourceFromS3Input
658
- ) => any;
659
- export declare const CreateDataSourceFromS3OutputFilterSensitiveLog: (
660
- obj: CreateDataSourceFromS3Output
661
- ) => any;
662
- export declare const CreateEvaluationInputFilterSensitiveLog: (
663
- obj: CreateEvaluationInput
664
- ) => any;
665
- export declare const CreateEvaluationOutputFilterSensitiveLog: (
666
- obj: CreateEvaluationOutput
667
- ) => any;
668
- export declare const CreateMLModelInputFilterSensitiveLog: (
669
- obj: CreateMLModelInput
670
- ) => any;
671
- export declare const CreateMLModelOutputFilterSensitiveLog: (
672
- obj: CreateMLModelOutput
673
- ) => any;
674
- export declare const CreateRealtimeEndpointInputFilterSensitiveLog: (
675
- obj: CreateRealtimeEndpointInput
676
- ) => any;
677
- export declare const RealtimeEndpointInfoFilterSensitiveLog: (
678
- obj: RealtimeEndpointInfo
679
- ) => any;
680
- export declare const CreateRealtimeEndpointOutputFilterSensitiveLog: (
681
- obj: CreateRealtimeEndpointOutput
682
- ) => any;
683
- export declare const DeleteBatchPredictionInputFilterSensitiveLog: (
684
- obj: DeleteBatchPredictionInput
685
- ) => any;
686
- export declare const DeleteBatchPredictionOutputFilterSensitiveLog: (
687
- obj: DeleteBatchPredictionOutput
688
- ) => any;
689
- export declare const DeleteDataSourceInputFilterSensitiveLog: (
690
- obj: DeleteDataSourceInput
691
- ) => any;
692
- export declare const DeleteDataSourceOutputFilterSensitiveLog: (
693
- obj: DeleteDataSourceOutput
694
- ) => any;
695
- export declare const DeleteEvaluationInputFilterSensitiveLog: (
696
- obj: DeleteEvaluationInput
697
- ) => any;
698
- export declare const DeleteEvaluationOutputFilterSensitiveLog: (
699
- obj: DeleteEvaluationOutput
700
- ) => any;
701
- export declare const DeleteMLModelInputFilterSensitiveLog: (
702
- obj: DeleteMLModelInput
703
- ) => any;
704
- export declare const DeleteMLModelOutputFilterSensitiveLog: (
705
- obj: DeleteMLModelOutput
706
- ) => any;
707
- export declare const DeleteRealtimeEndpointInputFilterSensitiveLog: (
708
- obj: DeleteRealtimeEndpointInput
709
- ) => any;
710
- export declare const DeleteRealtimeEndpointOutputFilterSensitiveLog: (
711
- obj: DeleteRealtimeEndpointOutput
712
- ) => any;
713
- export declare const DeleteTagsInputFilterSensitiveLog: (
714
- obj: DeleteTagsInput
715
- ) => any;
716
- export declare const DeleteTagsOutputFilterSensitiveLog: (
717
- obj: DeleteTagsOutput
718
- ) => any;
719
- export declare const DescribeBatchPredictionsInputFilterSensitiveLog: (
720
- obj: DescribeBatchPredictionsInput
721
- ) => any;
722
- export declare const BatchPredictionFilterSensitiveLog: (
723
- obj: BatchPrediction
724
- ) => any;
725
- export declare const DescribeBatchPredictionsOutputFilterSensitiveLog: (
726
- obj: DescribeBatchPredictionsOutput
727
- ) => any;
728
- export declare const DescribeDataSourcesInputFilterSensitiveLog: (
729
- obj: DescribeDataSourcesInput
730
- ) => any;
731
- export declare const RDSMetadataFilterSensitiveLog: (obj: RDSMetadata) => any;
732
- export declare const RedshiftMetadataFilterSensitiveLog: (
733
- obj: RedshiftMetadata
734
- ) => any;
735
- export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
736
- export declare const DescribeDataSourcesOutputFilterSensitiveLog: (
737
- obj: DescribeDataSourcesOutput
738
- ) => any;
739
- export declare const DescribeEvaluationsInputFilterSensitiveLog: (
740
- obj: DescribeEvaluationsInput
741
- ) => any;
742
- export declare const PerformanceMetricsFilterSensitiveLog: (
743
- obj: PerformanceMetrics
744
- ) => any;
745
- export declare const EvaluationFilterSensitiveLog: (obj: Evaluation) => any;
746
- export declare const DescribeEvaluationsOutputFilterSensitiveLog: (
747
- obj: DescribeEvaluationsOutput
748
- ) => any;
749
- export declare const DescribeMLModelsInputFilterSensitiveLog: (
750
- obj: DescribeMLModelsInput
751
- ) => any;
752
- export declare const MLModelFilterSensitiveLog: (obj: MLModel) => any;
753
- export declare const DescribeMLModelsOutputFilterSensitiveLog: (
754
- obj: DescribeMLModelsOutput
755
- ) => any;
756
- export declare const DescribeTagsInputFilterSensitiveLog: (
757
- obj: DescribeTagsInput
758
- ) => any;
759
- export declare const DescribeTagsOutputFilterSensitiveLog: (
760
- obj: DescribeTagsOutput
761
- ) => any;
762
- export declare const GetBatchPredictionInputFilterSensitiveLog: (
763
- obj: GetBatchPredictionInput
764
- ) => any;
765
- export declare const GetBatchPredictionOutputFilterSensitiveLog: (
766
- obj: GetBatchPredictionOutput
767
- ) => any;
768
- export declare const GetDataSourceInputFilterSensitiveLog: (
769
- obj: GetDataSourceInput
770
- ) => any;
771
- export declare const GetDataSourceOutputFilterSensitiveLog: (
772
- obj: GetDataSourceOutput
773
- ) => any;
774
- export declare const GetEvaluationInputFilterSensitiveLog: (
775
- obj: GetEvaluationInput
776
- ) => any;
777
- export declare const GetEvaluationOutputFilterSensitiveLog: (
778
- obj: GetEvaluationOutput
779
- ) => any;
780
- export declare const GetMLModelInputFilterSensitiveLog: (
781
- obj: GetMLModelInput
782
- ) => any;
783
- export declare const GetMLModelOutputFilterSensitiveLog: (
784
- obj: GetMLModelOutput
785
- ) => any;
786
- export declare const PredictInputFilterSensitiveLog: (obj: PredictInput) => any;
787
- export declare const PredictionFilterSensitiveLog: (obj: Prediction) => any;
788
- export declare const PredictOutputFilterSensitiveLog: (
789
- obj: PredictOutput
790
- ) => any;
791
- export declare const UpdateBatchPredictionInputFilterSensitiveLog: (
792
- obj: UpdateBatchPredictionInput
793
- ) => any;
794
- export declare const UpdateBatchPredictionOutputFilterSensitiveLog: (
795
- obj: UpdateBatchPredictionOutput
796
- ) => any;
797
- export declare const UpdateDataSourceInputFilterSensitiveLog: (
798
- obj: UpdateDataSourceInput
799
- ) => any;
800
- export declare const UpdateDataSourceOutputFilterSensitiveLog: (
801
- obj: UpdateDataSourceOutput
802
- ) => any;
803
- export declare const UpdateEvaluationInputFilterSensitiveLog: (
804
- obj: UpdateEvaluationInput
805
- ) => any;
806
- export declare const UpdateEvaluationOutputFilterSensitiveLog: (
807
- obj: UpdateEvaluationOutput
808
- ) => any;
809
- export declare const UpdateMLModelInputFilterSensitiveLog: (
810
- obj: UpdateMLModelInput
811
- ) => any;
812
- export declare const UpdateMLModelOutputFilterSensitiveLog: (
813
- obj: UpdateMLModelOutput
814
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-machine-learning",
3
3
  "description": "AWS SDK for JavaScript Machine Learning Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.298.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo machine-learning"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",