aws_sdk_connectparticipant/
types.rs

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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_upload_metadata::UploadMetadata;

pub use crate::types::_item::Item;

pub use crate::types::_message_metadata::MessageMetadata;

pub use crate::types::_receipt::Receipt;

pub use crate::types::_attachment_item::AttachmentItem;

pub use crate::types::_artifact_status::ArtifactStatus;

pub use crate::types::_participant_role::ParticipantRole;

pub use crate::types::_chat_item_type::ChatItemType;

pub use crate::types::_start_position::StartPosition;

pub use crate::types::_sort_key::SortKey;

pub use crate::types::_scan_direction::ScanDirection;

pub use crate::types::_resource_type::ResourceType;

pub use crate::types::_view::View;

pub use crate::types::_view_content::ViewContent;

pub use crate::types::_connection_credentials::ConnectionCredentials;

pub use crate::types::_websocket::Websocket;

pub use crate::types::_connection_type::ConnectionType;

mod _artifact_status;

mod _attachment_item;

mod _chat_item_type;

mod _connection_credentials;

mod _connection_type;

mod _item;

mod _message_metadata;

mod _participant_role;

mod _receipt;

mod _resource_type;

mod _scan_direction;

mod _sort_key;

mod _start_position;

mod _upload_metadata;

mod _view;

mod _view_content;

mod _websocket;

/// Builders
pub mod builders;

/// Error types that Amazon Connect Participant Service can respond with.
pub mod error;