| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ServiceQuotas.Types.RequestedServiceQuotaChange
Description
Synopsis
- data RequestedServiceQuotaChange = RequestedServiceQuotaChange' {
- caseId :: Maybe Text
- created :: Maybe POSIX
- desiredValue :: Maybe Double
- globalQuota :: Maybe Bool
- id :: Maybe Text
- lastUpdated :: Maybe POSIX
- quotaArn :: Maybe Text
- quotaCode :: Maybe Text
- quotaName :: Maybe Text
- requester :: Maybe Text
- serviceCode :: Maybe Text
- serviceName :: Maybe Text
- status :: Maybe RequestStatus
- unit :: Maybe Text
- newRequestedServiceQuotaChange :: RequestedServiceQuotaChange
- requestedServiceQuotaChange_caseId :: Lens' RequestedServiceQuotaChange (Maybe Text)
- requestedServiceQuotaChange_created :: Lens' RequestedServiceQuotaChange (Maybe UTCTime)
- requestedServiceQuotaChange_desiredValue :: Lens' RequestedServiceQuotaChange (Maybe Double)
- requestedServiceQuotaChange_globalQuota :: Lens' RequestedServiceQuotaChange (Maybe Bool)
- requestedServiceQuotaChange_id :: Lens' RequestedServiceQuotaChange (Maybe Text)
- requestedServiceQuotaChange_lastUpdated :: Lens' RequestedServiceQuotaChange (Maybe UTCTime)
- requestedServiceQuotaChange_quotaArn :: Lens' RequestedServiceQuotaChange (Maybe Text)
- requestedServiceQuotaChange_quotaCode :: Lens' RequestedServiceQuotaChange (Maybe Text)
- requestedServiceQuotaChange_quotaName :: Lens' RequestedServiceQuotaChange (Maybe Text)
- requestedServiceQuotaChange_requester :: Lens' RequestedServiceQuotaChange (Maybe Text)
- requestedServiceQuotaChange_serviceCode :: Lens' RequestedServiceQuotaChange (Maybe Text)
- requestedServiceQuotaChange_serviceName :: Lens' RequestedServiceQuotaChange (Maybe Text)
- requestedServiceQuotaChange_status :: Lens' RequestedServiceQuotaChange (Maybe RequestStatus)
- requestedServiceQuotaChange_unit :: Lens' RequestedServiceQuotaChange (Maybe Text)
Documentation
data RequestedServiceQuotaChange Source #
Information about a quota increase request.
See: newRequestedServiceQuotaChange smart constructor.
Constructors
| RequestedServiceQuotaChange' | |
Fields
| |
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:caseId:RequestedServiceQuotaChange', requestedServiceQuotaChange_caseId - The case ID.
$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:globalQuota:RequestedServiceQuotaChange', requestedServiceQuotaChange_globalQuota - Indicates whether the quota is global.
$sel:id:RequestedServiceQuotaChange', requestedServiceQuotaChange_id - The unique identifier.
$sel:lastUpdated:RequestedServiceQuotaChange', requestedServiceQuotaChange_lastUpdated - The date and time of the most recent change.
$sel:quotaArn:RequestedServiceQuotaChange', requestedServiceQuotaChange_quotaArn - The Amazon Resource Name (ARN) of the quota.
$sel:quotaCode:RequestedServiceQuotaChange', requestedServiceQuotaChange_quotaCode - The quota identifier.
$sel:quotaName:RequestedServiceQuotaChange', requestedServiceQuotaChange_quotaName - The quota name.
$sel:requester:RequestedServiceQuotaChange', requestedServiceQuotaChange_requester - The IAM identity of the requester.
$sel:serviceCode:RequestedServiceQuotaChange', requestedServiceQuotaChange_serviceCode - The service identifier.
$sel:serviceName:RequestedServiceQuotaChange', requestedServiceQuotaChange_serviceName - The service name.
$sel:status:RequestedServiceQuotaChange', requestedServiceQuotaChange_status - The state of the quota increase request.
$sel:unit:RequestedServiceQuotaChange', requestedServiceQuotaChange_unit - The unit of measurement.
requestedServiceQuotaChange_caseId :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The case ID.
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_globalQuota :: Lens' RequestedServiceQuotaChange (Maybe Bool) Source #
Indicates whether the quota is global.
requestedServiceQuotaChange_id :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The unique identifier.
requestedServiceQuotaChange_lastUpdated :: Lens' RequestedServiceQuotaChange (Maybe UTCTime) Source #
The date and time of the most recent change.
requestedServiceQuotaChange_quotaArn :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The Amazon Resource Name (ARN) of the quota.
requestedServiceQuotaChange_quotaCode :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The quota identifier.
requestedServiceQuotaChange_quotaName :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The quota name.
requestedServiceQuotaChange_requester :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The IAM identity of the requester.
requestedServiceQuotaChange_serviceCode :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The service identifier.
requestedServiceQuotaChange_serviceName :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The service name.
requestedServiceQuotaChange_status :: Lens' RequestedServiceQuotaChange (Maybe RequestStatus) Source #
The state of the quota increase request.
requestedServiceQuotaChange_unit :: Lens' RequestedServiceQuotaChange (Maybe Text) Source #
The unit of measurement.