Values.UpdateDistributionConfigurationResponseSourceUpdates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.
type nonrec t = {requestId : NonEmptyString.t option;The request ID that uniquely identifies this request.
*)clientToken : ClientToken.t option;The client token that uniquely identifies the request.
*)distributionConfigurationArn : DistributionConfigurationArn.t option;The Amazon Resource Name (ARN) of the distribution configuration that was updated by this request.
*)}type nonrec error = [ | `CallRateLimitExceededException of CallRateLimitExceededException.t| `ClientException of ClientException.t| `ForbiddenException of ForbiddenException.t| `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t| `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceInUseException of ResourceInUseException.t| `ServiceException of ServiceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CallRateLimitExceededException of CallRateLimitExceededException.t
| `ClientException of ClientException.t
| `ForbiddenException of ForbiddenException.t
| `IdempotentParameterMismatchException of
IdempotentParameterMismatchException.t
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceInUseException of ResourceInUseException.t
| `ServiceException of ServiceException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CallRateLimitExceededException of CallRateLimitExceededException.t
| `ClientException of ClientException.t
| `ForbiddenException of ForbiddenException.t
| `IdempotentParameterMismatchException of
IdempotentParameterMismatchException.t
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceInUseException of ResourceInUseException.t
| `ServiceException of ServiceException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]