amazonka-iotfleetwise-2.0: Amazon IoT FleetWise SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTFleetWise.Types.TimestreamRegistrationResponse

Description

 
Synopsis

Documentation

data TimestreamRegistrationResponse Source #

Information about the registered Amazon Timestream resources or errors, if any.

See: newTimestreamRegistrationResponse smart constructor.

Constructors

TimestreamRegistrationResponse' 

Fields

Instances

Instances details
FromJSON TimestreamRegistrationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.TimestreamRegistrationResponse

Generic TimestreamRegistrationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.TimestreamRegistrationResponse

Associated Types

type Rep TimestreamRegistrationResponse :: Type -> Type #

Read TimestreamRegistrationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.TimestreamRegistrationResponse

Show TimestreamRegistrationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.TimestreamRegistrationResponse

NFData TimestreamRegistrationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.TimestreamRegistrationResponse

Eq TimestreamRegistrationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.TimestreamRegistrationResponse

Hashable TimestreamRegistrationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.TimestreamRegistrationResponse

type Rep TimestreamRegistrationResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.TimestreamRegistrationResponse

type Rep TimestreamRegistrationResponse = D1 ('MetaData "TimestreamRegistrationResponse" "Amazonka.IoTFleetWise.Types.TimestreamRegistrationResponse" "amazonka-iotfleetwise-2.0-3noXdw9CznA79cw3EwaHcU" 'False) (C1 ('MetaCons "TimestreamRegistrationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "timestreamDatabaseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timestreamTableArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "timestreamDatabaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "timestreamTableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "registrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RegistrationStatus)))))

newTimestreamRegistrationResponse Source #

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_timestreamDatabaseArn :: Lens' TimestreamRegistrationResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Timestream database.

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.