| 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.IoTFleetWise.Types.IamRegistrationResponse
Description
Synopsis
- data IamRegistrationResponse = IamRegistrationResponse' {}
- newIamRegistrationResponse :: Text -> RegistrationStatus -> IamRegistrationResponse
- iamRegistrationResponse_errorMessage :: Lens' IamRegistrationResponse (Maybe Text)
- iamRegistrationResponse_roleArn :: Lens' IamRegistrationResponse Text
- iamRegistrationResponse_registrationStatus :: Lens' IamRegistrationResponse RegistrationStatus
Documentation
data IamRegistrationResponse Source #
Information about registering an Identity and Access Management (IAM) resource so Amazon Web Services IoT FleetWise edge agent software can transfer your vehicle data to Amazon Timestream.
See: newIamRegistrationResponse smart constructor.
Constructors
| IamRegistrationResponse' | |
Fields
| |
Instances
newIamRegistrationResponse Source #
Arguments
| :: Text | |
| -> RegistrationStatus | |
| -> IamRegistrationResponse |
Create a value of IamRegistrationResponse 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:errorMessage:IamRegistrationResponse', iamRegistrationResponse_errorMessage - A message associated with a registration error.
$sel:roleArn:IamRegistrationResponse', iamRegistrationResponse_roleArn - The Amazon Resource Name (ARN) of the IAM role to register.
$sel:registrationStatus:IamRegistrationResponse', iamRegistrationResponse_registrationStatus - The status of registering your IAM resource. The status can be one of
REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.
iamRegistrationResponse_errorMessage :: Lens' IamRegistrationResponse (Maybe Text) Source #
A message associated with a registration error.
iamRegistrationResponse_roleArn :: Lens' IamRegistrationResponse Text Source #
The Amazon Resource Name (ARN) of the IAM role to register.
iamRegistrationResponse_registrationStatus :: Lens' IamRegistrationResponse RegistrationStatus Source #
The status of registering your IAM resource. The status can be one of
REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.