v0.7.1
aws_client
用于访问 Amazon Web Services (AWS) API 的自动生成客户端库
39喜欢 1.5万近 30 天下载140Pub 分数
AndroidiOSWebmacOSWindowsLinux
Dart 中的 Amazon Web Services (AWS) 高级 API
—以下为英文项目原文快照,最新内容请访问 GitHub。
This repository contains a single Dart package, aws_client, which
bundles auto-generated clients for all supported AWS APIs together with the shared
runtime, DynamoDB document client and credential providers.
aws_client — the published package with all AWS API clientsaws_client from the AWS SDK for JavaScript API modelsGenerated sources are checked into the repository. To regenerate them, run the
following command with the working directory set to the generator
folder:
dart bin/generate.dart generate
This downloads the JSON API definitions (if needed) and regenerates the
aws_client package and its protocol conformance test suite. See the
generator README for more options.