Module Values.DistributeImageResponseSource

DistributeImage distributes existing AMIs to additional regions and accounts without rebuilding the image.

Sourcetype nonrec t = {
  1. clientToken : ClientToken.t option;
    (*

    The client token that uniquely identifies the request.

    *)
  2. imageBuildVersionArn : ImageBuildVersionArn.t option;
    (*

    The Amazon Resource Name (ARN) of the image to be distributed.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `CallRateLimitExceededException of CallRateLimitExceededException.t
  3. | `ClientException of ClientException.t
  4. | `ForbiddenException of ForbiddenException.t
  5. | `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t
  6. | `InvalidRequestException of InvalidRequestException.t
  7. | `ResourceInUseException of ResourceInUseException.t
  8. | `ResourceNotFoundException of ResourceNotFoundException.t
  9. | `ServiceException of ServiceException.t
  10. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  11. | `ServiceUnavailableException of ServiceUnavailableException.t
  12. | `TooManyRequestsException of TooManyRequestsException.t
  13. | `Unknown_operation_error of string * string option
]
Sourceval make : ?clientToken:??? -> ?imageBuildVersionArn:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `CallRateLimitExceededException of CallRateLimitExceededException.t | `ClientException of ClientException.t | `ForbiddenException of ForbiddenException.t | `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t | `InvalidRequestException of InvalidRequestException.t | `ResourceInUseException of ResourceInUseException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceException of ServiceException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `CallRateLimitExceededException of CallRateLimitExceededException.t | `ClientException of ClientException.t | `ForbiddenException of ForbiddenException.t | `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t | `InvalidRequestException of InvalidRequestException.t | `ResourceInUseException of ResourceInUseException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceException of ServiceException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClientToken.t ]) 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