Values.DescribeNotificationConfigurationsAnswerSourceGets information about the Amazon SNS notifications that are configured for one or more Auto Scaling groups.
type describeNotificationConfigurationsResult = {notificationConfigurations : NotificationConfigurations.t option;The notification configurations.
*)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.
*)}and t = {describeNotificationConfigurationsResult : describeNotificationConfigurationsResult;responseMetaData : responseMetaData;}type error = [ | `InvalidNextToken of InvalidNextToken.t| `ResourceContentionFault of ResourceContentionFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidNextToken of InvalidNextToken.t
| `ResourceContentionFault of ResourceContentionFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidNextToken of InvalidNextToken.t
| `ResourceContentionFault of ResourceContentionFault.t
| `Unknown_operation_error of string * string option ]val 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 ]