@aws-sdk/client-machine-learning 3.297.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.
- package/dist-cjs/commands/AddTagsCommand.js +2 -3
- package/dist-cjs/commands/CreateBatchPredictionCommand.js +2 -3
- package/dist-cjs/commands/CreateDataSourceFromRDSCommand.js +2 -3
- package/dist-cjs/commands/CreateDataSourceFromRedshiftCommand.js +2 -3
- package/dist-cjs/commands/CreateDataSourceFromS3Command.js +2 -3
- package/dist-cjs/commands/CreateEvaluationCommand.js +2 -3
- package/dist-cjs/commands/CreateMLModelCommand.js +2 -3
- package/dist-cjs/commands/CreateRealtimeEndpointCommand.js +2 -3
- package/dist-cjs/commands/DeleteBatchPredictionCommand.js +2 -3
- package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -3
- package/dist-cjs/commands/DeleteEvaluationCommand.js +2 -3
- package/dist-cjs/commands/DeleteMLModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteRealtimeEndpointCommand.js +2 -3
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -3
- package/dist-cjs/commands/DescribeBatchPredictionsCommand.js +2 -3
- package/dist-cjs/commands/DescribeDataSourcesCommand.js +2 -3
- package/dist-cjs/commands/DescribeEvaluationsCommand.js +2 -3
- package/dist-cjs/commands/DescribeMLModelsCommand.js +2 -3
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -3
- package/dist-cjs/commands/GetBatchPredictionCommand.js +2 -3
- package/dist-cjs/commands/GetDataSourceCommand.js +2 -3
- package/dist-cjs/commands/GetEvaluationCommand.js +2 -3
- package/dist-cjs/commands/GetMLModelCommand.js +2 -3
- package/dist-cjs/commands/PredictCommand.js +2 -3
- package/dist-cjs/commands/UpdateBatchPredictionCommand.js +2 -3
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateEvaluationCommand.js +2 -3
- package/dist-cjs/commands/UpdateMLModelCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -294
- package/dist-es/commands/AddTagsCommand.js +2 -3
- package/dist-es/commands/CreateBatchPredictionCommand.js +2 -3
- package/dist-es/commands/CreateDataSourceFromRDSCommand.js +2 -3
- package/dist-es/commands/CreateDataSourceFromRedshiftCommand.js +2 -3
- package/dist-es/commands/CreateDataSourceFromS3Command.js +2 -3
- package/dist-es/commands/CreateEvaluationCommand.js +2 -3
- package/dist-es/commands/CreateMLModelCommand.js +2 -3
- package/dist-es/commands/CreateRealtimeEndpointCommand.js +2 -3
- package/dist-es/commands/DeleteBatchPredictionCommand.js +2 -3
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -3
- package/dist-es/commands/DeleteEvaluationCommand.js +2 -3
- package/dist-es/commands/DeleteMLModelCommand.js +2 -3
- package/dist-es/commands/DeleteRealtimeEndpointCommand.js +2 -3
- package/dist-es/commands/DeleteTagsCommand.js +2 -3
- package/dist-es/commands/DescribeBatchPredictionsCommand.js +2 -3
- package/dist-es/commands/DescribeDataSourcesCommand.js +2 -3
- package/dist-es/commands/DescribeEvaluationsCommand.js +2 -3
- package/dist-es/commands/DescribeMLModelsCommand.js +2 -3
- package/dist-es/commands/DescribeTagsCommand.js +2 -3
- package/dist-es/commands/GetBatchPredictionCommand.js +2 -3
- package/dist-es/commands/GetDataSourceCommand.js +2 -3
- package/dist-es/commands/GetEvaluationCommand.js +2 -3
- package/dist-es/commands/GetMLModelCommand.js +2 -3
- package/dist-es/commands/PredictCommand.js +2 -3
- package/dist-es/commands/UpdateBatchPredictionCommand.js +2 -3
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -3
- package/dist-es/commands/UpdateEvaluationCommand.js +2 -3
- package/dist-es/commands/UpdateMLModelCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -219
- package/dist-types/models/models_0.d.ts +0 -292
- package/dist-types/ts3.4/models/models_0.d.ts +0 -197
- package/package.json +4 -3
|
@@ -3188,295 +3188,3 @@ export interface UpdateMLModelOutput {
|
|
|
3188
3188
|
*/
|
|
3189
3189
|
MLModelId?: string;
|
|
3190
3190
|
}
|
|
3191
|
-
/**
|
|
3192
|
-
* @internal
|
|
3193
|
-
*/
|
|
3194
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
3195
|
-
/**
|
|
3196
|
-
* @internal
|
|
3197
|
-
*/
|
|
3198
|
-
export declare const AddTagsInputFilterSensitiveLog: (obj: AddTagsInput) => any;
|
|
3199
|
-
/**
|
|
3200
|
-
* @internal
|
|
3201
|
-
*/
|
|
3202
|
-
export declare const AddTagsOutputFilterSensitiveLog: (obj: AddTagsOutput) => any;
|
|
3203
|
-
/**
|
|
3204
|
-
* @internal
|
|
3205
|
-
*/
|
|
3206
|
-
export declare const CreateBatchPredictionInputFilterSensitiveLog: (obj: CreateBatchPredictionInput) => any;
|
|
3207
|
-
/**
|
|
3208
|
-
* @internal
|
|
3209
|
-
*/
|
|
3210
|
-
export declare const CreateBatchPredictionOutputFilterSensitiveLog: (obj: CreateBatchPredictionOutput) => any;
|
|
3211
|
-
/**
|
|
3212
|
-
* @internal
|
|
3213
|
-
*/
|
|
3214
|
-
export declare const RDSDatabaseCredentialsFilterSensitiveLog: (obj: RDSDatabaseCredentials) => any;
|
|
3215
|
-
/**
|
|
3216
|
-
* @internal
|
|
3217
|
-
*/
|
|
3218
|
-
export declare const RDSDatabaseFilterSensitiveLog: (obj: RDSDatabase) => any;
|
|
3219
|
-
/**
|
|
3220
|
-
* @internal
|
|
3221
|
-
*/
|
|
3222
|
-
export declare const RDSDataSpecFilterSensitiveLog: (obj: RDSDataSpec) => any;
|
|
3223
|
-
/**
|
|
3224
|
-
* @internal
|
|
3225
|
-
*/
|
|
3226
|
-
export declare const CreateDataSourceFromRDSInputFilterSensitiveLog: (obj: CreateDataSourceFromRDSInput) => any;
|
|
3227
|
-
/**
|
|
3228
|
-
* @internal
|
|
3229
|
-
*/
|
|
3230
|
-
export declare const CreateDataSourceFromRDSOutputFilterSensitiveLog: (obj: CreateDataSourceFromRDSOutput) => any;
|
|
3231
|
-
/**
|
|
3232
|
-
* @internal
|
|
3233
|
-
*/
|
|
3234
|
-
export declare const RedshiftDatabaseCredentialsFilterSensitiveLog: (obj: RedshiftDatabaseCredentials) => any;
|
|
3235
|
-
/**
|
|
3236
|
-
* @internal
|
|
3237
|
-
*/
|
|
3238
|
-
export declare const RedshiftDatabaseFilterSensitiveLog: (obj: RedshiftDatabase) => any;
|
|
3239
|
-
/**
|
|
3240
|
-
* @internal
|
|
3241
|
-
*/
|
|
3242
|
-
export declare const RedshiftDataSpecFilterSensitiveLog: (obj: RedshiftDataSpec) => any;
|
|
3243
|
-
/**
|
|
3244
|
-
* @internal
|
|
3245
|
-
*/
|
|
3246
|
-
export declare const CreateDataSourceFromRedshiftInputFilterSensitiveLog: (obj: CreateDataSourceFromRedshiftInput) => any;
|
|
3247
|
-
/**
|
|
3248
|
-
* @internal
|
|
3249
|
-
*/
|
|
3250
|
-
export declare const CreateDataSourceFromRedshiftOutputFilterSensitiveLog: (obj: CreateDataSourceFromRedshiftOutput) => any;
|
|
3251
|
-
/**
|
|
3252
|
-
* @internal
|
|
3253
|
-
*/
|
|
3254
|
-
export declare const S3DataSpecFilterSensitiveLog: (obj: S3DataSpec) => any;
|
|
3255
|
-
/**
|
|
3256
|
-
* @internal
|
|
3257
|
-
*/
|
|
3258
|
-
export declare const CreateDataSourceFromS3InputFilterSensitiveLog: (obj: CreateDataSourceFromS3Input) => any;
|
|
3259
|
-
/**
|
|
3260
|
-
* @internal
|
|
3261
|
-
*/
|
|
3262
|
-
export declare const CreateDataSourceFromS3OutputFilterSensitiveLog: (obj: CreateDataSourceFromS3Output) => any;
|
|
3263
|
-
/**
|
|
3264
|
-
* @internal
|
|
3265
|
-
*/
|
|
3266
|
-
export declare const CreateEvaluationInputFilterSensitiveLog: (obj: CreateEvaluationInput) => any;
|
|
3267
|
-
/**
|
|
3268
|
-
* @internal
|
|
3269
|
-
*/
|
|
3270
|
-
export declare const CreateEvaluationOutputFilterSensitiveLog: (obj: CreateEvaluationOutput) => any;
|
|
3271
|
-
/**
|
|
3272
|
-
* @internal
|
|
3273
|
-
*/
|
|
3274
|
-
export declare const CreateMLModelInputFilterSensitiveLog: (obj: CreateMLModelInput) => any;
|
|
3275
|
-
/**
|
|
3276
|
-
* @internal
|
|
3277
|
-
*/
|
|
3278
|
-
export declare const CreateMLModelOutputFilterSensitiveLog: (obj: CreateMLModelOutput) => any;
|
|
3279
|
-
/**
|
|
3280
|
-
* @internal
|
|
3281
|
-
*/
|
|
3282
|
-
export declare const CreateRealtimeEndpointInputFilterSensitiveLog: (obj: CreateRealtimeEndpointInput) => any;
|
|
3283
|
-
/**
|
|
3284
|
-
* @internal
|
|
3285
|
-
*/
|
|
3286
|
-
export declare const RealtimeEndpointInfoFilterSensitiveLog: (obj: RealtimeEndpointInfo) => any;
|
|
3287
|
-
/**
|
|
3288
|
-
* @internal
|
|
3289
|
-
*/
|
|
3290
|
-
export declare const CreateRealtimeEndpointOutputFilterSensitiveLog: (obj: CreateRealtimeEndpointOutput) => any;
|
|
3291
|
-
/**
|
|
3292
|
-
* @internal
|
|
3293
|
-
*/
|
|
3294
|
-
export declare const DeleteBatchPredictionInputFilterSensitiveLog: (obj: DeleteBatchPredictionInput) => any;
|
|
3295
|
-
/**
|
|
3296
|
-
* @internal
|
|
3297
|
-
*/
|
|
3298
|
-
export declare const DeleteBatchPredictionOutputFilterSensitiveLog: (obj: DeleteBatchPredictionOutput) => any;
|
|
3299
|
-
/**
|
|
3300
|
-
* @internal
|
|
3301
|
-
*/
|
|
3302
|
-
export declare const DeleteDataSourceInputFilterSensitiveLog: (obj: DeleteDataSourceInput) => any;
|
|
3303
|
-
/**
|
|
3304
|
-
* @internal
|
|
3305
|
-
*/
|
|
3306
|
-
export declare const DeleteDataSourceOutputFilterSensitiveLog: (obj: DeleteDataSourceOutput) => any;
|
|
3307
|
-
/**
|
|
3308
|
-
* @internal
|
|
3309
|
-
*/
|
|
3310
|
-
export declare const DeleteEvaluationInputFilterSensitiveLog: (obj: DeleteEvaluationInput) => any;
|
|
3311
|
-
/**
|
|
3312
|
-
* @internal
|
|
3313
|
-
*/
|
|
3314
|
-
export declare const DeleteEvaluationOutputFilterSensitiveLog: (obj: DeleteEvaluationOutput) => any;
|
|
3315
|
-
/**
|
|
3316
|
-
* @internal
|
|
3317
|
-
*/
|
|
3318
|
-
export declare const DeleteMLModelInputFilterSensitiveLog: (obj: DeleteMLModelInput) => any;
|
|
3319
|
-
/**
|
|
3320
|
-
* @internal
|
|
3321
|
-
*/
|
|
3322
|
-
export declare const DeleteMLModelOutputFilterSensitiveLog: (obj: DeleteMLModelOutput) => any;
|
|
3323
|
-
/**
|
|
3324
|
-
* @internal
|
|
3325
|
-
*/
|
|
3326
|
-
export declare const DeleteRealtimeEndpointInputFilterSensitiveLog: (obj: DeleteRealtimeEndpointInput) => any;
|
|
3327
|
-
/**
|
|
3328
|
-
* @internal
|
|
3329
|
-
*/
|
|
3330
|
-
export declare const DeleteRealtimeEndpointOutputFilterSensitiveLog: (obj: DeleteRealtimeEndpointOutput) => any;
|
|
3331
|
-
/**
|
|
3332
|
-
* @internal
|
|
3333
|
-
*/
|
|
3334
|
-
export declare const DeleteTagsInputFilterSensitiveLog: (obj: DeleteTagsInput) => any;
|
|
3335
|
-
/**
|
|
3336
|
-
* @internal
|
|
3337
|
-
*/
|
|
3338
|
-
export declare const DeleteTagsOutputFilterSensitiveLog: (obj: DeleteTagsOutput) => any;
|
|
3339
|
-
/**
|
|
3340
|
-
* @internal
|
|
3341
|
-
*/
|
|
3342
|
-
export declare const DescribeBatchPredictionsInputFilterSensitiveLog: (obj: DescribeBatchPredictionsInput) => any;
|
|
3343
|
-
/**
|
|
3344
|
-
* @internal
|
|
3345
|
-
*/
|
|
3346
|
-
export declare const BatchPredictionFilterSensitiveLog: (obj: BatchPrediction) => any;
|
|
3347
|
-
/**
|
|
3348
|
-
* @internal
|
|
3349
|
-
*/
|
|
3350
|
-
export declare const DescribeBatchPredictionsOutputFilterSensitiveLog: (obj: DescribeBatchPredictionsOutput) => any;
|
|
3351
|
-
/**
|
|
3352
|
-
* @internal
|
|
3353
|
-
*/
|
|
3354
|
-
export declare const DescribeDataSourcesInputFilterSensitiveLog: (obj: DescribeDataSourcesInput) => any;
|
|
3355
|
-
/**
|
|
3356
|
-
* @internal
|
|
3357
|
-
*/
|
|
3358
|
-
export declare const RDSMetadataFilterSensitiveLog: (obj: RDSMetadata) => any;
|
|
3359
|
-
/**
|
|
3360
|
-
* @internal
|
|
3361
|
-
*/
|
|
3362
|
-
export declare const RedshiftMetadataFilterSensitiveLog: (obj: RedshiftMetadata) => any;
|
|
3363
|
-
/**
|
|
3364
|
-
* @internal
|
|
3365
|
-
*/
|
|
3366
|
-
export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
|
|
3367
|
-
/**
|
|
3368
|
-
* @internal
|
|
3369
|
-
*/
|
|
3370
|
-
export declare const DescribeDataSourcesOutputFilterSensitiveLog: (obj: DescribeDataSourcesOutput) => any;
|
|
3371
|
-
/**
|
|
3372
|
-
* @internal
|
|
3373
|
-
*/
|
|
3374
|
-
export declare const DescribeEvaluationsInputFilterSensitiveLog: (obj: DescribeEvaluationsInput) => any;
|
|
3375
|
-
/**
|
|
3376
|
-
* @internal
|
|
3377
|
-
*/
|
|
3378
|
-
export declare const PerformanceMetricsFilterSensitiveLog: (obj: PerformanceMetrics) => any;
|
|
3379
|
-
/**
|
|
3380
|
-
* @internal
|
|
3381
|
-
*/
|
|
3382
|
-
export declare const EvaluationFilterSensitiveLog: (obj: Evaluation) => any;
|
|
3383
|
-
/**
|
|
3384
|
-
* @internal
|
|
3385
|
-
*/
|
|
3386
|
-
export declare const DescribeEvaluationsOutputFilterSensitiveLog: (obj: DescribeEvaluationsOutput) => any;
|
|
3387
|
-
/**
|
|
3388
|
-
* @internal
|
|
3389
|
-
*/
|
|
3390
|
-
export declare const DescribeMLModelsInputFilterSensitiveLog: (obj: DescribeMLModelsInput) => any;
|
|
3391
|
-
/**
|
|
3392
|
-
* @internal
|
|
3393
|
-
*/
|
|
3394
|
-
export declare const MLModelFilterSensitiveLog: (obj: MLModel) => any;
|
|
3395
|
-
/**
|
|
3396
|
-
* @internal
|
|
3397
|
-
*/
|
|
3398
|
-
export declare const DescribeMLModelsOutputFilterSensitiveLog: (obj: DescribeMLModelsOutput) => any;
|
|
3399
|
-
/**
|
|
3400
|
-
* @internal
|
|
3401
|
-
*/
|
|
3402
|
-
export declare const DescribeTagsInputFilterSensitiveLog: (obj: DescribeTagsInput) => any;
|
|
3403
|
-
/**
|
|
3404
|
-
* @internal
|
|
3405
|
-
*/
|
|
3406
|
-
export declare const DescribeTagsOutputFilterSensitiveLog: (obj: DescribeTagsOutput) => any;
|
|
3407
|
-
/**
|
|
3408
|
-
* @internal
|
|
3409
|
-
*/
|
|
3410
|
-
export declare const GetBatchPredictionInputFilterSensitiveLog: (obj: GetBatchPredictionInput) => any;
|
|
3411
|
-
/**
|
|
3412
|
-
* @internal
|
|
3413
|
-
*/
|
|
3414
|
-
export declare const GetBatchPredictionOutputFilterSensitiveLog: (obj: GetBatchPredictionOutput) => any;
|
|
3415
|
-
/**
|
|
3416
|
-
* @internal
|
|
3417
|
-
*/
|
|
3418
|
-
export declare const GetDataSourceInputFilterSensitiveLog: (obj: GetDataSourceInput) => any;
|
|
3419
|
-
/**
|
|
3420
|
-
* @internal
|
|
3421
|
-
*/
|
|
3422
|
-
export declare const GetDataSourceOutputFilterSensitiveLog: (obj: GetDataSourceOutput) => any;
|
|
3423
|
-
/**
|
|
3424
|
-
* @internal
|
|
3425
|
-
*/
|
|
3426
|
-
export declare const GetEvaluationInputFilterSensitiveLog: (obj: GetEvaluationInput) => any;
|
|
3427
|
-
/**
|
|
3428
|
-
* @internal
|
|
3429
|
-
*/
|
|
3430
|
-
export declare const GetEvaluationOutputFilterSensitiveLog: (obj: GetEvaluationOutput) => any;
|
|
3431
|
-
/**
|
|
3432
|
-
* @internal
|
|
3433
|
-
*/
|
|
3434
|
-
export declare const GetMLModelInputFilterSensitiveLog: (obj: GetMLModelInput) => any;
|
|
3435
|
-
/**
|
|
3436
|
-
* @internal
|
|
3437
|
-
*/
|
|
3438
|
-
export declare const GetMLModelOutputFilterSensitiveLog: (obj: GetMLModelOutput) => any;
|
|
3439
|
-
/**
|
|
3440
|
-
* @internal
|
|
3441
|
-
*/
|
|
3442
|
-
export declare const PredictInputFilterSensitiveLog: (obj: PredictInput) => any;
|
|
3443
|
-
/**
|
|
3444
|
-
* @internal
|
|
3445
|
-
*/
|
|
3446
|
-
export declare const PredictionFilterSensitiveLog: (obj: Prediction) => any;
|
|
3447
|
-
/**
|
|
3448
|
-
* @internal
|
|
3449
|
-
*/
|
|
3450
|
-
export declare const PredictOutputFilterSensitiveLog: (obj: PredictOutput) => any;
|
|
3451
|
-
/**
|
|
3452
|
-
* @internal
|
|
3453
|
-
*/
|
|
3454
|
-
export declare const UpdateBatchPredictionInputFilterSensitiveLog: (obj: UpdateBatchPredictionInput) => any;
|
|
3455
|
-
/**
|
|
3456
|
-
* @internal
|
|
3457
|
-
*/
|
|
3458
|
-
export declare const UpdateBatchPredictionOutputFilterSensitiveLog: (obj: UpdateBatchPredictionOutput) => any;
|
|
3459
|
-
/**
|
|
3460
|
-
* @internal
|
|
3461
|
-
*/
|
|
3462
|
-
export declare const UpdateDataSourceInputFilterSensitiveLog: (obj: UpdateDataSourceInput) => any;
|
|
3463
|
-
/**
|
|
3464
|
-
* @internal
|
|
3465
|
-
*/
|
|
3466
|
-
export declare const UpdateDataSourceOutputFilterSensitiveLog: (obj: UpdateDataSourceOutput) => any;
|
|
3467
|
-
/**
|
|
3468
|
-
* @internal
|
|
3469
|
-
*/
|
|
3470
|
-
export declare const UpdateEvaluationInputFilterSensitiveLog: (obj: UpdateEvaluationInput) => any;
|
|
3471
|
-
/**
|
|
3472
|
-
* @internal
|
|
3473
|
-
*/
|
|
3474
|
-
export declare const UpdateEvaluationOutputFilterSensitiveLog: (obj: UpdateEvaluationOutput) => any;
|
|
3475
|
-
/**
|
|
3476
|
-
* @internal
|
|
3477
|
-
*/
|
|
3478
|
-
export declare const UpdateMLModelInputFilterSensitiveLog: (obj: UpdateMLModelInput) => any;
|
|
3479
|
-
/**
|
|
3480
|
-
* @internal
|
|
3481
|
-
*/
|
|
3482
|
-
export declare const UpdateMLModelOutputFilterSensitiveLog: (obj: UpdateMLModelOutput) => any;
|
|
@@ -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.
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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",
|