/// <summary>
 /// Creates a destination resource to receive notifications. The
 /// createDestination 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>
 /// <param name='body'>
 /// </param>
 public static CreateDestinationResponse CreateDestination(this INotificationsClient operations, CreateDestinationRequest body)
 {
     return(operations.CreateDestinationAsync(body).GetAwaiter().GetResult());
 }