@aws-sdk/client-machine-learning 3.32.0 → 3.36.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.
- package/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/MachineLearning.js +1 -2
- package/{dist/cjs → dist-cjs}/MachineLearningClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/AddTagsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateBatchPredictionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDataSourceFromRDSCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDataSourceFromRedshiftCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDataSourceFromS3Command.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateEvaluationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateMLModelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateRealtimeEndpointCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteBatchPredictionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDataSourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteEvaluationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteMLModelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteRealtimeEndpointCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteTagsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeBatchPredictionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDataSourcesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeEvaluationsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeMLModelsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeTagsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetBatchPredictionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDataSourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetEvaluationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetMLModelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PredictCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateBatchPredictionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateDataSourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateEvaluationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateMLModelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/DescribeBatchPredictionsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/DescribeDataSourcesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/DescribeEvaluationsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/DescribeMLModelsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/cjs → dist-cjs}/waiters/waitForBatchPredictionAvailable.js +10 -11
- package/{dist/cjs → dist-cjs}/waiters/waitForDataSourceAvailable.js +10 -11
- package/{dist/cjs → dist-cjs}/waiters/waitForEvaluationAvailable.js +10 -11
- package/{dist/cjs → dist-cjs}/waiters/waitForMLModelAvailable.js +10 -11
- package/{dist/es → dist-es}/MachineLearning.js +2 -7
- package/{dist/es → dist-es}/MachineLearningClient.js +2 -12
- package/{dist/es → dist-es}/commands/AddTagsCommand.js +4 -32
- package/dist-es/commands/CreateBatchPredictionCommand.js +39 -0
- package/dist-es/commands/CreateDataSourceFromRDSCommand.js +39 -0
- package/dist-es/commands/CreateDataSourceFromRedshiftCommand.js +39 -0
- package/dist-es/commands/CreateDataSourceFromS3Command.js +39 -0
- package/dist-es/commands/CreateEvaluationCommand.js +39 -0
- package/dist-es/commands/CreateMLModelCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreateRealtimeEndpointCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteBatchPredictionCommand.js +4 -35
- package/{dist/es → dist-es}/commands/DeleteDataSourceCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DeleteEvaluationCommand.js +4 -35
- package/{dist/es → dist-es}/commands/DeleteMLModelCommand.js +4 -35
- package/{dist/es → dist-es}/commands/DeleteRealtimeEndpointCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteTagsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeBatchPredictionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeDataSourcesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeEvaluationsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeMLModelsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeTagsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetBatchPredictionCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetDataSourceCommand.js +4 -33
- package/{dist/es → dist-es}/commands/GetEvaluationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetMLModelCommand.js +4 -32
- package/{dist/es → dist-es}/commands/PredictCommand.js +4 -33
- package/{dist/es → dist-es}/commands/UpdateBatchPredictionCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateDataSourceCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateEvaluationCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateMLModelCommand.js +4 -31
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -244
- package/{dist/es → dist-es}/pagination/DescribeBatchPredictionsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/DescribeDataSourcesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/DescribeEvaluationsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/DescribeMLModelsPaginator.js +17 -30
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +546 -552
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/waiters/waitForBatchPredictionAvailable.js +10 -20
- package/{dist/es → dist-es}/waiters/waitForDataSourceAvailable.js +10 -20
- package/{dist/es → dist-es}/waiters/waitForEvaluationAvailable.js +10 -20
- package/{dist/es → dist-es}/waiters/waitForMLModelAvailable.js +10 -20
- package/{dist/types → dist-types}/MachineLearning.d.ts +2 -2
- package/{dist/types → dist-types}/MachineLearningClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AddTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateBatchPredictionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDataSourceFromRDSCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDataSourceFromRedshiftCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDataSourceFromS3Command.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateEvaluationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateMLModelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateRealtimeEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteBatchPredictionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDataSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteEvaluationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteMLModelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteRealtimeEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeBatchPredictionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDataSourcesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEvaluationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeMLModelsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetBatchPredictionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDataSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetEvaluationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetMLModelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PredictCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateBatchPredictionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateDataSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateEvaluationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateMLModelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeBatchPredictionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeDataSourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeEvaluationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeMLModelsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/MachineLearning.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/MachineLearningClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/AddTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateBatchPredictionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDataSourceFromRDSCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDataSourceFromRedshiftCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDataSourceFromS3Command.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateEvaluationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateMLModelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateRealtimeEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteBatchPredictionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDataSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteEvaluationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteMLModelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteRealtimeEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeBatchPredictionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDataSourcesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEvaluationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeMLModelsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetBatchPredictionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetDataSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetEvaluationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetMLModelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PredictCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateBatchPredictionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateEvaluationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateMLModelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeBatchPredictionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeDataSourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEvaluationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeMLModelsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/waiters/waitForBatchPredictionAvailable.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/waiters/waitForDataSourceAvailable.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/waiters/waitForEvaluationAvailable.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/waiters/waitForMLModelAvailable.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForBatchPredictionAvailable.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForDataSourceAvailable.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForEvaluationAvailable.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForMLModelAvailable.d.ts +2 -2
- package/package.json +54 -51
- package/MachineLearning.ts +0 -1149
- package/MachineLearningClient.ts +0 -353
- package/commands/AddTagsCommand.ts +0 -93
- package/commands/CreateBatchPredictionCommand.ts +0 -105
- package/commands/CreateDataSourceFromRDSCommand.ts +0 -105
- package/commands/CreateDataSourceFromRedshiftCommand.ts +0 -131
- package/commands/CreateDataSourceFromS3Command.ts +0 -124
- package/commands/CreateEvaluationCommand.ts +0 -105
- package/commands/CreateMLModelCommand.ts +0 -113
- package/commands/CreateRealtimeEndpointCommand.ts +0 -94
- package/commands/DeleteBatchPredictionCommand.ts +0 -99
- package/commands/DeleteDataSourceCommand.ts +0 -97
- package/commands/DeleteEvaluationCommand.ts +0 -99
- package/commands/DeleteMLModelCommand.ts +0 -99
- package/commands/DeleteRealtimeEndpointCommand.ts +0 -94
- package/commands/DeleteTagsCommand.ts +0 -95
- package/commands/DescribeBatchPredictionsCommand.ts +0 -94
- package/commands/DescribeDataSourcesCommand.ts +0 -94
- package/commands/DescribeEvaluationsCommand.ts +0 -94
- package/commands/DescribeMLModelsCommand.ts +0 -94
- package/commands/DescribeTagsCommand.ts +0 -94
- package/commands/GetBatchPredictionCommand.ts +0 -95
- package/commands/GetDataSourceCommand.ts +0 -97
- package/commands/GetEvaluationCommand.ts +0 -94
- package/commands/GetMLModelCommand.ts +0 -96
- package/commands/PredictCommand.ts +0 -96
- package/commands/UpdateBatchPredictionCommand.ts +0 -95
- package/commands/UpdateDataSourceCommand.ts +0 -95
- package/commands/UpdateEvaluationCommand.ts +0 -95
- package/commands/UpdateMLModelCommand.ts +0 -95
- package/dist/cjs/MachineLearning.js.map +0 -1
- package/dist/cjs/MachineLearningClient.js.map +0 -1
- package/dist/cjs/commands/AddTagsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateBatchPredictionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDataSourceFromRDSCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDataSourceFromRedshiftCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDataSourceFromS3Command.js.map +0 -1
- package/dist/cjs/commands/CreateEvaluationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMLModelCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRealtimeEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBatchPredictionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDataSourceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEvaluationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMLModelCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRealtimeEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeBatchPredictionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDataSourcesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEvaluationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMLModelsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/cjs/commands/GetBatchPredictionCommand.js.map +0 -1
- package/dist/cjs/commands/GetDataSourceCommand.js.map +0 -1
- package/dist/cjs/commands/GetEvaluationCommand.js.map +0 -1
- package/dist/cjs/commands/GetMLModelCommand.js.map +0 -1
- package/dist/cjs/commands/PredictCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBatchPredictionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDataSourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEvaluationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMLModelCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/DescribeBatchPredictionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeDataSourcesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEvaluationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeMLModelsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForBatchPredictionAvailable.js.map +0 -1
- package/dist/cjs/waiters/waitForDataSourceAvailable.js.map +0 -1
- package/dist/cjs/waiters/waitForEvaluationAvailable.js.map +0 -1
- package/dist/cjs/waiters/waitForMLModelAvailable.js.map +0 -1
- package/dist/es/MachineLearning.js.map +0 -1
- package/dist/es/MachineLearningClient.js.map +0 -1
- package/dist/es/commands/AddTagsCommand.js.map +0 -1
- package/dist/es/commands/CreateBatchPredictionCommand.js +0 -76
- package/dist/es/commands/CreateBatchPredictionCommand.js.map +0 -1
- package/dist/es/commands/CreateDataSourceFromRDSCommand.js +0 -76
- package/dist/es/commands/CreateDataSourceFromRDSCommand.js.map +0 -1
- package/dist/es/commands/CreateDataSourceFromRedshiftCommand.js +0 -97
- package/dist/es/commands/CreateDataSourceFromRedshiftCommand.js.map +0 -1
- package/dist/es/commands/CreateDataSourceFromS3Command.js +0 -95
- package/dist/es/commands/CreateDataSourceFromS3Command.js.map +0 -1
- package/dist/es/commands/CreateEvaluationCommand.js +0 -76
- package/dist/es/commands/CreateEvaluationCommand.js.map +0 -1
- package/dist/es/commands/CreateMLModelCommand.js +0 -84
- package/dist/es/commands/CreateMLModelCommand.js.map +0 -1
- package/dist/es/commands/CreateRealtimeEndpointCommand.js.map +0 -1
- package/dist/es/commands/DeleteBatchPredictionCommand.js.map +0 -1
- package/dist/es/commands/DeleteDataSourceCommand.js.map +0 -1
- package/dist/es/commands/DeleteEvaluationCommand.js.map +0 -1
- package/dist/es/commands/DeleteMLModelCommand.js.map +0 -1
- package/dist/es/commands/DeleteRealtimeEndpointCommand.js.map +0 -1
- package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeBatchPredictionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDataSourcesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEvaluationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeMLModelsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/es/commands/GetBatchPredictionCommand.js.map +0 -1
- package/dist/es/commands/GetDataSourceCommand.js.map +0 -1
- package/dist/es/commands/GetEvaluationCommand.js.map +0 -1
- package/dist/es/commands/GetMLModelCommand.js.map +0 -1
- package/dist/es/commands/PredictCommand.js.map +0 -1
- package/dist/es/commands/UpdateBatchPredictionCommand.js.map +0 -1
- package/dist/es/commands/UpdateDataSourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateEvaluationCommand.js.map +0 -1
- package/dist/es/commands/UpdateMLModelCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -41
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/DescribeBatchPredictionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeDataSourcesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEvaluationsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeMLModelsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForBatchPredictionAvailable.js.map +0 -1
- package/dist/es/waiters/waitForDataSourceAvailable.js.map +0 -1
- package/dist/es/waiters/waitForEvaluationAvailable.js.map +0 -1
- package/dist/es/waiters/waitForMLModelAvailable.js.map +0 -1
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -4066
- package/pagination/DescribeBatchPredictionsPaginator.ts +0 -58
- package/pagination/DescribeDataSourcesPaginator.ts +0 -58
- package/pagination/DescribeEvaluationsPaginator.ts +0 -58
- package/pagination/DescribeMLModelsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_json1_1.ts +0 -3957
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForBatchPredictionAvailable.ts +0 -74
- package/waiters/waitForDataSourceAvailable.ts +0 -71
- package/waiters/waitForEvaluationAvailable.ts +0 -71
- package/waiters/waitForMLModelAvailable.ts +0 -71
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import packageInfo from "
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
4
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
5
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
@@ -9,12 +9,8 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
|
9
9
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
10
10
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
11
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
12
|
export var getRuntimeConfig = function (config) {
|
|
16
13
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
14
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
18
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 });
|
|
19
16
|
};
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import packageInfo from "
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
4
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
@@ -13,13 +13,9 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
|
13
13
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
16
|
export var getRuntimeConfig = function (config) {
|
|
20
17
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
21
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
22
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
23
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 });
|
|
24
21
|
};
|
|
25
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
3
3
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
export var getRuntimeConfig = function (config) {
|
|
8
5
|
var _a;
|
|
9
6
|
var browserDefaults = getBrowserRuntimeConfig(config);
|
|
10
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 });
|
|
11
8
|
};
|
|
12
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { defaultRegionInfoProvider } from "./endpoints";
|
|
2
1
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
2
|
+
import { defaultRegionInfoProvider } from "./endpoints";
|
|
6
3
|
export var getRuntimeConfig = function (config) {
|
|
7
4
|
var _a, _b, _c, _d, _e;
|
|
8
5
|
return ({
|
|
@@ -14,4 +11,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
14
11
|
urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
|
|
15
12
|
});
|
|
16
13
|
};
|
|
17
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator, __read, __spreadArray, __values } from "tslib";
|
|
2
|
+
import { checkExceptions, createWaiter, WaiterState } from "@aws-sdk/util-waiter";
|
|
2
3
|
import { DescribeBatchPredictionsCommand, } from "../commands/DescribeBatchPredictionsCommand";
|
|
3
|
-
import { WaiterState, checkExceptions, createWaiter } from "@aws-sdk/util-waiter";
|
|
4
4
|
var checkState = function (client, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
5
5
|
var reason, result_1, returnComparator, allStringEq_5, _a, _b, element_4, returnComparator, _c, _d, anyStringEq_4, exception_1;
|
|
6
6
|
var e_1, _e, e_2, _f;
|
|
@@ -8,7 +8,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
8
8
|
switch (_g.label) {
|
|
9
9
|
case 0:
|
|
10
10
|
_g.trys.push([0, 2, , 3]);
|
|
11
|
-
return [4
|
|
11
|
+
return [4, client.send(new DescribeBatchPredictionsCommand(input))];
|
|
12
12
|
case 1:
|
|
13
13
|
result_1 = _g.sent();
|
|
14
14
|
reason = result_1;
|
|
@@ -35,7 +35,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
35
35
|
finally { if (e_1) throw e_1.error; }
|
|
36
36
|
}
|
|
37
37
|
if (allStringEq_5) {
|
|
38
|
-
return [2
|
|
38
|
+
return [2, { state: WaiterState.SUCCESS, reason: reason }];
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
catch (e) { }
|
|
@@ -51,7 +51,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
51
51
|
for (_c = __values(returnComparator()), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
52
52
|
anyStringEq_4 = _d.value;
|
|
53
53
|
if (anyStringEq_4 == "FAILED") {
|
|
54
|
-
return [2
|
|
54
|
+
return [2, { state: WaiterState.FAILURE, reason: reason }];
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -64,42 +64,32 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
catch (e) { }
|
|
67
|
-
return [3
|
|
67
|
+
return [3, 3];
|
|
68
68
|
case 2:
|
|
69
69
|
exception_1 = _g.sent();
|
|
70
70
|
reason = exception_1;
|
|
71
|
-
return [3
|
|
72
|
-
case 3: return [2
|
|
71
|
+
return [3, 3];
|
|
72
|
+
case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
73
73
|
}
|
|
74
74
|
});
|
|
75
75
|
}); };
|
|
76
|
-
/**
|
|
77
|
-
*
|
|
78
|
-
* @deprecated Use waitUntilBatchPredictionAvailable instead. waitForBatchPredictionAvailable does not throw error in non-success cases.
|
|
79
|
-
*/
|
|
80
76
|
export var waitForBatchPredictionAvailable = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
81
77
|
var serviceDefaults;
|
|
82
78
|
return __generator(this, function (_a) {
|
|
83
79
|
serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
84
|
-
return [2
|
|
80
|
+
return [2, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
85
81
|
});
|
|
86
82
|
}); };
|
|
87
|
-
/**
|
|
88
|
-
*
|
|
89
|
-
* @param params - Waiter configuration options.
|
|
90
|
-
* @param input - The input to DescribeBatchPredictionsCommand for polling.
|
|
91
|
-
*/
|
|
92
83
|
export var waitUntilBatchPredictionAvailable = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
93
84
|
var serviceDefaults, result;
|
|
94
85
|
return __generator(this, function (_a) {
|
|
95
86
|
switch (_a.label) {
|
|
96
87
|
case 0:
|
|
97
88
|
serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
98
|
-
return [4
|
|
89
|
+
return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
99
90
|
case 1:
|
|
100
91
|
result = _a.sent();
|
|
101
|
-
return [2
|
|
92
|
+
return [2, checkExceptions(result)];
|
|
102
93
|
}
|
|
103
94
|
});
|
|
104
95
|
}); };
|
|
105
|
-
//# sourceMappingURL=waitForBatchPredictionAvailable.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator, __read, __spreadArray, __values } from "tslib";
|
|
2
|
+
import { checkExceptions, createWaiter, WaiterState } from "@aws-sdk/util-waiter";
|
|
2
3
|
import { DescribeDataSourcesCommand } from "../commands/DescribeDataSourcesCommand";
|
|
3
|
-
import { WaiterState, checkExceptions, createWaiter } from "@aws-sdk/util-waiter";
|
|
4
4
|
var checkState = function (client, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
5
5
|
var reason, result_1, returnComparator, allStringEq_5, _a, _b, element_4, returnComparator, _c, _d, anyStringEq_4, exception_1;
|
|
6
6
|
var e_1, _e, e_2, _f;
|
|
@@ -8,7 +8,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
8
8
|
switch (_g.label) {
|
|
9
9
|
case 0:
|
|
10
10
|
_g.trys.push([0, 2, , 3]);
|
|
11
|
-
return [4
|
|
11
|
+
return [4, client.send(new DescribeDataSourcesCommand(input))];
|
|
12
12
|
case 1:
|
|
13
13
|
result_1 = _g.sent();
|
|
14
14
|
reason = result_1;
|
|
@@ -35,7 +35,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
35
35
|
finally { if (e_1) throw e_1.error; }
|
|
36
36
|
}
|
|
37
37
|
if (allStringEq_5) {
|
|
38
|
-
return [2
|
|
38
|
+
return [2, { state: WaiterState.SUCCESS, reason: reason }];
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
catch (e) { }
|
|
@@ -51,7 +51,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
51
51
|
for (_c = __values(returnComparator()), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
52
52
|
anyStringEq_4 = _d.value;
|
|
53
53
|
if (anyStringEq_4 == "FAILED") {
|
|
54
|
-
return [2
|
|
54
|
+
return [2, { state: WaiterState.FAILURE, reason: reason }];
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -64,42 +64,32 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
catch (e) { }
|
|
67
|
-
return [3
|
|
67
|
+
return [3, 3];
|
|
68
68
|
case 2:
|
|
69
69
|
exception_1 = _g.sent();
|
|
70
70
|
reason = exception_1;
|
|
71
|
-
return [3
|
|
72
|
-
case 3: return [2
|
|
71
|
+
return [3, 3];
|
|
72
|
+
case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
73
73
|
}
|
|
74
74
|
});
|
|
75
75
|
}); };
|
|
76
|
-
/**
|
|
77
|
-
*
|
|
78
|
-
* @deprecated Use waitUntilDataSourceAvailable instead. waitForDataSourceAvailable does not throw error in non-success cases.
|
|
79
|
-
*/
|
|
80
76
|
export var waitForDataSourceAvailable = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
81
77
|
var serviceDefaults;
|
|
82
78
|
return __generator(this, function (_a) {
|
|
83
79
|
serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
84
|
-
return [2
|
|
80
|
+
return [2, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
85
81
|
});
|
|
86
82
|
}); };
|
|
87
|
-
/**
|
|
88
|
-
*
|
|
89
|
-
* @param params - Waiter configuration options.
|
|
90
|
-
* @param input - The input to DescribeDataSourcesCommand for polling.
|
|
91
|
-
*/
|
|
92
83
|
export var waitUntilDataSourceAvailable = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
93
84
|
var serviceDefaults, result;
|
|
94
85
|
return __generator(this, function (_a) {
|
|
95
86
|
switch (_a.label) {
|
|
96
87
|
case 0:
|
|
97
88
|
serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
98
|
-
return [4
|
|
89
|
+
return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
99
90
|
case 1:
|
|
100
91
|
result = _a.sent();
|
|
101
|
-
return [2
|
|
92
|
+
return [2, checkExceptions(result)];
|
|
102
93
|
}
|
|
103
94
|
});
|
|
104
95
|
}); };
|
|
105
|
-
//# sourceMappingURL=waitForDataSourceAvailable.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator, __read, __spreadArray, __values } from "tslib";
|
|
2
|
+
import { checkExceptions, createWaiter, WaiterState } from "@aws-sdk/util-waiter";
|
|
2
3
|
import { DescribeEvaluationsCommand } from "../commands/DescribeEvaluationsCommand";
|
|
3
|
-
import { WaiterState, checkExceptions, createWaiter } from "@aws-sdk/util-waiter";
|
|
4
4
|
var checkState = function (client, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
5
5
|
var reason, result_1, returnComparator, allStringEq_5, _a, _b, element_4, returnComparator, _c, _d, anyStringEq_4, exception_1;
|
|
6
6
|
var e_1, _e, e_2, _f;
|
|
@@ -8,7 +8,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
8
8
|
switch (_g.label) {
|
|
9
9
|
case 0:
|
|
10
10
|
_g.trys.push([0, 2, , 3]);
|
|
11
|
-
return [4
|
|
11
|
+
return [4, client.send(new DescribeEvaluationsCommand(input))];
|
|
12
12
|
case 1:
|
|
13
13
|
result_1 = _g.sent();
|
|
14
14
|
reason = result_1;
|
|
@@ -35,7 +35,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
35
35
|
finally { if (e_1) throw e_1.error; }
|
|
36
36
|
}
|
|
37
37
|
if (allStringEq_5) {
|
|
38
|
-
return [2
|
|
38
|
+
return [2, { state: WaiterState.SUCCESS, reason: reason }];
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
catch (e) { }
|
|
@@ -51,7 +51,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
51
51
|
for (_c = __values(returnComparator()), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
52
52
|
anyStringEq_4 = _d.value;
|
|
53
53
|
if (anyStringEq_4 == "FAILED") {
|
|
54
|
-
return [2
|
|
54
|
+
return [2, { state: WaiterState.FAILURE, reason: reason }];
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -64,42 +64,32 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
catch (e) { }
|
|
67
|
-
return [3
|
|
67
|
+
return [3, 3];
|
|
68
68
|
case 2:
|
|
69
69
|
exception_1 = _g.sent();
|
|
70
70
|
reason = exception_1;
|
|
71
|
-
return [3
|
|
72
|
-
case 3: return [2
|
|
71
|
+
return [3, 3];
|
|
72
|
+
case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
73
73
|
}
|
|
74
74
|
});
|
|
75
75
|
}); };
|
|
76
|
-
/**
|
|
77
|
-
*
|
|
78
|
-
* @deprecated Use waitUntilEvaluationAvailable instead. waitForEvaluationAvailable does not throw error in non-success cases.
|
|
79
|
-
*/
|
|
80
76
|
export var waitForEvaluationAvailable = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
81
77
|
var serviceDefaults;
|
|
82
78
|
return __generator(this, function (_a) {
|
|
83
79
|
serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
84
|
-
return [2
|
|
80
|
+
return [2, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
85
81
|
});
|
|
86
82
|
}); };
|
|
87
|
-
/**
|
|
88
|
-
*
|
|
89
|
-
* @param params - Waiter configuration options.
|
|
90
|
-
* @param input - The input to DescribeEvaluationsCommand for polling.
|
|
91
|
-
*/
|
|
92
83
|
export var waitUntilEvaluationAvailable = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
93
84
|
var serviceDefaults, result;
|
|
94
85
|
return __generator(this, function (_a) {
|
|
95
86
|
switch (_a.label) {
|
|
96
87
|
case 0:
|
|
97
88
|
serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
98
|
-
return [4
|
|
89
|
+
return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
99
90
|
case 1:
|
|
100
91
|
result = _a.sent();
|
|
101
|
-
return [2
|
|
92
|
+
return [2, checkExceptions(result)];
|
|
102
93
|
}
|
|
103
94
|
});
|
|
104
95
|
}); };
|
|
105
|
-
//# sourceMappingURL=waitForEvaluationAvailable.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator, __read, __spreadArray, __values } from "tslib";
|
|
2
|
+
import { checkExceptions, createWaiter, WaiterState } from "@aws-sdk/util-waiter";
|
|
2
3
|
import { DescribeMLModelsCommand } from "../commands/DescribeMLModelsCommand";
|
|
3
|
-
import { WaiterState, checkExceptions, createWaiter } from "@aws-sdk/util-waiter";
|
|
4
4
|
var checkState = function (client, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
5
5
|
var reason, result_1, returnComparator, allStringEq_5, _a, _b, element_4, returnComparator, _c, _d, anyStringEq_4, exception_1;
|
|
6
6
|
var e_1, _e, e_2, _f;
|
|
@@ -8,7 +8,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
8
8
|
switch (_g.label) {
|
|
9
9
|
case 0:
|
|
10
10
|
_g.trys.push([0, 2, , 3]);
|
|
11
|
-
return [4
|
|
11
|
+
return [4, client.send(new DescribeMLModelsCommand(input))];
|
|
12
12
|
case 1:
|
|
13
13
|
result_1 = _g.sent();
|
|
14
14
|
reason = result_1;
|
|
@@ -35,7 +35,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
35
35
|
finally { if (e_1) throw e_1.error; }
|
|
36
36
|
}
|
|
37
37
|
if (allStringEq_5) {
|
|
38
|
-
return [2
|
|
38
|
+
return [2, { state: WaiterState.SUCCESS, reason: reason }];
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
catch (e) { }
|
|
@@ -51,7 +51,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
51
51
|
for (_c = __values(returnComparator()), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
52
52
|
anyStringEq_4 = _d.value;
|
|
53
53
|
if (anyStringEq_4 == "FAILED") {
|
|
54
|
-
return [2
|
|
54
|
+
return [2, { state: WaiterState.FAILURE, reason: reason }];
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -64,42 +64,32 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
catch (e) { }
|
|
67
|
-
return [3
|
|
67
|
+
return [3, 3];
|
|
68
68
|
case 2:
|
|
69
69
|
exception_1 = _g.sent();
|
|
70
70
|
reason = exception_1;
|
|
71
|
-
return [3
|
|
72
|
-
case 3: return [2
|
|
71
|
+
return [3, 3];
|
|
72
|
+
case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
73
73
|
}
|
|
74
74
|
});
|
|
75
75
|
}); };
|
|
76
|
-
/**
|
|
77
|
-
*
|
|
78
|
-
* @deprecated Use waitUntilMLModelAvailable instead. waitForMLModelAvailable does not throw error in non-success cases.
|
|
79
|
-
*/
|
|
80
76
|
export var waitForMLModelAvailable = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
81
77
|
var serviceDefaults;
|
|
82
78
|
return __generator(this, function (_a) {
|
|
83
79
|
serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
84
|
-
return [2
|
|
80
|
+
return [2, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
85
81
|
});
|
|
86
82
|
}); };
|
|
87
|
-
/**
|
|
88
|
-
*
|
|
89
|
-
* @param params - Waiter configuration options.
|
|
90
|
-
* @param input - The input to DescribeMLModelsCommand for polling.
|
|
91
|
-
*/
|
|
92
83
|
export var waitUntilMLModelAvailable = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
93
84
|
var serviceDefaults, result;
|
|
94
85
|
return __generator(this, function (_a) {
|
|
95
86
|
switch (_a.label) {
|
|
96
87
|
case 0:
|
|
97
88
|
serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
98
|
-
return [4
|
|
89
|
+
return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
99
90
|
case 1:
|
|
100
91
|
result = _a.sent();
|
|
101
|
-
return [2
|
|
92
|
+
return [2, checkExceptions(result)];
|
|
102
93
|
}
|
|
103
94
|
});
|
|
104
95
|
}); };
|
|
105
|
-
//# sourceMappingURL=waitForMLModelAvailable.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
2
|
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
3
3
|
import { CreateBatchPredictionCommandInput, CreateBatchPredictionCommandOutput } from "./commands/CreateBatchPredictionCommand";
|
|
4
4
|
import { CreateDataSourceFromRDSCommandInput, CreateDataSourceFromRDSCommandOutput } from "./commands/CreateDataSourceFromRDSCommand";
|
|
@@ -27,7 +27,7 @@ import { UpdateBatchPredictionCommandInput, UpdateBatchPredictionCommandOutput }
|
|
|
27
27
|
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
28
28
|
import { UpdateEvaluationCommandInput, UpdateEvaluationCommandOutput } from "./commands/UpdateEvaluationCommand";
|
|
29
29
|
import { UpdateMLModelCommandInput, UpdateMLModelCommandOutput } from "./commands/UpdateMLModelCommand";
|
|
30
|
-
import {
|
|
30
|
+
import { MachineLearningClient } from "./MachineLearningClient";
|
|
31
31
|
/**
|
|
32
32
|
* Definition of the public APIs
|
|
33
33
|
* exposed by Amazon Machine Learning
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
1
9
|
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
2
10
|
import { CreateBatchPredictionCommandInput, CreateBatchPredictionCommandOutput } from "./commands/CreateBatchPredictionCommand";
|
|
3
11
|
import { CreateDataSourceFromRDSCommandInput, CreateDataSourceFromRDSCommandOutput } from "./commands/CreateDataSourceFromRDSCommand";
|
|
@@ -26,14 +34,6 @@ import { UpdateBatchPredictionCommandInput, UpdateBatchPredictionCommandOutput }
|
|
|
26
34
|
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
27
35
|
import { UpdateEvaluationCommandInput, UpdateEvaluationCommandOutput } from "./commands/UpdateEvaluationCommand";
|
|
28
36
|
import { UpdateMLModelCommandInput, UpdateMLModelCommandOutput } from "./commands/UpdateMLModelCommand";
|
|
29
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
30
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
31
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
32
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
33
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
34
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
35
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
36
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
37
37
|
export declare type ServiceInputTypes = AddTagsCommandInput | CreateBatchPredictionCommandInput | CreateDataSourceFromRDSCommandInput | CreateDataSourceFromRedshiftCommandInput | CreateDataSourceFromS3CommandInput | CreateEvaluationCommandInput | CreateMLModelCommandInput | CreateRealtimeEndpointCommandInput | DeleteBatchPredictionCommandInput | DeleteDataSourceCommandInput | DeleteEvaluationCommandInput | DeleteMLModelCommandInput | DeleteRealtimeEndpointCommandInput | DeleteTagsCommandInput | DescribeBatchPredictionsCommandInput | DescribeDataSourcesCommandInput | DescribeEvaluationsCommandInput | DescribeMLModelsCommandInput | DescribeTagsCommandInput | GetBatchPredictionCommandInput | GetDataSourceCommandInput | GetEvaluationCommandInput | GetMLModelCommandInput | PredictCommandInput | UpdateBatchPredictionCommandInput | UpdateDataSourceCommandInput | UpdateEvaluationCommandInput | UpdateMLModelCommandInput;
|
|
38
38
|
export declare type ServiceOutputTypes = AddTagsCommandOutput | CreateBatchPredictionCommandOutput | CreateDataSourceFromRDSCommandOutput | CreateDataSourceFromRedshiftCommandOutput | CreateDataSourceFromS3CommandOutput | CreateEvaluationCommandOutput | CreateMLModelCommandOutput | CreateRealtimeEndpointCommandOutput | DeleteBatchPredictionCommandOutput | DeleteDataSourceCommandOutput | DeleteEvaluationCommandOutput | DeleteMLModelCommandOutput | DeleteRealtimeEndpointCommandOutput | DeleteTagsCommandOutput | DescribeBatchPredictionsCommandOutput | DescribeDataSourcesCommandOutput | DescribeEvaluationsCommandOutput | DescribeMLModelsCommandOutput | DescribeTagsCommandOutput | GetBatchPredictionCommandOutput | GetDataSourceCommandOutput | GetEvaluationCommandOutput | GetMLModelCommandOutput | PredictCommandOutput | UpdateBatchPredictionCommandOutput | UpdateDataSourceCommandOutput | UpdateEvaluationCommandOutput | UpdateMLModelCommandOutput;
|
|
39
39
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
|
|
2
4
|
import { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface AddTagsCommandInput extends AddTagsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
|
|
2
4
|
import { CreateBatchPredictionInput, CreateBatchPredictionOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateBatchPredictionCommandInput extends CreateBatchPredictionInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateBatchPredictionCommandOutput extends CreateBatchPredictionOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
|
|
2
4
|
import { CreateDataSourceFromRDSInput, CreateDataSourceFromRDSOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateDataSourceFromRDSCommandInput extends CreateDataSourceFromRDSInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateDataSourceFromRDSCommandOutput extends CreateDataSourceFromRDSOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
|
|
2
4
|
import { CreateDataSourceFromRedshiftInput, CreateDataSourceFromRedshiftOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateDataSourceFromRedshiftCommandInput extends CreateDataSourceFromRedshiftInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateDataSourceFromRedshiftCommandOutput extends CreateDataSourceFromRedshiftOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
|
|
2
4
|
import { CreateDataSourceFromS3Input, CreateDataSourceFromS3Output } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateDataSourceFromS3CommandInput extends CreateDataSourceFromS3Input {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateDataSourceFromS3CommandOutput extends CreateDataSourceFromS3Output, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
|
|
2
4
|
import { CreateEvaluationInput, CreateEvaluationOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateEvaluationCommandInput extends CreateEvaluationInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateEvaluationCommandOutput extends CreateEvaluationOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
|
|
2
4
|
import { CreateMLModelInput, CreateMLModelOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateMLModelCommandInput extends CreateMLModelInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateMLModelCommandOutput extends CreateMLModelOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
|
|
2
4
|
import { CreateRealtimeEndpointInput, CreateRealtimeEndpointOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateRealtimeEndpointCommandInput extends CreateRealtimeEndpointInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateRealtimeEndpointCommandOutput extends CreateRealtimeEndpointOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
|
|
2
4
|
import { DeleteBatchPredictionInput, DeleteBatchPredictionOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteBatchPredictionCommandInput extends DeleteBatchPredictionInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteBatchPredictionCommandOutput extends DeleteBatchPredictionOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
|
|
2
4
|
import { DeleteDataSourceInput, DeleteDataSourceOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteDataSourceCommandInput extends DeleteDataSourceInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteDataSourceCommandOutput extends DeleteDataSourceOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
|
|
2
4
|
import { DeleteEvaluationInput, DeleteEvaluationOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteEvaluationCommandInput extends DeleteEvaluationInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteEvaluationCommandOutput extends DeleteEvaluationOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
|
|
2
4
|
import { DeleteMLModelInput, DeleteMLModelOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteMLModelCommandInput extends DeleteMLModelInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteMLModelCommandOutput extends DeleteMLModelOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
|
|
2
4
|
import { DeleteRealtimeEndpointInput, DeleteRealtimeEndpointOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteRealtimeEndpointCommandInput extends DeleteRealtimeEndpointInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteRealtimeEndpointCommandOutput extends DeleteRealtimeEndpointOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
|
|
2
4
|
import { DeleteTagsInput, DeleteTagsOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteTagsCommandInput extends DeleteTagsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteTagsCommandOutput extends DeleteTagsOutput, __MetadataBearer {
|