aws_sdk_amplifybackend/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 `CloneBackend` operation.
5pub mod clone_backend;
6
7/// Types for the `CreateBackend` operation.
8pub mod create_backend;
9
10/// Types for the `CreateBackendAPI` operation.
11pub mod create_backend_api;
12
13/// Types for the `CreateBackendAuth` operation.
14pub mod create_backend_auth;
15
16/// Types for the `CreateBackendConfig` operation.
17pub mod create_backend_config;
18
19/// Types for the `CreateBackendStorage` operation.
20pub mod create_backend_storage;
21
22/// Types for the `CreateToken` operation.
23pub mod create_token;
24
25/// Types for the `DeleteBackend` operation.
26pub mod delete_backend;
27
28/// Types for the `DeleteBackendAPI` operation.
29pub mod delete_backend_api;
30
31/// Types for the `DeleteBackendAuth` operation.
32pub mod delete_backend_auth;
33
34/// Types for the `DeleteBackendStorage` operation.
35pub mod delete_backend_storage;
36
37/// Types for the `DeleteToken` operation.
38pub mod delete_token;
39
40/// Types for the `GenerateBackendAPIModels` operation.
41pub mod generate_backend_api_models;
42
43/// Types for the `GetBackend` operation.
44pub mod get_backend;
45
46/// Types for the `GetBackendAPI` operation.
47pub mod get_backend_api;
48
49/// Types for the `GetBackendAPIModels` operation.
50pub mod get_backend_api_models;
51
52/// Types for the `GetBackendAuth` operation.
53pub mod get_backend_auth;
54
55/// Types for the `GetBackendJob` operation.
56pub mod get_backend_job;
57
58/// Types for the `GetBackendStorage` operation.
59pub mod get_backend_storage;
60
61/// Types for the `GetToken` operation.
62pub mod get_token;
63
64/// Types for the `ImportBackendAuth` operation.
65pub mod import_backend_auth;
66
67/// Types for the `ImportBackendStorage` operation.
68pub mod import_backend_storage;
69
70/// Types for the `ListBackendJobs` operation.
71pub mod list_backend_jobs;
72
73/// Types for the `ListS3Buckets` operation.
74pub mod list_s3_buckets;
75
76/// Types for the `RemoveAllBackends` operation.
77pub mod remove_all_backends;
78
79/// Types for the `RemoveBackendConfig` operation.
80pub mod remove_backend_config;
81
82/// Types for the `UpdateBackendAPI` operation.
83pub mod update_backend_api;
84
85/// Types for the `UpdateBackendAuth` operation.
86pub mod update_backend_auth;
87
88/// Types for the `UpdateBackendConfig` operation.
89pub mod update_backend_config;
90
91/// Types for the `UpdateBackendJob` operation.
92pub mod update_backend_job;
93
94/// Types for the `UpdateBackendStorage` operation.
95pub mod update_backend_storage;