aws_sdk_sagemakerfeaturestoreruntime/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `BatchGetRecord` operation.
5pub mod batch_get_record;
6
7/// Types for the `DeleteRecord` operation.
8pub mod delete_record;
9
10/// Types for the `GetRecord` operation.
11pub mod get_record;
12
13/// Types for the `PutRecord` operation.
14pub mod put_record;