{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-schema/amazon-storage-gateway-bandwidth-rate-limit-interval-schema.json",
"title": "BandwidthRateLimitInterval",
"description": " Describes a bandwidth rate limit interval for a gateway. A bandwidth rate limit schedule consists of one or more bandwidth rate limit intervals. A bandwidth rate limit interval defines a period of time on one or more days of the week, during which bandwidth rate limits are specified for uploading, downloading, or both. ",
"type": "object",
"properties": {
"StartHourOfDay": {
"allOf": [
{
"$ref": "#/components/schemas/HourOfDay"
},
{
"description": " The hour of the day to start the bandwidth rate limit interval. "
}
]
},
"StartMinuteOfHour": {
"allOf": [
{
"$ref": "#/components/schemas/MinuteOfHour"
},
{
"description": " The minute of the hour to start the bandwidth rate limit interval. The interval begins at the start of that minute. To begin an interval exactly at the start of the hour, use the value 0. "
}
]
},
"EndHourOfDay": {
"allOf": [
{
"$ref": "#/components/schemas/HourOfDay"
},
{
"description": " The hour of the day to end the bandwidth rate limit interval. "
}
]
},
"EndMinuteOfHour": {
"allOf": [
{
"$ref": "#/components/schemas/MinuteOfHour"
},
{
"description": "
The minute of the hour to end the bandwidth rate limit interval.
The bandwidth rate limit interval ends at the end of the minute. To end an interval at the end of an hour, use the value 59.