Module Values.DescribeNotificationConfigurationsAnswerSource

Gets information about the Amazon SNS notifications that are configured for one or more Auto Scaling groups.

Sourcetype describeNotificationConfigurationsResult = {
  1. notificationConfigurations : NotificationConfigurations.t option;
    (*

    The notification configurations.

    *)
  2. nextToken : XmlString.t option;
    (*

    A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeNotificationConfigurationsResult : describeNotificationConfigurationsResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidNextToken of InvalidNextToken.t
  2. | `ResourceContentionFault of ResourceContentionFault.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?notificationConfigurations:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidNextToken of InvalidNextToken.t | `ResourceContentionFault of ResourceContentionFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidNextToken of InvalidNextToken.t | `ResourceContentionFault of ResourceContentionFault.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 * [> `List of [> `Structure of (string * [> `String of XmlStringMaxLen255.t ]) list ] list | `String of XmlString.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