aws_client
Amazon Web Services (AWS) API にアクセスするための自動生成クライアントライブラリ
Dart における Amazon Web Services (AWS) の高レベル API
Amazon Web Services (AWS) API にアクセスするための自動生成クライアントライブラリ
DynamoDB ドキュメントクライアントは、アイテムの操作を簡素化します。入力パラメータとしてネイティブな Dart 型を使用し、応答データをネイティブな Dart 型に変換します。
—以下は英語原文のスナップショットです。最新版は 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.