Values.SubscribeResponseSourceResponse for Subscribe action.
type subscribeResult = {subscriptionArn : SubscriptionARN.t option;The ARN of the subscription if it is confirmed, or the string "pending confirmation" if the subscription requires confirmation. However, if the API request parameter ReturnSubscriptionArn is true, then the value is always the subscription ARN, even if the subscription requires confirmation.
*)}type error = [ | `AuthorizationErrorException of AuthorizationErrorException.t| `FilterPolicyLimitExceededException of FilterPolicyLimitExceededException.t| `InternalErrorException of InternalErrorException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidSecurityException of InvalidSecurityException.t| `NotFoundException of NotFoundException.t| `ReplayLimitExceededException of ReplayLimitExceededException.t| `SubscriptionLimitExceededException of SubscriptionLimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `FilterPolicyLimitExceededException of FilterPolicyLimitExceededException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidSecurityException of InvalidSecurityException.t
| `NotFoundException of NotFoundException.t
| `ReplayLimitExceededException of ReplayLimitExceededException.t
| `SubscriptionLimitExceededException of SubscriptionLimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `FilterPolicyLimitExceededException of FilterPolicyLimitExceededException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidSecurityException of InvalidSecurityException.t
| `NotFoundException of NotFoundException.t
| `ReplayLimitExceededException of ReplayLimitExceededException.t
| `SubscriptionLimitExceededException of SubscriptionLimitExceededException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of SubscriptionARN.t ]) list ])
list ]