Module Values.CreateSnapshotCopyGrantResultSource

Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted symmetric key from Key Management Service (KMS) to encrypt copied snapshots in a destination region. For more information about managing snapshot copy grants, go to Amazon Redshift Database Encryption in the Amazon Redshift Cluster Management Guide.

Sourcetype createSnapshotCopyGrantResult = {
  1. snapshotCopyGrant : SnapshotCopyGrant.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createSnapshotCopyGrantResult : createSnapshotCopyGrantResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DependentServiceRequestThrottlingFault of DependentServiceRequestThrottlingFault.t
  2. | `InvalidTagFault of InvalidTagFault.t
  3. | `LimitExceededFault of LimitExceededFault.t
  4. | `SnapshotCopyGrantAlreadyExistsFault of SnapshotCopyGrantAlreadyExistsFault.t
  5. | `SnapshotCopyGrantQuotaExceededFault of SnapshotCopyGrantQuotaExceededFault.t
  6. | `TagLimitExceededFault of TagLimitExceededFault.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?snapshotCopyGrant:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DependentServiceRequestThrottlingFault of unit | `InvalidTagFault of unit | `LimitExceededFault of unit | `SnapshotCopyGrantAlreadyExistsFault of unit | `SnapshotCopyGrantQuotaExceededFault of unit | `TagLimitExceededFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DependentServiceRequestThrottlingFault of unit | `InvalidTagFault of unit | `LimitExceededFault of unit | `SnapshotCopyGrantAlreadyExistsFault of unit | `SnapshotCopyGrantQuotaExceededFault of unit | `TagLimitExceededFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t ]) list ]) 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