Skip to content

Commit aee7efd

Browse files
author
awstools
committed
docs(client-groundstation): Updating documentation for OEMEphemeris to link to AWS Ground Station User Guide
1 parent 0fb2a7d commit aee7efd

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

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

+2-14
Original file line numberDiff line numberDiff line change
@@ -2092,13 +2092,7 @@ export interface S3Object {
20922092
* Ephemeris data in Orbit Ephemeris Message (OEM) format.
20932093
* </p>
20942094
* <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.
2095+
* AWS Ground Station processes OEM Customer Provided Ephemerides according to the <a href="https://public.ccsds.org/Pubs/502x0b3e1.pdf">CCSDS standard</a> with some extra restrictions. OEM files should be in KVN format. For more detail about the OEM format that AWS Ground Station supports, see <a href="https://docs.aws.amazon.com/ground-station/latest/ug/providing-custom-ephemeris-data.html#oem-ephemeris-format">OEM ephemeris format</a> in the AWS Ground Station user guide.
21022096
* </p>
21032097
* @public
21042098
*/
@@ -2201,13 +2195,7 @@ export namespace EphemerisData {
22012195
* Ephemeris data in Orbit Ephemeris Message (OEM) format.
22022196
* </p>
22032197
* <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.
2198+
* AWS Ground Station processes OEM Customer Provided Ephemerides according to the <a href="https://public.ccsds.org/Pubs/502x0b3e1.pdf">CCSDS standard</a> with some extra restrictions. OEM files should be in KVN format. For more detail about the OEM format that AWS Ground Station supports, see <a href="https://docs.aws.amazon.com/ground-station/latest/ug/providing-custom-ephemeris-data.html#oem-ephemeris-format">OEM ephemeris format</a> in the AWS Ground Station user guide.
22112199
* </p>
22122200
* @public
22132201
*/

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>\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>"
4982+
"smithy.api#documentation": "<p>\n Ephemeris data in Orbit Ephemeris Message (OEM) format.\n </p>\n <p>\n AWS Ground Station processes OEM Customer Provided Ephemerides according to the <a href=\"https://public.ccsds.org/Pubs/502x0b3e1.pdf\">CCSDS standard</a> with some extra restrictions. OEM files should be in KVN format. For more detail about the OEM format that AWS Ground Station supports, see <a href=\"https://docs.aws.amazon.com/ground-station/latest/ug/providing-custom-ephemeris-data.html#oem-ephemeris-format\">OEM ephemeris format</a> in the AWS Ground Station user guide.\n </p>"
49834983
}
49844984
},
49854985
"com.amazonaws.groundstation#PaginationMaxResults": {

0 commit comments

Comments
 (0)