Module Smaws_Client_CodeConnections.CreateHost

Creates a resource that represents the infrastructure where a third-party provider is installed. The host is used when you create connections to an installed third-party provider type, such as GitHub Enterprise Server. You create one host for all connections to that provider.

A host created through the CLI or the SDK is in `PENDING` status by default. You can make its status `AVAILABLE` by setting up the host in the console.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `LimitExceededException of Types.limit_exceeded_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.create_host_input -> (Types.create_host_output, [> Smaws_Lib.Protocols.AwsJson.error | `LimitExceededException of Types.limit_exceeded_exception ]) Stdlib.result