View on GitHub

aws-sdk-swift

ApiGatewayManagementApiClient

public class ApiGatewayManagementApiClient 

Inheritance

ApiGatewayManagementApiClientProtocol

Initializers

init(config:)

public init(config: AWSClientRuntime.AWSClientConfiguration) 

init(region:)

public convenience init(region: Swift.String? = nil) throws 

Properties

clientName

public static let clientName = "ApiGatewayManagementApiClient"

Methods

deleteConnection(input:completion:)

Delete the connection with the provided id.

public func deleteConnection(input: DeleteConnectionInput, completion: @escaping (ClientRuntime.SdkResult<DeleteConnectionOutputResponse, DeleteConnectionOutputError>) -> Void)

getConnection(input:completion:)

Get information about the connection with the provided id.

public func getConnection(input: GetConnectionInput, completion: @escaping (ClientRuntime.SdkResult<GetConnectionOutputResponse, GetConnectionOutputError>) -> Void)

postToConnection(input:completion:)

Sends the provided data to the specified connection.

public func postToConnection(input: PostToConnectionInput, completion: @escaping (ClientRuntime.SdkResult<PostToConnectionOutputResponse, PostToConnectionOutputError>) -> Void)