| 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.GroundStation.DeleteEphemeris
Description
Deletes an ephemeris
Synopsis
- data DeleteEphemeris = DeleteEphemeris' {
- ephemerisId :: Text
- newDeleteEphemeris :: Text -> DeleteEphemeris
- deleteEphemeris_ephemerisId :: Lens' DeleteEphemeris Text
- data EphemerisIdResponse = EphemerisIdResponse' {
- ephemerisId :: Maybe Text
- newEphemerisIdResponse :: EphemerisIdResponse
- ephemerisIdResponse_ephemerisId :: Lens' EphemerisIdResponse (Maybe Text)
Creating a Request
data DeleteEphemeris Source #
See: newDeleteEphemeris smart constructor.
Constructors
| DeleteEphemeris' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteEphemeris |
Create a value of DeleteEphemeris 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:
DeleteEphemeris, deleteEphemeris_ephemerisId - The AWS Ground Station ephemeris ID.
Request Lenses
deleteEphemeris_ephemerisId :: Lens' DeleteEphemeris Text Source #
The AWS Ground Station ephemeris ID.
Destructuring the Response
data EphemerisIdResponse Source #
See: newEphemerisIdResponse smart constructor.
Constructors
| EphemerisIdResponse' | |
Fields
| |
Instances
newEphemerisIdResponse :: EphemerisIdResponse Source #
Create a value of EphemerisIdResponse 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:ephemerisId:EphemerisIdResponse', ephemerisIdResponse_ephemerisId - The AWS Ground Station ephemeris ID.
Response Lenses
ephemerisIdResponse_ephemerisId :: Lens' EphemerisIdResponse (Maybe Text) Source #
The AWS Ground Station ephemeris ID.