Crates.io | rw-aws-sdk-ec2 |
lib.rs | rw-aws-sdk-ec2 |
version | 1.2.0 |
source | src |
created_at | 2024-03-01 08:53:31.759872 |
updated_at | 2024-03-01 08:53:31.759872 |
description | AWS SDK for Amazon Elastic Compute Cloud (with only APIs needed by RisingWave) |
homepage | |
repository | https://github.com/awslabs/aws-sdk-rust |
max_upload_size | |
id | 1158652 |
size | 45,820,614 |
Only keep the following APIs
Copy the original version
cp -R ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-sdk-ec2-1.2.0/src .
cp ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-sdk-ec2-1.2.0/Cargo.toml .
client.rs
and operation.rs
to only keep the required mod
s.protocol_serde.rs
and types.rs
. This need to contain not only the required APIs, but also some other depended types. So manual work is needed.