Module Values.ConfirmSubscriptionResponseSource

Response for ConfirmSubscriptions action.

Sourcetype confirmSubscriptionResult = {
  1. subscriptionArn : SubscriptionARN.t option;
    (*

    The ARN of the created subscription.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. confirmSubscriptionResult : confirmSubscriptionResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `AuthorizationErrorException of AuthorizationErrorException.t
  2. | `FilterPolicyLimitExceededException of FilterPolicyLimitExceededException.t
  3. | `InternalErrorException of InternalErrorException.t
  4. | `InvalidParameterException of InvalidParameterException.t
  5. | `NotFoundException of NotFoundException.t
  6. | `ReplayLimitExceededException of ReplayLimitExceededException.t
  7. | `SubscriptionLimitExceededException of SubscriptionLimitExceededException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?subscriptionArn:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AuthorizationErrorException of AuthorizationErrorException.t | `FilterPolicyLimitExceededException of FilterPolicyLimitExceededException.t | `InternalErrorException of InternalErrorException.t | `InvalidParameterException of InvalidParameterException.t | `NotFoundException of NotFoundException.t | `ReplayLimitExceededException of ReplayLimitExceededException.t | `SubscriptionLimitExceededException of SubscriptionLimitExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AuthorizationErrorException of AuthorizationErrorException.t | `FilterPolicyLimitExceededException of FilterPolicyLimitExceededException.t | `InternalErrorException of InternalErrorException.t | `InvalidParameterException of InvalidParameterException.t | `NotFoundException of NotFoundException.t | `ReplayLimitExceededException of ReplayLimitExceededException.t | `SubscriptionLimitExceededException of SubscriptionLimitExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of SubscriptionARN.t ]) list ]) 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