| 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.DirectConnect.Types.CustomerAgreement
Description
Documentation
data CustomerAgreement Source #
The name and status of a customer agreement.
See: newCustomerAgreement smart constructor.
Constructors
| CustomerAgreement' | |
Instances
newCustomerAgreement :: CustomerAgreement Source #
Create a value of CustomerAgreement 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:agreementName:CustomerAgreement', customerAgreement_agreementName - The name of the agreement.
$sel:status:CustomerAgreement', customerAgreement_status - The status of the customer agreement. This will be either signed or
unsigned
customerAgreement_agreementName :: Lens' CustomerAgreement (Maybe Text) Source #
The name of the agreement.
customerAgreement_status :: Lens' CustomerAgreement (Maybe Text) Source #
The status of the customer agreement. This will be either signed or
unsigned