Values.StartSnapshotResponseSourceCreates a new Amazon EBS snapshot. The new snapshot enters the pending state after the request completes. After creating the snapshot, use PutSnapshotBlock to write blocks of data to the snapshot. You should always retry requests that receive server (5xx) error responses, and ThrottlingException and RequestThrottledException client error responses. For more information see Error retries in the Amazon Elastic Compute Cloud User Guide.
type nonrec t = {description : Description.t option;The description of the snapshot.
*)snapshotId : SnapshotId.t option;The ID of the snapshot.
*)ownerId : OwnerId.t option;The Amazon Web Services account ID of the snapshot owner.
*)status : Status.t option;The status of the snapshot.
*)startTime : TimeStamp.t option;The timestamp when the snapshot was created.
*)volumeSize : VolumeSize.t option;The size of the volume, in GiB.
*)blockSize : BlockSize.t option;The size of the blocks in the snapshot, in bytes.
*)parentSnapshotId : SnapshotId.t option;The ID of the parent snapshot.
*)kmsKeyArn : KmsKeyArn.t option;The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the snapshot.
*)sseType : SSEType.t option;Reserved for future use.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConcurrentLimitExceededException of ConcurrentLimitExceededException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `RequestThrottledException of RequestThrottledException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConcurrentLimitExceededException of ConcurrentLimitExceededException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `RequestThrottledException of RequestThrottledException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConcurrentLimitExceededException of ConcurrentLimitExceededException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `RequestThrottledException of RequestThrottledException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of BlockSize.t
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `Long of VolumeSize.t
| `String of Description.t
| `Timestamp of TimeStamp.t ])
list ]