aws_sdk_notificationscontacts/
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 `ActivateEmailContact` operation.
5pub mod activate_email_contact;
6
7/// Types for the `CreateEmailContact` operation.
8pub mod create_email_contact;
9
10/// Types for the `DeleteEmailContact` operation.
11pub mod delete_email_contact;
12
13/// Types for the `GetEmailContact` operation.
14pub mod get_email_contact;
15
16/// Types for the `ListEmailContacts` operation.
17pub mod list_email_contacts;
18
19/// Types for the `ListTagsForResource` operation.
20pub mod list_tags_for_resource;
21
22/// Types for the `SendActivationCode` operation.
23pub mod send_activation_code;
24
25/// Types for the `TagResource` operation.
26pub mod tag_resource;
27
28/// Types for the `UntagResource` operation.
29pub mod untag_resource;