libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

Description

Updates the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in effect. Use this to initiate or update a gateway's bandwidth rate limit schedule. This operation is supported in the volume and tape gateway types.

Synopsis

Creating a Request

data UpdateBandwidthRateLimitSchedule Source #

See: newUpdateBandwidthRateLimitSchedule smart constructor.

Constructors

UpdateBandwidthRateLimitSchedule' 

Fields

Instances

Instances details
Eq UpdateBandwidthRateLimitSchedule Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

Read UpdateBandwidthRateLimitSchedule Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

Show UpdateBandwidthRateLimitSchedule Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

Generic UpdateBandwidthRateLimitSchedule Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

Associated Types

type Rep UpdateBandwidthRateLimitSchedule :: Type -> Type #

NFData UpdateBandwidthRateLimitSchedule Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

Hashable UpdateBandwidthRateLimitSchedule Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

ToJSON UpdateBandwidthRateLimitSchedule Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

AWSRequest UpdateBandwidthRateLimitSchedule Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

ToHeaders UpdateBandwidthRateLimitSchedule Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

ToPath UpdateBandwidthRateLimitSchedule Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

ToQuery UpdateBandwidthRateLimitSchedule Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

type Rep UpdateBandwidthRateLimitSchedule Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

type Rep UpdateBandwidthRateLimitSchedule = D1 ('MetaData "UpdateBandwidthRateLimitSchedule" "Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "UpdateBandwidthRateLimitSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gatewayARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "bandwidthRateLimitIntervals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BandwidthRateLimitInterval])))
type AWSResponse UpdateBandwidthRateLimitSchedule Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

newUpdateBandwidthRateLimitSchedule Source #

Create a value of UpdateBandwidthRateLimitSchedule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:gatewayARN:UpdateBandwidthRateLimitSchedule', updateBandwidthRateLimitSchedule_gatewayARN - Undocumented member.

$sel:bandwidthRateLimitIntervals:UpdateBandwidthRateLimitSchedule', updateBandwidthRateLimitSchedule_bandwidthRateLimitIntervals - An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.

Request Lenses

updateBandwidthRateLimitSchedule_bandwidthRateLimitIntervals :: Lens' UpdateBandwidthRateLimitSchedule [BandwidthRateLimitInterval] Source #

An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.

Destructuring the Response

data UpdateBandwidthRateLimitScheduleResponse Source #

Constructors

UpdateBandwidthRateLimitScheduleResponse' 

Fields

Instances

Instances details
Eq UpdateBandwidthRateLimitScheduleResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

Read UpdateBandwidthRateLimitScheduleResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

Show UpdateBandwidthRateLimitScheduleResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

Generic UpdateBandwidthRateLimitScheduleResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

NFData UpdateBandwidthRateLimitScheduleResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

type Rep UpdateBandwidthRateLimitScheduleResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule

type Rep UpdateBandwidthRateLimitScheduleResponse = D1 ('MetaData "UpdateBandwidthRateLimitScheduleResponse" "Amazonka.StorageGateway.UpdateBandwidthRateLimitSchedule" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "UpdateBandwidthRateLimitScheduleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gatewayARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateBandwidthRateLimitScheduleResponse Source #

Create a value of UpdateBandwidthRateLimitScheduleResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:gatewayARN:UpdateBandwidthRateLimitSchedule', updateBandwidthRateLimitScheduleResponse_gatewayARN - Undocumented member.

$sel:httpStatus:UpdateBandwidthRateLimitScheduleResponse', updateBandwidthRateLimitScheduleResponse_httpStatus - The response's http status code.

Response Lenses