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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AcceptEulas` operation.
pub mod accept_eulas;

/// Types for the `CreateLaunchProfile` operation.
pub mod create_launch_profile;

/// Types for the `CreateStreamingImage` operation.
pub mod create_streaming_image;

/// Types for the `CreateStreamingSession` operation.
pub mod create_streaming_session;

/// Types for the `CreateStreamingSessionStream` operation.
pub mod create_streaming_session_stream;

/// Types for the `CreateStudio` operation.
pub mod create_studio;

/// Types for the `CreateStudioComponent` operation.
pub mod create_studio_component;

/// Types for the `DeleteLaunchProfile` operation.
pub mod delete_launch_profile;

/// Types for the `DeleteLaunchProfileMember` operation.
pub mod delete_launch_profile_member;

/// Types for the `DeleteStreamingImage` operation.
pub mod delete_streaming_image;

/// Types for the `DeleteStreamingSession` operation.
pub mod delete_streaming_session;

/// Types for the `DeleteStudio` operation.
pub mod delete_studio;

/// Types for the `DeleteStudioComponent` operation.
pub mod delete_studio_component;

/// Types for the `DeleteStudioMember` operation.
pub mod delete_studio_member;

/// Types for the `GetEula` operation.
pub mod get_eula;

/// Types for the `GetLaunchProfile` operation.
pub mod get_launch_profile;

/// Types for the `GetLaunchProfileDetails` operation.
pub mod get_launch_profile_details;

/// Types for the `GetLaunchProfileInitialization` operation.
pub mod get_launch_profile_initialization;

/// Types for the `GetLaunchProfileMember` operation.
pub mod get_launch_profile_member;

/// Types for the `GetStreamingImage` operation.
pub mod get_streaming_image;

/// Types for the `GetStreamingSession` operation.
pub mod get_streaming_session;

/// Types for the `GetStreamingSessionBackup` operation.
pub mod get_streaming_session_backup;

/// Types for the `GetStreamingSessionStream` operation.
pub mod get_streaming_session_stream;

/// Types for the `GetStudio` operation.
pub mod get_studio;

/// Types for the `GetStudioComponent` operation.
pub mod get_studio_component;

/// Types for the `GetStudioMember` operation.
pub mod get_studio_member;

/// Types for the `ListEulaAcceptances` operation.
pub mod list_eula_acceptances;

/// Types for the `ListEulas` operation.
pub mod list_eulas;

/// Types for the `ListLaunchProfileMembers` operation.
pub mod list_launch_profile_members;

/// Types for the `ListLaunchProfiles` operation.
pub mod list_launch_profiles;

/// Types for the `ListStreamingImages` operation.
pub mod list_streaming_images;

/// Types for the `ListStreamingSessionBackups` operation.
pub mod list_streaming_session_backups;

/// Types for the `ListStreamingSessions` operation.
pub mod list_streaming_sessions;

/// Types for the `ListStudioComponents` operation.
pub mod list_studio_components;

/// Types for the `ListStudioMembers` operation.
pub mod list_studio_members;

/// Types for the `ListStudios` operation.
pub mod list_studios;

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

/// Types for the `PutLaunchProfileMembers` operation.
pub mod put_launch_profile_members;

/// Types for the `PutStudioMembers` operation.
pub mod put_studio_members;

/// Types for the `StartStreamingSession` operation.
pub mod start_streaming_session;

/// Types for the `StartStudioSSOConfigurationRepair` operation.
pub mod start_studio_sso_configuration_repair;

/// Types for the `StopStreamingSession` operation.
pub mod stop_streaming_session;

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

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

/// Types for the `UpdateLaunchProfile` operation.
pub mod update_launch_profile;

/// Types for the `UpdateLaunchProfileMember` operation.
pub mod update_launch_profile_member;

/// Types for the `UpdateStreamingImage` operation.
pub mod update_streaming_image;

/// Types for the `UpdateStudio` operation.
pub mod update_studio;

/// Types for the `UpdateStudioComponent` operation.
pub mod update_studio_component;