Module Values.GetResourceSnapshotResponseSource

Use this action to retrieve a specific snapshot record.

Sourcetype nonrec t = {
  1. catalog : CatalogIdentifier.t option;
    (*

    The catalog in which the snapshot was created. Matches the Catalog specified in the request.

    *)
  2. arn : ResourceArn.t option;
    (*

    The Amazon Resource Name (ARN) that uniquely identifies the resource snapshot.

    *)
  3. createdBy : AwsAccount.t option;
    (*

    The AWS account ID of the principal (user or role) who created the snapshot. This helps in tracking the origin of the snapshot.

    *)
  4. createdAt : DateTime.t option;
    (*

    The timestamp when the snapshot was created, in ISO 8601 format (e.g., "2023-06-01T14:30:00Z"). This allows for precise tracking of when the snapshot was taken.

    *)
  5. engagementId : EngagementIdentifier.t option;
    (*

    The identifier of the engagement associated with this snapshot. Matches the EngagementIdentifier specified in the request.

    *)
  6. resourceType : ResourceType.t option;
    (*

    The type of the resource that was snapshotted. Matches the ResourceType specified in the request.

    *)
  7. resourceId : ResourceIdentifier.t option;
    (*

    The identifier of the specific resource that was snapshotted. Matches the ResourceIdentifier specified in the request.

    *)
  8. resourceSnapshotTemplateName : ResourceTemplateName.t option;
    (*

    The name of the view used for this snapshot. This is the same as the template name.

    *)
  9. revision : ResourceSnapshotRevision.t option;
    (*

    The revision number of this snapshot. This is a positive integer that is sequential and unique within the context of a resource view.

    *)
  10. payload : ResourceSnapshotPayload.t option;
  11. targetMemberAccounts : AwsAccountIdOrAliasList.t option;
    (*

    Target member accounts associated with the resource snapshot.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?catalog:??? -> ?arn:??? -> ?createdBy:??? -> ?createdAt:??? -> ?engagementId:??? -> ?resourceType:??? -> ?resourceId:??? -> ?resourceSnapshotTemplateName:??? -> ?revision:??? -> ?payload:??? -> ?targetMemberAccounts:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of ResourceSnapshotRevision.t | `List of [> `String of AwsAccount.t ] list | `String of CatalogIdentifier.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `Structure of (string * [> `Enum of string | `String of Email.t ]) list ] list | `String of OpportunityIdentifier.t | `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of AwsMarketplaceOfferIdentifier.t | `Structure of (string * [> `Enum of string | `String of Email.t | `Timestamp of DateTime.t ]) list ] list | `String of Date.t | `Structure of (string * [> `Enum of string | `String of AccountOtherIndustryString.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t ]) list ] list | `Map of ([> `String of String_.t ] * [> `String of MonetaryAmount.t ]) list | `String of AddressCityString.t ]) list ]) list ]) list ]) list ]) list | `Timestamp of DateTime.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