Values.GetDataProtectionPolicyResponseSourceRetrieves the specified inline DataProtectionPolicy document that is stored in the specified Amazon SNS topic.
type getDataProtectionPolicyResult = {dataProtectionPolicy : AttributeValue.t option;Retrieves the DataProtectionPolicy in JSON string format.
*)}and t = {getDataProtectionPolicyResult : getDataProtectionPolicyResult;responseMetaData : responseMetaData;}type error = [ | `AuthorizationErrorException of AuthorizationErrorException.t| `InternalErrorException of InternalErrorException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidSecurityException of InvalidSecurityException.t| `NotFoundException of NotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidSecurityException of InvalidSecurityException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidSecurityException of InvalidSecurityException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of AttributeValue.t ]) list ])
list ]