Values_2.DescribeTopicRefreshScheduleResponseSourceDeletes a topic refresh schedule.
type nonrec t = {topicId : Values_1.TopicId.t option;The ID of the topic that contains the refresh schedule that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
*)topicArn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the topic.
*)datasetArn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the dataset.
*)refreshSchedule : Values_1.TopicRefreshSchedule.t option;The definition of a refresh schedule.
*)status : Values_1.StatusCode.t option;The HTTP status of the request.
*)requestId : Values_0.String_.t option;The Amazon Web Services request ID for this operation.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `ConflictException of Values_1.ConflictException.t| `InternalFailureException of Values_1.InternalFailureException.t| `InvalidParameterValueException of Values_1.InvalidParameterValueException.t| `LimitExceededException of Values_1.LimitExceededException.t| `ResourceExistsException of Values_1.ResourceExistsException.t| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t| `ThrottlingException of Values_1.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `ConflictException of Values_1.ConflictException.t
| `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `LimitExceededException of Values_1.LimitExceededException.t
| `ResourceExistsException of Values_1.ResourceExistsException.t
| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `ConflictException of Values_1.ConflictException.t
| `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `LimitExceededException of Values_1.LimitExceededException.t
| `ResourceExistsException of Values_1.ResourceExistsException.t
| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_1.StatusCode.t
| `String of Values_1.TopicId.t
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `String of Values_0.LimitedString.t
| `Timestamp of Values_0.Timestamp.t ])
list ])
list ]