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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CloneBackend` operation.
pub mod clone_backend;

/// Types for the `CreateBackend` operation.
pub mod create_backend;

/// Types for the `CreateBackendAPI` operation.
pub mod create_backend_api;

/// Types for the `CreateBackendAuth` operation.
pub mod create_backend_auth;

/// Types for the `CreateBackendConfig` operation.
pub mod create_backend_config;

/// Types for the `CreateBackendStorage` operation.
pub mod create_backend_storage;

/// Types for the `CreateToken` operation.
pub mod create_token;

/// Types for the `DeleteBackend` operation.
pub mod delete_backend;

/// Types for the `DeleteBackendAPI` operation.
pub mod delete_backend_api;

/// Types for the `DeleteBackendAuth` operation.
pub mod delete_backend_auth;

/// Types for the `DeleteBackendStorage` operation.
pub mod delete_backend_storage;

/// Types for the `DeleteToken` operation.
pub mod delete_token;

/// Types for the `GenerateBackendAPIModels` operation.
pub mod generate_backend_api_models;

/// Types for the `GetBackend` operation.
pub mod get_backend;

/// Types for the `GetBackendAPI` operation.
pub mod get_backend_api;

/// Types for the `GetBackendAPIModels` operation.
pub mod get_backend_api_models;

/// Types for the `GetBackendAuth` operation.
pub mod get_backend_auth;

/// Types for the `GetBackendJob` operation.
pub mod get_backend_job;

/// Types for the `GetBackendStorage` operation.
pub mod get_backend_storage;

/// Types for the `GetToken` operation.
pub mod get_token;

/// Types for the `ImportBackendAuth` operation.
pub mod import_backend_auth;

/// Types for the `ImportBackendStorage` operation.
pub mod import_backend_storage;

/// Types for the `ListBackendJobs` operation.
pub mod list_backend_jobs;

/// Types for the `ListS3Buckets` operation.
pub mod list_s3_buckets;

/// Types for the `RemoveAllBackends` operation.
pub mod remove_all_backends;

/// Types for the `RemoveBackendConfig` operation.
pub mod remove_backend_config;

/// Types for the `UpdateBackendAPI` operation.
pub mod update_backend_api;

/// Types for the `UpdateBackendAuth` operation.
pub mod update_backend_auth;

/// Types for the `UpdateBackendConfig` operation.
pub mod update_backend_config;

/// Types for the `UpdateBackendJob` operation.
pub mod update_backend_job;

/// Types for the `UpdateBackendStorage` operation.
pub mod update_backend_storage;