diff --git a/clients/client-groundstation/src/models/models_0.ts b/clients/client-groundstation/src/models/models_0.ts index 092052d825e2..aeed48fd0938 100644 --- a/clients/client-groundstation/src/models/models_0.ts +++ b/clients/client-groundstation/src/models/models_0.ts @@ -2088,7 +2088,18 @@ export interface S3Object { } /** - *

Ephemeris data in Orbit Ephemeris Message (OEM) format.

+ *

+ * Ephemeris data in Orbit Ephemeris Message (OEM) format. + *

+ *

+ * Position, velocity, and acceleration units must be represented in km, km/s, and + * km/s**2, respectively, in ephemeris data lines. Covariance matrix line units must be + * represented in km**2 if computed from two positions, km**2/s if computed from one + * position and one velocity, and km**2/s**2 if computed from two velocities. Consult section + * 7.7.2 of The Consultative Committee for Space Data Systems (CCSDS) + * Recommended Standard for Orbit Data Messages + * for more information. + *

* @public */ export interface OEMEphemeris { @@ -2186,7 +2197,18 @@ export namespace EphemerisData { } /** - *

Ephemeris data in Orbit Ephemeris Message (OEM) format.

+ *

+ * Ephemeris data in Orbit Ephemeris Message (OEM) format. + *

+ *

+ * Position, velocity, and acceleration units must be represented in km, km/s, and + * km/s**2, respectively, in ephemeris data lines. Covariance matrix line units must be + * represented in km**2 if computed from two positions, km**2/s if computed from one + * position and one velocity, and km**2/s**2 if computed from two velocities. Consult section + * 7.7.2 of The Consultative Committee for Space Data Systems (CCSDS) + * Recommended Standard for Orbit Data Messages + * for more information. + *

* @public */ export interface OemMember { diff --git a/codegen/sdk-codegen/aws-models/groundstation.json b/codegen/sdk-codegen/aws-models/groundstation.json index 1c2b11fb17cf..0dc8634340dd 100644 --- a/codegen/sdk-codegen/aws-models/groundstation.json +++ b/codegen/sdk-codegen/aws-models/groundstation.json @@ -4979,7 +4979,7 @@ } }, "traits": { - "smithy.api#documentation": "

Ephemeris data in Orbit Ephemeris Message (OEM) format.

" + "smithy.api#documentation": "

\n Ephemeris data in Orbit Ephemeris Message (OEM) format.\n

\n

\n Position, velocity, and acceleration units must be represented in km, km/s, and\n km/s**2, respectively, in ephemeris data lines. Covariance matrix line units must be\n represented in km**2 if computed from two positions, km**2/s if computed from one\n position and one velocity, and km**2/s**2 if computed from two velocities. Consult section\n 7.7.2 of The Consultative Committee for Space Data Systems (CCSDS)\n Recommended Standard for Orbit Data Messages\n for more information.\n

" } }, "com.amazonaws.groundstation#PaginationMaxResults": {