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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddPermission` operation.
pub mod add_permission;

/// Types for the `CheckIfPhoneNumberIsOptedOut` operation.
pub mod check_if_phone_number_is_opted_out;

/// Types for the `ConfirmSubscription` operation.
pub mod confirm_subscription;

/// Types for the `CreatePlatformApplication` operation.
pub mod create_platform_application;

/// Types for the `CreatePlatformEndpoint` operation.
pub mod create_platform_endpoint;

/// Types for the `CreateSMSSandboxPhoneNumber` operation.
pub mod create_sms_sandbox_phone_number;

/// Types for the `CreateTopic` operation.
pub mod create_topic;

/// Types for the `DeleteEndpoint` operation.
pub mod delete_endpoint;

/// Types for the `DeletePlatformApplication` operation.
pub mod delete_platform_application;

/// Types for the `DeleteSMSSandboxPhoneNumber` operation.
pub mod delete_sms_sandbox_phone_number;

/// Types for the `DeleteTopic` operation.
pub mod delete_topic;

/// Types for the `GetDataProtectionPolicy` operation.
pub mod get_data_protection_policy;

/// Types for the `GetEndpointAttributes` operation.
pub mod get_endpoint_attributes;

/// Types for the `GetPlatformApplicationAttributes` operation.
pub mod get_platform_application_attributes;

/// Types for the `GetSMSAttributes` operation.
pub mod get_sms_attributes;

/// Types for the `GetSMSSandboxAccountStatus` operation.
pub mod get_sms_sandbox_account_status;

/// Types for the `GetSubscriptionAttributes` operation.
pub mod get_subscription_attributes;

/// Types for the `GetTopicAttributes` operation.
pub mod get_topic_attributes;

/// Types for the `ListEndpointsByPlatformApplication` operation.
pub mod list_endpoints_by_platform_application;

/// Types for the `ListOriginationNumbers` operation.
pub mod list_origination_numbers;

/// Types for the `ListPhoneNumbersOptedOut` operation.
pub mod list_phone_numbers_opted_out;

/// Types for the `ListPlatformApplications` operation.
pub mod list_platform_applications;

/// Types for the `ListSMSSandboxPhoneNumbers` operation.
pub mod list_sms_sandbox_phone_numbers;

/// Types for the `ListSubscriptions` operation.
pub mod list_subscriptions;

/// Types for the `ListSubscriptionsByTopic` operation.
pub mod list_subscriptions_by_topic;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListTopics` operation.
pub mod list_topics;

/// Types for the `OptInPhoneNumber` operation.
pub mod opt_in_phone_number;

/// Types for the `Publish` operation.
pub mod publish;

/// Types for the `PublishBatch` operation.
pub mod publish_batch;

/// Types for the `PutDataProtectionPolicy` operation.
pub mod put_data_protection_policy;

/// Types for the `RemovePermission` operation.
pub mod remove_permission;

/// Types for the `SetEndpointAttributes` operation.
pub mod set_endpoint_attributes;

/// Types for the `SetPlatformApplicationAttributes` operation.
pub mod set_platform_application_attributes;

/// Types for the `SetSMSAttributes` operation.
pub mod set_sms_attributes;

/// Types for the `SetSubscriptionAttributes` operation.
pub mod set_subscription_attributes;

/// Types for the `SetTopicAttributes` operation.
pub mod set_topic_attributes;

/// Types for the `Subscribe` operation.
pub mod subscribe;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `Unsubscribe` operation.
pub mod unsubscribe;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `VerifySMSSandboxPhoneNumber` operation.
pub mod verify_sms_sandbox_phone_number;