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 |
Synopsis
- data ApiAssociation = ApiAssociation' {}
- newApiAssociation :: ApiAssociation
- apiAssociation_apiId :: Lens' ApiAssociation (Maybe Text)
- apiAssociation_associationStatus :: Lens' ApiAssociation (Maybe AssociationStatus)
- apiAssociation_deploymentDetail :: Lens' ApiAssociation (Maybe Text)
- apiAssociation_domainName :: Lens' ApiAssociation (Maybe Text)
Documentation
data ApiAssociation Source #
Describes an ApiAssociation
object.
See: newApiAssociation
smart constructor.
ApiAssociation' | |
|
Instances
newApiAssociation :: ApiAssociation Source #
Create a value of ApiAssociation
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:apiId:ApiAssociation'
, apiAssociation_apiId
- The API ID.
$sel:associationStatus:ApiAssociation'
, apiAssociation_associationStatus
- Identifies the status of an association.
- PROCESSING: The API association is being created. You cannot modify association requests during processing.
- SUCCESS: The API association was successful. You can modify associations after success.
- FAILED: The API association has failed. You can modify associations after failure.
$sel:deploymentDetail:ApiAssociation'
, apiAssociation_deploymentDetail
- Details about the last deployment status.
$sel:domainName:ApiAssociation'
, apiAssociation_domainName
- The domain name.
apiAssociation_apiId :: Lens' ApiAssociation (Maybe Text) Source #
The API ID.
apiAssociation_associationStatus :: Lens' ApiAssociation (Maybe AssociationStatus) Source #
Identifies the status of an association.
- PROCESSING: The API association is being created. You cannot modify association requests during processing.
- SUCCESS: The API association was successful. You can modify associations after success.
- FAILED: The API association has failed. You can modify associations after failure.
apiAssociation_deploymentDetail :: Lens' ApiAssociation (Maybe Text) Source #
Details about the last deployment status.
apiAssociation_domainName :: Lens' ApiAssociation (Maybe Text) Source #
The domain name.