Skip to content

Commit

Permalink
docs(client-groundstation): Documentation update specifying OEM ephem…
Browse files Browse the repository at this point in the history
…eris units of measurement
  • Loading branch information
awstools committed Jul 10, 2024
1 parent e490334 commit 37f7494
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions clients/client-groundstation/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,18 @@ export interface S3Object {
}

/**
* <p>Ephemeris data in Orbit Ephemeris Message (OEM) format.</p>
* <p>
* Ephemeris data in Orbit Ephemeris Message (OEM) format.
* </p>
* <p>
* Position, velocity, and acceleration units must be represented in <code>km</code>, <code>km/s</code>, and
* <code>km/s**2</code>, respectively, in ephemeris data lines. Covariance matrix line units must be
* represented in <code>km**2</code> if computed from two positions, <code>km**2/s</code> if computed from one
* position and one velocity, and <code>km**2/s**2</code> if computed from two velocities. Consult section
* 7.7.2 of The Consultative Committee for Space Data Systems (CCSDS)
* <a href="https://public.ccsds.org/Pubs/502x0b3e1.pdf">Recommended Standard for Orbit Data Messages</a>
* for more information.
* </p>
* @public
*/
export interface OEMEphemeris {
Expand Down Expand Up @@ -2186,7 +2197,18 @@ export namespace EphemerisData {
}

/**
* <p>Ephemeris data in Orbit Ephemeris Message (OEM) format.</p>
* <p>
* Ephemeris data in Orbit Ephemeris Message (OEM) format.
* </p>
* <p>
* Position, velocity, and acceleration units must be represented in <code>km</code>, <code>km/s</code>, and
* <code>km/s**2</code>, respectively, in ephemeris data lines. Covariance matrix line units must be
* represented in <code>km**2</code> if computed from two positions, <code>km**2/s</code> if computed from one
* position and one velocity, and <code>km**2/s**2</code> if computed from two velocities. Consult section
* 7.7.2 of The Consultative Committee for Space Data Systems (CCSDS)
* <a href="https://public.ccsds.org/Pubs/502x0b3e1.pdf">Recommended Standard for Orbit Data Messages</a>
* for more information.
* </p>
* @public
*/
export interface OemMember {
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/groundstation.json
Original file line number Diff line number Diff line change
Expand Up @@ -4979,7 +4979,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>Ephemeris data in Orbit Ephemeris Message (OEM) format.</p>"
"smithy.api#documentation": "<p>\n Ephemeris data in Orbit Ephemeris Message (OEM) format.\n </p>\n <p>\n Position, velocity, and acceleration units must be represented in <code>km</code>, <code>km/s</code>, and\n <code>km/s**2</code>, respectively, in ephemeris data lines. Covariance matrix line units must be\n represented in <code>km**2</code> if computed from two positions, <code>km**2/s</code> if computed from one\n position and one velocity, and <code>km**2/s**2</code> if computed from two velocities. Consult section\n 7.7.2 of The Consultative Committee for Space Data Systems (CCSDS)\n <a href=\"https://public.ccsds.org/Pubs/502x0b3e1.pdf\">Recommended Standard for Orbit Data Messages</a>\n for more information.\n </p>"
}
},
"com.amazonaws.groundstation#PaginationMaxResults": {
Expand Down

0 comments on commit 37f7494

Please sign in to comment.