/// <summary>
 /// Returns information about all destinations. The getDestinations API is
 /// grantless. For more information, see "Grantless operations" in the Selling
 /// Partner API Developer Guide.
 ///
 /// **Usage Plan:**
 ///
 /// | Rate (requests per second) | Burst |
 /// | ---- | ---- |
 /// | 1 | 5 |
 ///
 /// For more information, see "Usage Plans and Rate Limits" in the Selling
 /// Partner API documentation.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static GetDestinationsResponse GetDestinations(this INotificationsClient operations)
 {
     return(operations.GetDestinationsAsync().GetAwaiter().GetResult());
 }