Values.ConfirmSubscriptionResponseSourceResponse for ConfirmSubscriptions action.
type confirmSubscriptionResult = {subscriptionArn : SubscriptionARN.t option;The ARN of the created subscription.
*)}and t = {confirmSubscriptionResult : confirmSubscriptionResult;responseMetaData : responseMetaData;}type error = [ | `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 ]val 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 ]val 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 ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of SubscriptionARN.t ]) list ])
list ]