| 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.DMS.Types.CollectorShortInfoResponse
Description
Synopsis
- data CollectorShortInfoResponse = CollectorShortInfoResponse' {}
- newCollectorShortInfoResponse :: CollectorShortInfoResponse
- collectorShortInfoResponse_collectorName :: Lens' CollectorShortInfoResponse (Maybe Text)
- collectorShortInfoResponse_collectorReferencedId :: Lens' CollectorShortInfoResponse (Maybe Text)
Documentation
data CollectorShortInfoResponse Source #
Briefly describes a Fleet Advisor collector.
See: newCollectorShortInfoResponse smart constructor.
Constructors
| CollectorShortInfoResponse' | |
Fields
| |
Instances
newCollectorShortInfoResponse :: CollectorShortInfoResponse Source #
Create a value of CollectorShortInfoResponse 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:collectorName:CollectorShortInfoResponse', collectorShortInfoResponse_collectorName - The name of the Fleet Advisor collector.
$sel:collectorReferencedId:CollectorShortInfoResponse', collectorShortInfoResponse_collectorReferencedId - The reference ID of the Fleet Advisor collector.
collectorShortInfoResponse_collectorName :: Lens' CollectorShortInfoResponse (Maybe Text) Source #
The name of the Fleet Advisor collector.
collectorShortInfoResponse_collectorReferencedId :: Lens' CollectorShortInfoResponse (Maybe Text) Source #
The reference ID of the Fleet Advisor collector.