soto-ec2

0.3.0

Standalone Repository of AWS EC2 Client from soto-project/soto
soto-archive/soto-ec2

What's New

2017-07-04T17:34:15Z

ec2

An AWS ec2 type safe client for Swift (This is part of aws-sdk-swift)

Documentation

Visit the aws-sdk-swift documentation for instructions and browsing api references.

Installation

Package.swift

import PackageDescription

let package = Package(
    name: "MyAWSApp",
    dependencies: [
        .Package(url: "https://github.com/swift-aws/ec2.git", majorVersion: 0, minor: 3)
    ]
)

Description

  • Swift Tools
View More Packages from this Author

Dependencies

  • None
Last updated: Wed Jan 10 2024 06:32:26 GMT-1000 (Hawaii-Aleutian Standard Time)