aws_sdk_gameliftstreams/
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 `AddStreamGroupLocations` operation.
5pub mod add_stream_group_locations;
6
7/// Types for the `AssociateApplications` operation.
8pub mod associate_applications;
9
10/// Types for the `CreateApplication` operation.
11pub mod create_application;
12
13/// Types for the `CreateStreamGroup` operation.
14pub mod create_stream_group;
15
16/// Types for the `CreateStreamSessionConnection` operation.
17pub mod create_stream_session_connection;
18
19/// Types for the `DeleteApplication` operation.
20pub mod delete_application;
21
22/// Types for the `DeleteStreamGroup` operation.
23pub mod delete_stream_group;
24
25/// Types for the `DisassociateApplications` operation.
26pub mod disassociate_applications;
27
28/// Types for the `ExportStreamSessionFiles` operation.
29pub mod export_stream_session_files;
30
31/// Types for the `GetApplication` operation.
32pub mod get_application;
33
34/// Types for the `GetStreamGroup` operation.
35pub mod get_stream_group;
36
37/// Types for the `GetStreamSession` operation.
38pub mod get_stream_session;
39
40/// Types for the `ListApplications` operation.
41pub mod list_applications;
42
43/// Types for the `ListStreamGroups` operation.
44pub mod list_stream_groups;
45
46/// Types for the `ListStreamSessions` operation.
47pub mod list_stream_sessions;
48
49/// Types for the `ListStreamSessionsByAccount` operation.
50pub mod list_stream_sessions_by_account;
51
52/// Types for the `ListTagsForResource` operation.
53pub mod list_tags_for_resource;
54
55/// Types for the `RemoveStreamGroupLocations` operation.
56pub mod remove_stream_group_locations;
57
58/// Types for the `StartStreamSession` operation.
59pub mod start_stream_session;
60
61/// Types for the `TagResource` operation.
62pub mod tag_resource;
63
64/// Types for the `TerminateStreamSession` operation.
65pub mod terminate_stream_session;
66
67/// Types for the `UntagResource` operation.
68pub mod untag_resource;
69
70/// Types for the `UpdateApplication` operation.
71pub mod update_application;
72
73/// Types for the `UpdateStreamGroup` operation.
74pub mod update_stream_group;