aws-sdk-lambdacore 1.0.0

AWS SDK for AWS Lambda Core
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateNetworkConnector` operation.
pub mod create_network_connector;

/// Types for the `DeleteNetworkConnector` operation.
pub mod delete_network_connector;

/// Types for the `GetNetworkConnector` operation.
pub mod get_network_connector;

/// Types for the `ListNetworkConnectors` operation.
pub mod list_network_connectors;

/// Types for the `UpdateNetworkConnector` operation.
pub mod update_network_connector;