Module Values.IntegrationSource

Creates a zero-ETL integration or S3 event integration with Amazon Redshift.

Sourcetype createIntegrationResult = {
  1. integrationArn : IntegrationArn.t option;
    (*

    The Amazon Resource Name (ARN) of the integration.

    *)
  2. integrationName : IntegrationName.t option;
    (*

    The name of the integration.

    *)
  3. sourceArn : SourceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the database used as the source for replication.

    *)
  4. targetArn : TargetArn.t option;
    (*

    The Amazon Resource Name (ARN) of the Amazon Redshift data warehouse to use as the target for replication.

    *)
  5. status : ZeroETLIntegrationStatus.t option;
    (*

    The current status of the integration.

    *)
  6. errors : IntegrationErrorList.t option;
    (*

    Any errors associated with the integration.

    *)
  7. createTime : TStamp.t option;
    (*

    The time (UTC) when the integration was created.

    *)
  8. description : Description.t option;
    (*

    The description of the integration.

    *)
  9. kMSKeyId : String_.t option;
    (*

    The Key Management Service (KMS) key identifier for the key used to encrypt the integration.

    *)
  10. additionalEncryptionContext : EncryptionContextMap.t option;
    (*

    The encryption context for the integration. For more information, see Encryption context in the Amazon Web Services Key Management Service Developer Guide.

    *)
  11. tags : TagList.t option;
    (*

    The list of tags associated with the integration.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createIntegrationResult : createIntegrationResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `IntegrationAlreadyExistsFault of IntegrationAlreadyExistsFault.t
  2. | `IntegrationConflictOperationFault of IntegrationConflictOperationFault.t
  3. | `IntegrationQuotaExceededFault of IntegrationQuotaExceededFault.t
  4. | `IntegrationSourceNotFoundFault of IntegrationSourceNotFoundFault.t
  5. | `IntegrationTargetNotFoundFault of IntegrationTargetNotFoundFault.t
  6. | `InvalidClusterStateFault of InvalidClusterStateFault.t
  7. | `InvalidTagFault of InvalidTagFault.t
  8. | `TagLimitExceededFault of TagLimitExceededFault.t
  9. | `UnsupportedOperationFault of UnsupportedOperationFault.t
  10. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?integrationArn:??? -> ?integrationName:??? -> ?sourceArn:??? -> ?targetArn:??? -> ?status:??? -> ?errors:??? -> ?createTime:??? -> ?description:??? -> ?kMSKeyId:??? -> ?additionalEncryptionContext:??? -> ?tags:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `IntegrationAlreadyExistsFault of unit | `IntegrationConflictOperationFault of unit | `IntegrationQuotaExceededFault of unit | `IntegrationSourceNotFoundFault of unit | `IntegrationTargetNotFoundFault of unit | `InvalidClusterStateFault of unit | `InvalidTagFault of unit | `TagLimitExceededFault of unit | `Unknown_operation_error of string * string option | `UnsupportedOperationFault of unit ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `IntegrationAlreadyExistsFault of unit | `IntegrationConflictOperationFault of unit | `IntegrationQuotaExceededFault of unit | `IntegrationSourceNotFoundFault of unit | `IntegrationTargetNotFoundFault of unit | `InvalidClusterStateFault of unit | `InvalidTagFault of unit | `TagLimitExceededFault of unit | `Unknown_operation_error of string * string option | `UnsupportedOperationFault of unit ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of IntegrationArn.t | `Timestamp of TStamp.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