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.