Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data RequestedServiceQuotaChange = RequestedServiceQuotaChange' {
- status :: Maybe RequestStatus
- lastUpdated :: Maybe POSIX
- globalQuota :: Maybe Bool
- created :: Maybe POSIX
- desiredValue :: Maybe Double
- quotaArn :: Maybe Text
- caseId :: Maybe Text
- serviceName :: Maybe Text
- id :: Maybe Text
- serviceCode :: Maybe Text
- quotaCode :: Maybe Text
- unit :: Maybe Text
- requester :: Maybe Text
- quotaName :: Maybe Text
- newRequestedServiceQuotaChange :: RequestedServiceQuotaChange
- requestedServiceQuotaChange_status :: Lens' RequestedServiceQuotaChange (Maybe RequestStatus)
- requestedServiceQuotaChange_lastUpdated :: Lens' RequestedServiceQuotaChange (Maybe UTCTime)
- requestedServiceQuotaChange_globalQuota :: Lens' RequestedServiceQuotaChange (Maybe Bool)
- requestedServiceQuotaChange_created :: Lens' RequestedServiceQuotaChange (Maybe UTCTime)
- requestedServiceQuotaChange_desiredValue :: Lens' RequestedServiceQuotaChange (Maybe Double)
- requestedServiceQuotaChange_quotaArn :: Lens' RequestedServiceQuotaChange (Maybe Text)
- requestedServiceQuotaChange_caseId :: Lens' RequestedServiceQuotaChange (Maybe Text)
- requestedServiceQuotaChange_serviceName :: Lens' RequestedServiceQuotaChange (Maybe Text)
- requestedServiceQuotaChange_id :: Lens' RequestedServiceQuotaChange (Maybe Text)
- requestedServiceQuotaChange_serviceCode :: Lens' RequestedServiceQuotaChange (Maybe Text)
- requestedServiceQuotaChange_quotaCode :: Lens' RequestedServiceQuotaChange (Maybe Text)
- requestedServiceQuotaChange_unit :: Lens' RequestedServiceQuotaChange (Maybe Text)
- requestedServiceQuotaChange_requester :: Lens' RequestedServiceQuotaChange (Maybe Text)
- requestedServiceQuotaChange_quotaName :: Lens' RequestedServiceQuotaChange (Maybe Text)
Documentation
data RequestedServiceQuotaChange Source #
Information about a quota increase request.
See: newRequestedServiceQuotaChange
smart constructor.
RequestedServiceQuotaChange' | |
|
Instances
newRequestedServiceQuotaChange :: RequestedServiceQuotaChange Source #
Create a value of RequestedServiceQuotaChange
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:status:RequestedServiceQuotaChange'
, requestedServiceQuotaChange_status
- The state of the quota increase request.
$sel:lastUpdated:RequestedServiceQuotaChange'
, requestedServiceQuotaChange_lastUpdated
- The date and time of the most recent change.
$sel:globalQuota:RequestedServiceQuotaChange'
, requestedServiceQuotaChange_globalQuota
- Indicates whether the quota is global.
$sel:created:RequestedServiceQuotaChange'
, requestedServiceQuotaChange_created
- The date and time when the quota increase request was received and the
case ID was created.
$sel:desiredValue:RequestedServiceQuotaChange'
, requestedServiceQuotaChange_desiredValue
- The new, increased value for the quota.
$sel:quotaArn:RequestedServiceQuotaChange'
, requestedServiceQuotaChange_quotaArn
- The Amazon Resource Name (ARN) of the quota.
$sel:caseId:RequestedServiceQuotaChange'
, requestedServiceQuotaChange_caseId
- The case ID.
$sel:serviceName:RequestedServiceQuotaChange'
, requestedServiceQuotaChange_serviceName
- The service name.
$sel:id:RequestedServiceQuotaChange'
, requestedServiceQuotaChange_id
- The unique identifier.
$sel:serviceCode:RequestedServiceQuotaChange'
, requestedServiceQuotaChange_serviceCode
- The service identifier.
$sel:quotaCode:RequestedServiceQuotaChange'
, requestedServiceQuotaChange_quotaCode
- The quota identifier.
$sel:unit:RequestedServiceQuotaChange'
, requestedServiceQuotaChange_unit
- The unit of measurement.
$sel:requester:RequestedServiceQuotaChange'
, requestedServiceQuotaChange_requester
- The IAM identity of the requester.
$sel:quotaName:RequestedServiceQuotaChange'
, requestedServiceQuotaChange_quotaName
- The quota name.
requestedServiceQuotaChange_status :: Lens' RequestedServiceQuotaChange (Maybe RequestStatus) Source #
The state of the quota increase request.
requestedServiceQuotaChange_lastUpdated :: Lens' RequestedServiceQuotaChange (Maybe UTCTime) Source #
The date and time of the most recent change.
requestedServiceQuotaChange_globalQuota :: Lens' RequestedServiceQuotaChange (Maybe Bool) Source #
Indicates whether the quota is global.
requestedServiceQuotaChange_created :: Lens' RequestedServiceQuotaChange (Maybe UTCTime) Source #
The date and time when the quota increase request was received and the case ID was created.
requestedServiceQuotaChange_desiredValue :: Lens' RequestedServiceQuotaChange (Maybe Double) Source #
The new, increased value for the quota.
requestedServiceQuotaChange_quotaArn :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The Amazon Resource Name (ARN) of the quota.
requestedServiceQuotaChange_caseId :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The case ID.
requestedServiceQuotaChange_serviceName :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The service name.
requestedServiceQuotaChange_id :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The unique identifier.
requestedServiceQuotaChange_serviceCode :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The service identifier.
requestedServiceQuotaChange_quotaCode :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The quota identifier.
requestedServiceQuotaChange_unit :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The unit of measurement.
requestedServiceQuotaChange_requester :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The IAM identity of the requester.
requestedServiceQuotaChange_quotaName :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The quota name.