| 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.TimestreamRegistrationResponse
Description
Synopsis
- data TimestreamRegistrationResponse = TimestreamRegistrationResponse' {}
- newTimestreamRegistrationResponse :: Text -> Text -> RegistrationStatus -> TimestreamRegistrationResponse
- timestreamRegistrationResponse_errorMessage :: Lens' TimestreamRegistrationResponse (Maybe Text)
- timestreamRegistrationResponse_timestreamDatabaseArn :: Lens' TimestreamRegistrationResponse (Maybe Text)
- timestreamRegistrationResponse_timestreamTableArn :: Lens' TimestreamRegistrationResponse (Maybe Text)
- timestreamRegistrationResponse_timestreamDatabaseName :: Lens' TimestreamRegistrationResponse Text
- timestreamRegistrationResponse_timestreamTableName :: Lens' TimestreamRegistrationResponse Text
- timestreamRegistrationResponse_registrationStatus :: Lens' TimestreamRegistrationResponse RegistrationStatus
Documentation
data TimestreamRegistrationResponse Source #
Information about the registered Amazon Timestream resources or errors, if any.
See: newTimestreamRegistrationResponse smart constructor.
Constructors
| TimestreamRegistrationResponse' | |
Fields
| |
Instances
newTimestreamRegistrationResponse Source #
Arguments
| :: Text | |
| -> Text | |
| -> RegistrationStatus | |
| -> TimestreamRegistrationResponse |
Create a value of TimestreamRegistrationResponse 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:TimestreamRegistrationResponse', timestreamRegistrationResponse_errorMessage - A message associated with a registration error.
$sel:timestreamDatabaseArn:TimestreamRegistrationResponse', timestreamRegistrationResponse_timestreamDatabaseArn - The Amazon Resource Name (ARN) of the Timestream database.
$sel:timestreamTableArn:TimestreamRegistrationResponse', timestreamRegistrationResponse_timestreamTableArn - The ARN of the Timestream database table.
$sel:timestreamDatabaseName:TimestreamRegistrationResponse', timestreamRegistrationResponse_timestreamDatabaseName - The name of the Timestream database.
$sel:timestreamTableName:TimestreamRegistrationResponse', timestreamRegistrationResponse_timestreamTableName - The name of the Timestream database table.
$sel:registrationStatus:TimestreamRegistrationResponse', timestreamRegistrationResponse_registrationStatus - The status of registering your Amazon Timestream resources. The status
can be one of REGISTRATION_SUCCESS, REGISTRATION_PENDING,
REGISTRATION_FAILURE.
timestreamRegistrationResponse_errorMessage :: Lens' TimestreamRegistrationResponse (Maybe Text) Source #
A message associated with a registration error.
timestreamRegistrationResponse_timestreamDatabaseArn :: Lens' TimestreamRegistrationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Timestream database.
timestreamRegistrationResponse_timestreamTableArn :: Lens' TimestreamRegistrationResponse (Maybe Text) Source #
The ARN of the Timestream database table.
timestreamRegistrationResponse_timestreamDatabaseName :: Lens' TimestreamRegistrationResponse Text Source #
The name of the Timestream database.
timestreamRegistrationResponse_timestreamTableName :: Lens' TimestreamRegistrationResponse Text Source #
The name of the Timestream database table.
timestreamRegistrationResponse_registrationStatus :: Lens' TimestreamRegistrationResponse RegistrationStatus Source #
The status of registering your Amazon Timestream resources. The status
can be one of REGISTRATION_SUCCESS, REGISTRATION_PENDING,
REGISTRATION_FAILURE.