Module Values.CreateResourceOutputSource

Creates the specified resource. For more information, see Creating a resource in the Amazon Web Services Cloud Control API User Guide. After you have initiated a resource creation request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent type returned by CreateResource.

Sourcetype nonrec t = {
  1. progressEvent : ProgressEvent.t option;
    (*

    Represents the current status of the resource creation request. After you have initiated a resource creation request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by CreateResource.

    *)
}
Sourcetype nonrec error = [
  1. | `AlreadyExistsException of AlreadyExistsException.t
  2. | `ClientTokenConflictException of ClientTokenConflictException.t
  3. | `ConcurrentOperationException of ConcurrentOperationException.t
  4. | `GeneralServiceException of GeneralServiceException.t
  5. | `HandlerFailureException of HandlerFailureException.t
  6. | `HandlerInternalFailureException of HandlerInternalFailureException.t
  7. | `InvalidCredentialsException of InvalidCredentialsException.t
  8. | `InvalidRequestException of InvalidRequestException.t
  9. | `NetworkFailureException of NetworkFailureException.t
  10. | `NotStabilizedException of NotStabilizedException.t
  11. | `NotUpdatableException of NotUpdatableException.t
  12. | `PrivateTypeException of PrivateTypeException.t
  13. | `ResourceConflictException of ResourceConflictException.t
  14. | `ResourceNotFoundException of ResourceNotFoundException.t
  15. | `ServiceInternalErrorException of ServiceInternalErrorException.t
  16. | `ServiceLimitExceededException of ServiceLimitExceededException.t
  17. | `ThrottlingException of ThrottlingException.t
  18. | `TypeNotFoundException of TypeNotFoundException.t
  19. | `UnsupportedActionException of UnsupportedActionException.t
  20. | `Unknown_operation_error of string * string option
]
Sourceval make : ?progressEvent:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AlreadyExistsException of AlreadyExistsException.t | `ClientTokenConflictException of ClientTokenConflictException.t | `ConcurrentOperationException of ConcurrentOperationException.t | `GeneralServiceException of GeneralServiceException.t | `HandlerFailureException of HandlerFailureException.t | `HandlerInternalFailureException of HandlerInternalFailureException.t | `InvalidCredentialsException of InvalidCredentialsException.t | `InvalidRequestException of InvalidRequestException.t | `NetworkFailureException of NetworkFailureException.t | `NotStabilizedException of NotStabilizedException.t | `NotUpdatableException of NotUpdatableException.t | `PrivateTypeException of PrivateTypeException.t | `ResourceConflictException of ResourceConflictException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceInternalErrorException of ServiceInternalErrorException.t | `ServiceLimitExceededException of ServiceLimitExceededException.t | `ThrottlingException of ThrottlingException.t | `TypeNotFoundException of TypeNotFoundException.t | `Unknown_operation_error of string * string option | `UnsupportedActionException of UnsupportedActionException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AlreadyExistsException of AlreadyExistsException.t | `ClientTokenConflictException of ClientTokenConflictException.t | `ConcurrentOperationException of ConcurrentOperationException.t | `GeneralServiceException of GeneralServiceException.t | `HandlerFailureException of HandlerFailureException.t | `HandlerInternalFailureException of HandlerInternalFailureException.t | `InvalidCredentialsException of InvalidCredentialsException.t | `InvalidRequestException of InvalidRequestException.t | `NetworkFailureException of NetworkFailureException.t | `NotStabilizedException of NotStabilizedException.t | `NotUpdatableException of NotUpdatableException.t | `PrivateTypeException of PrivateTypeException.t | `ResourceConflictException of ResourceConflictException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceInternalErrorException of ServiceInternalErrorException.t | `ServiceLimitExceededException of ServiceLimitExceededException.t | `ThrottlingException of ThrottlingException.t | `TypeNotFoundException of TypeNotFoundException.t | `Unknown_operation_error of string * string option | `UnsupportedActionException of UnsupportedActionException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of TypeName.t | `Timestamp of Timestamp.t ]) list ]) 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