aws-sdk-personalizeruntime 1.4.0

AWS SDK for Amazon Personalize Runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_predicted_item::PredictedItem;

pub use crate::types::_promotion::Promotion;

pub use crate::types::_predicted_action::PredictedAction;

mod _predicted_action;

mod _predicted_item;

mod _promotion;

/// Builders
pub mod builders;

/// Error types that Amazon Personalize Runtime can respond with.
pub mod error;