aws_sdk_sns/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 `AddPermission` operation.
5pub mod add_permission;
6
7/// Types for the `CheckIfPhoneNumberIsOptedOut` operation.
8pub mod check_if_phone_number_is_opted_out;
9
10/// Types for the `ConfirmSubscription` operation.
11pub mod confirm_subscription;
12
13/// Types for the `CreatePlatformApplication` operation.
14pub mod create_platform_application;
15
16/// Types for the `CreatePlatformEndpoint` operation.
17pub mod create_platform_endpoint;
18
19/// Types for the `CreateSMSSandboxPhoneNumber` operation.
20pub mod create_sms_sandbox_phone_number;
21
22/// Types for the `CreateTopic` operation.
23pub mod create_topic;
24
25/// Types for the `DeleteEndpoint` operation.
26pub mod delete_endpoint;
27
28/// Types for the `DeletePlatformApplication` operation.
29pub mod delete_platform_application;
30
31/// Types for the `DeleteSMSSandboxPhoneNumber` operation.
32pub mod delete_sms_sandbox_phone_number;
33
34/// Types for the `DeleteTopic` operation.
35pub mod delete_topic;
36
37/// Types for the `GetDataProtectionPolicy` operation.
38pub mod get_data_protection_policy;
39
40/// Types for the `GetEndpointAttributes` operation.
41pub mod get_endpoint_attributes;
42
43/// Types for the `GetPlatformApplicationAttributes` operation.
44pub mod get_platform_application_attributes;
45
46/// Types for the `GetSMSAttributes` operation.
47pub mod get_sms_attributes;
48
49/// Types for the `GetSMSSandboxAccountStatus` operation.
50pub mod get_sms_sandbox_account_status;
51
52/// Types for the `GetSubscriptionAttributes` operation.
53pub mod get_subscription_attributes;
54
55/// Types for the `GetTopicAttributes` operation.
56pub mod get_topic_attributes;
57
58/// Types for the `ListEndpointsByPlatformApplication` operation.
59pub mod list_endpoints_by_platform_application;
60
61/// Types for the `ListOriginationNumbers` operation.
62pub mod list_origination_numbers;
63
64/// Types for the `ListPhoneNumbersOptedOut` operation.
65pub mod list_phone_numbers_opted_out;
66
67/// Types for the `ListPlatformApplications` operation.
68pub mod list_platform_applications;
69
70/// Types for the `ListSMSSandboxPhoneNumbers` operation.
71pub mod list_sms_sandbox_phone_numbers;
72
73/// Types for the `ListSubscriptions` operation.
74pub mod list_subscriptions;
75
76/// Types for the `ListSubscriptionsByTopic` operation.
77pub mod list_subscriptions_by_topic;
78
79/// Types for the `ListTagsForResource` operation.
80pub mod list_tags_for_resource;
81
82/// Types for the `ListTopics` operation.
83pub mod list_topics;
84
85/// Types for the `OptInPhoneNumber` operation.
86pub mod opt_in_phone_number;
87
88/// Types for the `Publish` operation.
89pub mod publish;
90
91/// Types for the `PublishBatch` operation.
92pub mod publish_batch;
93
94/// Types for the `PutDataProtectionPolicy` operation.
95pub mod put_data_protection_policy;
96
97/// Types for the `RemovePermission` operation.
98pub mod remove_permission;
99
100/// Types for the `SetEndpointAttributes` operation.
101pub mod set_endpoint_attributes;
102
103/// Types for the `SetPlatformApplicationAttributes` operation.
104pub mod set_platform_application_attributes;
105
106/// Types for the `SetSMSAttributes` operation.
107pub mod set_sms_attributes;
108
109/// Types for the `SetSubscriptionAttributes` operation.
110pub mod set_subscription_attributes;
111
112/// Types for the `SetTopicAttributes` operation.
113pub mod set_topic_attributes;
114
115/// Types for the `Subscribe` operation.
116pub mod subscribe;
117
118/// Types for the `TagResource` operation.
119pub mod tag_resource;
120
121/// Types for the `Unsubscribe` operation.
122pub mod unsubscribe;
123
124/// Types for the `UntagResource` operation.
125pub mod untag_resource;
126
127/// Types for the `VerifySMSSandboxPhoneNumber` operation.
128pub mod verify_sms_sandbox_phone_number;