aws_client
Auto-generated client libraries for accessing Amazon Web Services (AWS) APIs
High-level APIs for Amazon Web Services (AWS) in Dart
Auto-generated client libraries for accessing Amazon Web Services (AWS) APIs
The DynamoDB document client simplifies working with items. It uses native Dart types as input parameters, as well as converts response data to native Dart types.
—English project snapshot. Visit GitHub for the latest content.
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.