SwiftAWSLogs

1.1.3

Standalone Repository of AWS CloudWatch Client from soto-project/soto
soto-archive/soto-cloudwatch

What's New

2017-12-18T05:21:23Z

logs

An AWS logs 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/logs.git", .upToNextMajor(from: "1.0.0"))
    ]
)

Description

  • Swift Tools 4.0.0
View More Packages from this Author

Dependencies

Last updated: Mon Oct 21 2024 18:17:06 GMT-0900 (Hawaii-Aleutian Daylight Time)