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