Module Values.SubscribeResponseSource

Response for Subscribe action.

Sourcetype subscribeResult = {
  1. 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.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. subscribeResult : subscribeResult;
  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. | `InvalidSecurityException of InvalidSecurityException.t
  6. | `NotFoundException of NotFoundException.t
  7. | `ReplayLimitExceededException of ReplayLimitExceededException.t
  8. | `SubscriptionLimitExceededException of SubscriptionLimitExceededException.t
  9. | `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 | `InvalidSecurityException of InvalidSecurityException.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 | `InvalidSecurityException of InvalidSecurityException.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