aws-sdk-pi 1.101.0

AWS SDK for AWS Performance Insights
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::error::_internal_service_error::InternalServiceError;

pub use crate::types::error::_invalid_argument_exception::InvalidArgumentException;

pub use crate::types::error::_not_authorized_exception::NotAuthorizedException;

mod _internal_service_error;

mod _invalid_argument_exception;

mod _not_authorized_exception;

/// Builders
pub mod builders;