1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddTags` operation.
pub mod add_tags;

/// Types for the `CreateBatchPrediction` operation.
pub mod create_batch_prediction;

/// Types for the `CreateDataSourceFromRDS` operation.
pub mod create_data_source_from_rds;

/// Types for the `CreateDataSourceFromRedshift` operation.
pub mod create_data_source_from_redshift;

/// Types for the `CreateDataSourceFromS3` operation.
pub mod create_data_source_from_s3;

/// Types for the `CreateEvaluation` operation.
pub mod create_evaluation;

/// Types for the `CreateMLModel` operation.
pub mod create_ml_model;

/// Types for the `CreateRealtimeEndpoint` operation.
pub mod create_realtime_endpoint;

/// Types for the `DeleteBatchPrediction` operation.
pub mod delete_batch_prediction;

/// Types for the `DeleteDataSource` operation.
pub mod delete_data_source;

/// Types for the `DeleteEvaluation` operation.
pub mod delete_evaluation;

/// Types for the `DeleteMLModel` operation.
pub mod delete_ml_model;

/// Types for the `DeleteRealtimeEndpoint` operation.
pub mod delete_realtime_endpoint;

/// Types for the `DeleteTags` operation.
pub mod delete_tags;

/// Types for the `DescribeBatchPredictions` operation.
pub mod describe_batch_predictions;

/// Types for the `DescribeDataSources` operation.
pub mod describe_data_sources;

/// Types for the `DescribeEvaluations` operation.
pub mod describe_evaluations;

/// Types for the `DescribeMLModels` operation.
pub mod describe_ml_models;

/// Types for the `DescribeTags` operation.
pub mod describe_tags;

/// Types for the `GetBatchPrediction` operation.
pub mod get_batch_prediction;

/// Types for the `GetDataSource` operation.
pub mod get_data_source;

/// Types for the `GetEvaluation` operation.
pub mod get_evaluation;

/// Types for the `GetMLModel` operation.
pub mod get_ml_model;

/// Types for the `Predict` operation.
pub mod predict;

/// Types for the `UpdateBatchPrediction` operation.
pub mod update_batch_prediction;

/// Types for the `UpdateDataSource` operation.
pub mod update_data_source;

/// Types for the `UpdateEvaluation` operation.
pub mod update_evaluation;

/// Types for the `UpdateMLModel` operation.
pub mod update_ml_model;