aws_sdk_connectparticipant/
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 `CancelParticipantAuthentication` operation.
5pub mod cancel_participant_authentication;
6
7/// Types for the `CompleteAttachmentUpload` operation.
8pub mod complete_attachment_upload;
9
10/// Types for the `CreateParticipantConnection` operation.
11pub mod create_participant_connection;
12
13/// Types for the `DescribeView` operation.
14pub mod describe_view;
15
16/// Types for the `DisconnectParticipant` operation.
17pub mod disconnect_participant;
18
19/// Types for the `GetAttachment` operation.
20pub mod get_attachment;
21
22/// Types for the `GetAuthenticationUrl` operation.
23pub mod get_authentication_url;
24
25/// Types for the `GetTranscript` operation.
26pub mod get_transcript;
27
28/// Types for the `SendEvent` operation.
29pub mod send_event;
30
31/// Types for the `SendMessage` operation.
32pub mod send_message;
33
34/// Types for the `StartAttachmentUpload` operation.
35pub mod start_attachment_upload;