Values.GetS3AccessPolicyResponseSourceRetrieves details about an access policy on a given store.
type nonrec t = {s3AccessPointArn : S3AccessPointArn.t option;The S3 access point ARN that has the access policy.
*)storeId : StoreId.t option;The Amazon Web Services-generated Sequence Store or Reference Store ID.
*)storeType : StoreType.t option;The type of store associated with the access point.
*)updateTime : SyntheticTimestamp_date_time.t option;The time when the policy was last updated.
*)s3AccessPolicy : S3AccessPolicy.t option;The current resource policy that controls S3 access on the store.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `NotSupportedOperationException of NotSupportedOperationException.t| `RequestTimeoutException of RequestTimeoutException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `NotSupportedOperationException of NotSupportedOperationException.t
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `NotSupportedOperationException of NotSupportedOperationException.t
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of S3AccessPointArn.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]