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 DataflowEndpointGroupIdResponse Source #
See: newDataflowEndpointGroupIdResponse
smart constructor.
DataflowEndpointGroupIdResponse' | |
|
Instances
Eq DataflowEndpointGroupIdResponse Source # | |
Read DataflowEndpointGroupIdResponse Source # | |
Show DataflowEndpointGroupIdResponse Source # | |
Generic DataflowEndpointGroupIdResponse Source # | |
NFData DataflowEndpointGroupIdResponse Source # | |
Hashable DataflowEndpointGroupIdResponse Source # | |
FromJSON DataflowEndpointGroupIdResponse Source # | |
type Rep DataflowEndpointGroupIdResponse Source # | |
Defined in Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse type Rep DataflowEndpointGroupIdResponse = D1 ('MetaData "DataflowEndpointGroupIdResponse" "Amazonka.GroundStation.Types.DataflowEndpointGroupIdResponse" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DataflowEndpointGroupIdResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataflowEndpointGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newDataflowEndpointGroupIdResponse :: DataflowEndpointGroupIdResponse Source #
Create a value of DataflowEndpointGroupIdResponse
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:dataflowEndpointGroupId:DataflowEndpointGroupIdResponse'
, dataflowEndpointGroupIdResponse_dataflowEndpointGroupId
- UUID of a dataflow endpoint group.
dataflowEndpointGroupIdResponse_dataflowEndpointGroupId :: Lens' DataflowEndpointGroupIdResponse (Maybe Text) Source #
UUID of a dataflow endpoint group.