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 InputIdentifier Source #
The identifer of the input.
See: newInputIdentifier
smart constructor.
InputIdentifier' | |
|
Instances
newInputIdentifier :: InputIdentifier Source #
Create a value of InputIdentifier
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:iotSiteWiseInputIdentifier:InputIdentifier'
, inputIdentifier_iotSiteWiseInputIdentifier
- The identifer of the input routed from AWS IoT SiteWise.
$sel:iotEventsInputIdentifier:InputIdentifier'
, inputIdentifier_iotEventsInputIdentifier
- The identifier of the input routed to AWS IoT Events.
inputIdentifier_iotSiteWiseInputIdentifier :: Lens' InputIdentifier (Maybe IotSiteWiseInputIdentifier) Source #
The identifer of the input routed from AWS IoT SiteWise.
inputIdentifier_iotEventsInputIdentifier :: Lens' InputIdentifier (Maybe IotEventsInputIdentifier) Source #
The identifier of the input routed to AWS IoT Events.