aws_sdk_apigatewaymanagement/
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 `DeleteConnection` operation.
5pub mod delete_connection;
6
7/// Types for the `GetConnection` operation.
8pub mod get_connection;
9
10/// Types for the `PostToConnection` operation.
11pub mod post_to_connection;