Module Values.CopySnapshotResultSource

Makes a copy of an existing snapshot. This operation is valid for Valkey or Redis OSS only. Users or groups that have permissions to use the CopySnapshot operation can create their own Amazon S3 buckets and copy snapshots to it. To control access to your snapshots, use an IAM policy to control who has the ability to use the CopySnapshot operation. For more information about using IAM to control the use of ElastiCache operations, see Exporting Snapshots and Authentication & Access Control. You could receive the following error messages. Error Messages Error Message: The S3 bucket %s is outside of the region. Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide. Error Message: The S3 bucket %s does not exist. Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide. Error Message: The S3 bucket %s is not owned by the authenticated user. Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide. Error Message: The authenticated user does not have sufficient permissions to perform the desired activity. Solution: Contact your system administrator to get the needed permissions. Error Message: The S3 bucket %s already contains an object with key %s. Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName. Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket. Solution: Add List and Read permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide. Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket. Solution: Add Upload/Delete permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide. Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket. Solution: Add View Permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide.

Sourcetype copySnapshotResult = {
  1. snapshot : Snapshot.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. copySnapshotResult : copySnapshotResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  2. | `InvalidParameterValueException of InvalidParameterValueException.t
  3. | `InvalidSnapshotStateFault of InvalidSnapshotStateFault.t
  4. | `SnapshotAlreadyExistsFault of SnapshotAlreadyExistsFault.t
  5. | `SnapshotNotFoundFault of SnapshotNotFoundFault.t
  6. | `SnapshotQuotaExceededFault of SnapshotQuotaExceededFault.t
  7. | `TagQuotaPerResourceExceeded of TagQuotaPerResourceExceeded.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?snapshot:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `InvalidSnapshotStateFault of unit | `SnapshotAlreadyExistsFault of unit | `SnapshotNotFoundFault of unit | `SnapshotQuotaExceededFault of unit | `TagQuotaPerResourceExceeded of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `InvalidSnapshotStateFault of unit | `SnapshotAlreadyExistsFault of unit | `SnapshotNotFoundFault of unit | `SnapshotQuotaExceededFault of unit | `TagQuotaPerResourceExceeded 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 * [> `Boolean of Boolean.t | `Enum of string | `Integer of IntegerOptional.t | `List of [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Integer of IntegerOptional.t | `List of [> `String of String_.t ] list | `String of AllowedNodeGroupId.t ]) list | `Timestamp of TStamp.t ]) list ] list | `String of String_.t | `Timestamp of TStamp.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