Module Values.CreateWorkerConfigurationResponseSource

Creates a worker configuration using the specified properties.

Sourcetype nonrec t = {
  1. creationTime : string option;
    (*

    The time that the worker configuration was created.

    *)
  2. latestRevision : WorkerConfigurationRevisionSummary.t option;
    (*

    The latest revision of the worker configuration.

    *)
  3. name : string option;
    (*

    The name of the worker configuration.

    *)
  4. workerConfigurationArn : string option;
    (*

    The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.

    *)
  5. workerConfigurationState : WorkerConfigurationState.t option;
    (*

    The state of the worker configuration.

    *)
}
Sourcetype nonrec error = [
  1. | `BadRequestException of BadRequestException.t
  2. | `ConflictException of ConflictException.t
  3. | `ForbiddenException of ForbiddenException.t
  4. | `InternalServerErrorException of InternalServerErrorException.t
  5. | `NotFoundException of NotFoundException.t
  6. | `ServiceUnavailableException of ServiceUnavailableException.t
  7. | `TooManyRequestsException of TooManyRequestsException.t
  8. | `UnauthorizedException of UnauthorizedException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?creationTime:??? -> ?latestRevision:??? -> ?name:??? -> ?workerConfigurationArn:??? -> ?workerConfigurationState:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `BadRequestException of BadRequestException.t | `ConflictException of ConflictException.t | `ForbiddenException of ForbiddenException.t | `InternalServerErrorException of InternalServerErrorException.t | `NotFoundException of NotFoundException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `TooManyRequestsException of TooManyRequestsException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `BadRequestException of BadRequestException.t | `ConflictException of ConflictException.t | `ForbiddenException of ForbiddenException.t | `InternalServerErrorException of InternalServerErrorException.t | `NotFoundException of NotFoundException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `TooManyRequestsException of TooManyRequestsException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Long of Awso.Import.Int64.t | `String of string | `Timestamp of string ]) list | `Timestamp of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t