soto-ecs

0.3.0

Standalone Repository of AWS ECS Client from soto-project/soto
soto-archive/soto-ecs

What's New

2017-07-04T17:34:28Z

ecs

An AWS ecs 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/ecs.git", majorVersion: 0, minor: 3)
    ]
)

Description

  • Swift Tools
View More Packages from this Author

Dependencies

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