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.Route53Domains.ResendOperationAuthorization
Description
Resend the form of authorization email for this operation.
Synopsis
- data ResendOperationAuthorization = ResendOperationAuthorization' {
- operationId :: Text
- newResendOperationAuthorization :: Text -> ResendOperationAuthorization
- resendOperationAuthorization_operationId :: Lens' ResendOperationAuthorization Text
- data ResendOperationAuthorizationResponse = ResendOperationAuthorizationResponse' {
- newResendOperationAuthorizationResponse :: ResendOperationAuthorizationResponse
Creating a Request
data ResendOperationAuthorization Source #
See: newResendOperationAuthorization
smart constructor.
Constructors
ResendOperationAuthorization' | |
Fields
|
Instances
newResendOperationAuthorization Source #
Arguments
:: Text | |
-> ResendOperationAuthorization |
Create a value of ResendOperationAuthorization
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:
ResendOperationAuthorization
, resendOperationAuthorization_operationId
- Operation ID.
Request Lenses
resendOperationAuthorization_operationId :: Lens' ResendOperationAuthorization Text Source #
Operation ID.
Destructuring the Response
data ResendOperationAuthorizationResponse Source #
See: newResendOperationAuthorizationResponse
smart constructor.
Constructors
ResendOperationAuthorizationResponse' | |
Instances
newResendOperationAuthorizationResponse :: ResendOperationAuthorizationResponse Source #
Create a value of ResendOperationAuthorizationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.