Module Values.CreateAdapterVersionResponseSource

Creates a new version of an adapter. Operates on a provided AdapterId and a specified dataset provided via the DatasetConfig argument. Requires that you specify an Amazon S3 bucket with the OutputConfig argument. You can provide an optional KMSKeyId, an optional ClientRequestToken, and optional tags.

Sourcetype nonrec t = {
  1. adapterId : AdapterId.t option;
    (*

    A string containing the unique ID for the adapter that has received a new version.

    *)
  2. adapterVersion : AdapterVersion.t option;
    (*

    A string describing the new version of the adapter.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t
  4. | `InternalServerError of InternalServerError.t
  5. | `InvalidKMSKeyException of InvalidKMSKeyException.t
  6. | `InvalidParameterException of InvalidParameterException.t
  7. | `InvalidS3ObjectException of InvalidS3ObjectException.t
  8. | `LimitExceededException of LimitExceededException.t
  9. | `ProvisionedThroughputExceededException of ProvisionedThroughputExceededException.t
  10. | `ResourceNotFoundException of ResourceNotFoundException.t
  11. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  12. | `ThrottlingException of ThrottlingException.t
  13. | `ValidationException of ValidationException.t
  14. | `Unknown_operation_error of string * string option
]
Sourceval make : ?adapterId:??? -> ?adapterVersion:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of unit | `ConflictException of unit | `IdempotentParameterMismatchException of unit | `InternalServerError of unit | `InvalidKMSKeyException of unit | `InvalidParameterException of unit | `InvalidS3ObjectException of unit | `LimitExceededException of unit | `ProvisionedThroughputExceededException of unit | `ResourceNotFoundException of unit | `ServiceQuotaExceededException of unit | `ThrottlingException of unit | `Unknown_operation_error of string * string option | `ValidationException of unit ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of unit | `ConflictException of unit | `IdempotentParameterMismatchException of unit | `InternalServerError of unit | `InvalidKMSKeyException of unit | `InvalidParameterException of unit | `InvalidS3ObjectException of unit | `LimitExceededException of unit | `ProvisionedThroughputExceededException of unit | `ResourceNotFoundException of unit | `ServiceQuotaExceededException of unit | `ThrottlingException of unit | `Unknown_operation_error of string * string option | `ValidationException of unit ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AdapterId.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