Values.DistributeImageResponseSourceDistributeImage distributes existing AMIs to additional regions and accounts without rebuilding the image.
type nonrec t = {clientToken : ClientToken.t option;The client token that uniquely identifies the request.
*)imageBuildVersionArn : ImageBuildVersionArn.t option;The Amazon Resource Name (ARN) of the image to be distributed.
*)}type nonrec error = [ | `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| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]