#aws #rusoto-aws #amazon-web-services #amazon #codestar-notificatio

rusoto_codestar_notifications

AWS SDK for Rust - AWS CodeStar Notifications @ 2019-10-15

7个版本 (破坏性更新)

0.48.0 2022年4月25日
0.47.0 2021年6月30日
0.46.0 2021年1月6日
0.45.0 2020年7月22日
0.43.0-beta.12020年2月7日

#51 in #aws-services

MIT许可证

165KB
3.5K SLoC

Rusoto CodeStarNotifications

Rust SDK for AWS CodeStar Notifications

api-docs-badge crates-io license-badge

你可能还在找

需求

使用Rusoto需要Rust稳定版或beta版。Nightly版已测试,但未保证支持。旧版本可能支持。目前支持的Rust版本可以在Rusoto项目中找到 travis.yml

在Linux上,如果使用native-tls特性,则需要OpenSSL。

安装

要在您的应用程序中使用rusoto_codestar_notifications,请将其添加到您的Cargo.toml中的依赖项。

[dependencies]
rusoto_codestar_notifications = "0.48.0"

包特性

  • native-tls - 使用特定平台的TLS实现。
  • rustls - 使用rustls TLS实现。
  • serialize_structs - 大多数操作输出的结构体将自动获取derive(Serialize)
  • deserialize_structs - 大多数操作输入的结构体将自动获取derive(Deserialize)

注意:默认情况下,包将使用native-tls TLS实现。

贡献

请参阅CONTRIBUTING

许可证

Rusoto在MIT许可证下分发。

有关详细信息,请参阅LICENSE

依赖项

~9–24MB
~364K SLoC