Values.PutBandwidthRateLimitScheduleInputSourceThis action sets the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have a bandwidth rate limit schedule, which means no bandwidth rate limiting is in effect. Use this to initiate a gateway's bandwidth rate limit schedule.
type nonrec t = {gatewayArn : GatewayArn.t;The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
*)bandwidthRateLimitIntervals : BandwidthRateLimitIntervals.t;An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
*)}val make :
gatewayArn:GatewayArn.t ->
bandwidthRateLimitIntervals:BandwidthRateLimitIntervals.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of HourOfDay.t
| `List of [> `Integer of DayOfWeek.t ] list
| `Long of AverageUploadRateLimit.t ])
list ]
list
| `String of GatewayArn.t ])
list ]