aws_client
Amazon Web Services (AWS) API का उपयोग करने के लिए स्वचालित ग्राहक पुस्तकालय
डार्ट में अमेज़ॉन वेब सेवाओं (AWS) के उच्च स्तरीय API
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.