From aee7efd64d04c8e510d666ec4a44db59a30204ad Mon Sep 17 00:00:00 2001 From: awstools Date: Mon, 12 Aug 2024 18:58:03 +0000 Subject: [PATCH] docs(client-groundstation): Updating documentation for OEMEphemeris to link to AWS Ground Station User Guide --- .../client-groundstation/src/models/models_0.ts | 16 ++-------------- .../sdk-codegen/aws-models/groundstation.json | 2 +- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/clients/client-groundstation/src/models/models_0.ts b/clients/client-groundstation/src/models/models_0.ts index aeed48fd0938..4e0871d4ff52 100644 --- a/clients/client-groundstation/src/models/models_0.ts +++ b/clients/client-groundstation/src/models/models_0.ts @@ -2092,13 +2092,7 @@ export interface S3Object { * 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. + * AWS Ground Station processes OEM Customer Provided Ephemerides according to the CCSDS standard with some extra restrictions. OEM files should be in KVN format. For more detail about the OEM format that AWS Ground Station supports, see OEM ephemeris format in the AWS Ground Station user guide. *

* @public */ @@ -2201,13 +2195,7 @@ export namespace EphemerisData { * 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. + * AWS Ground Station processes OEM Customer Provided Ephemerides according to the CCSDS standard with some extra restrictions. OEM files should be in KVN format. For more detail about the OEM format that AWS Ground Station supports, see OEM ephemeris format in the AWS Ground Station user guide. *

* @public */ diff --git a/codegen/sdk-codegen/aws-models/groundstation.json b/codegen/sdk-codegen/aws-models/groundstation.json index 0dc8634340dd..38831011b697 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": "

\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

" + "smithy.api#documentation": "

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

\n

\n AWS Ground Station processes OEM Customer Provided Ephemerides according to the CCSDS standard with some extra restrictions. OEM files should be in KVN format. For more detail about the OEM format that AWS Ground Station supports, see OEM ephemeris format in the AWS Ground Station user guide.\n

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