aws_client
Amazon Web Services (AWS) API에 액세스하기 위한 자동 생성 클라이언트 라이브러리
Dart에서의 아마존 웹 서비스(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.