Skip to content

Commit 37f7494

Browse files
author
awstools
committed
docs(client-groundstation): Documentation update specifying OEM ephemeris units of measurement
1 parent e490334 commit 37f7494

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

clients/client-groundstation/src/models/models_0.ts

+24-2
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,18 @@ export interface S3Object {
20882088
}
20892089

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

21882199
/**
2189-
* <p>Ephemeris data in Orbit Ephemeris Message (OEM) format.</p>
2200+
* <p>
2201+
* Ephemeris data in Orbit Ephemeris Message (OEM) format.
2202+
* </p>
2203+
* <p>
2204+
* Position, velocity, and acceleration units must be represented in <code>km</code>, <code>km/s</code>, and
2205+
* <code>km/s**2</code>, respectively, in ephemeris data lines. Covariance matrix line units must be
2206+
* represented in <code>km**2</code> if computed from two positions, <code>km**2/s</code> if computed from one
2207+
* position and one velocity, and <code>km**2/s**2</code> if computed from two velocities. Consult section
2208+
* 7.7.2 of The Consultative Committee for Space Data Systems (CCSDS)
2209+
* <a href="https://public.ccsds.org/Pubs/502x0b3e1.pdf">Recommended Standard for Orbit Data Messages</a>
2210+
* for more information.
2211+
* </p>
21902212
* @public
21912213
*/
21922214
export interface OemMember {

codegen/sdk-codegen/aws-models/groundstation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4979,7 +4979,7 @@
49794979
}
49804980
},
49814981
"traits": {
4982-
"smithy.api#documentation": "<p>Ephemeris data in Orbit Ephemeris Message (OEM) format.</p>"
4982+
"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>"
49834983
}
49844984
},
49854985
"com.amazonaws.groundstation#PaginationMaxResults": {

0 commit comments

Comments
 (0)