An AWS iam type safe client for Swift (This is part of aws-sdk-swift)
Visit the aws-sdk-swift documentation for instructions and browsing api references.
import PackageDescription
let package = Package(
name: "MyAWSApp",
dependencies: [
.package(url: "https://github.com/swift-aws/iam.git", .upToNextMajor(from: "1.0.0"))
]
)