aws_sdk_socialmessaging/
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 `AssociateWhatsAppBusinessAccount` operation.
5pub mod associate_whats_app_business_account;
6
7/// Types for the `CreateWhatsAppMessageTemplate` operation.
8pub mod create_whats_app_message_template;
9
10/// Types for the `CreateWhatsAppMessageTemplateFromLibrary` operation.
11pub mod create_whats_app_message_template_from_library;
12
13/// Types for the `CreateWhatsAppMessageTemplateMedia` operation.
14pub mod create_whats_app_message_template_media;
15
16/// Types for the `DeleteWhatsAppMessageMedia` operation.
17pub mod delete_whats_app_message_media;
18
19/// Types for the `DeleteWhatsAppMessageTemplate` operation.
20pub mod delete_whats_app_message_template;
21
22/// Types for the `DisassociateWhatsAppBusinessAccount` operation.
23pub mod disassociate_whats_app_business_account;
24
25/// Types for the `GetLinkedWhatsAppBusinessAccount` operation.
26pub mod get_linked_whats_app_business_account;
27
28/// Types for the `GetLinkedWhatsAppBusinessAccountPhoneNumber` operation.
29pub mod get_linked_whats_app_business_account_phone_number;
30
31/// Types for the `GetWhatsAppMessageMedia` operation.
32pub mod get_whats_app_message_media;
33
34/// Types for the `GetWhatsAppMessageTemplate` operation.
35pub mod get_whats_app_message_template;
36
37/// Types for the `ListLinkedWhatsAppBusinessAccounts` operation.
38pub mod list_linked_whats_app_business_accounts;
39
40/// Types for the `ListTagsForResource` operation.
41pub mod list_tags_for_resource;
42
43/// Types for the `ListWhatsAppMessageTemplates` operation.
44pub mod list_whats_app_message_templates;
45
46/// Types for the `ListWhatsAppTemplateLibrary` operation.
47pub mod list_whats_app_template_library;
48
49/// Types for the `PostWhatsAppMessageMedia` operation.
50pub mod post_whats_app_message_media;
51
52/// Types for the `PutWhatsAppBusinessAccountEventDestinations` operation.
53pub mod put_whats_app_business_account_event_destinations;
54
55/// Types for the `SendWhatsAppMessage` operation.
56pub mod send_whats_app_message;
57
58/// Types for the `TagResource` operation.
59pub mod tag_resource;
60
61/// Types for the `UntagResource` operation.
62pub mod untag_resource;
63
64/// Types for the `UpdateWhatsAppMessageTemplate` operation.
65pub mod update_whats_app_message_template;