aws_client
Bibliotecas de cliente geradas automaticamente para acessar APIs da Amazon Web Services (AWS)
APIs de alto nível para Amazon Web Services (AWS) no Dart
Bibliotecas de cliente geradas automaticamente para acessar APIs da Amazon Web Services (AWS)
O cliente de documentos do DynamoDB simplifica o trabalho com itens. Ele usa tipos nativos do Dart como parâmetros de entrada, bem como converte os dados de resposta para tipos nativos do Dart.
—Texto original em inglês. Visite o GitHub para a versão atual.
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.