@aws-sdk/client-groundstation 3.623.0 → 3.629.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1791,13 +1791,7 @@ export interface S3Object {
1791
1791
  * Ephemeris data in Orbit Ephemeris Message (OEM) format.
1792
1792
  * </p>
1793
1793
  * <p>
1794
- * Position, velocity, and acceleration units must be represented in <code>km</code>, <code>km/s</code>, and
1795
- * <code>km/s**2</code>, respectively, in ephemeris data lines. Covariance matrix line units must be
1796
- * represented in <code>km**2</code> if computed from two positions, <code>km**2/s</code> if computed from one
1797
- * position and one velocity, and <code>km**2/s**2</code> if computed from two velocities. Consult section
1798
- * 7.7.2 of The Consultative Committee for Space Data Systems (CCSDS)
1799
- * <a href="https://public.ccsds.org/Pubs/502x0b3e1.pdf">Recommended Standard for Orbit Data Messages</a>
1800
- * for more information.
1794
+ * 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.
1801
1795
  * </p>
1802
1796
  * @public
1803
1797
  */
@@ -1889,13 +1883,7 @@ export declare namespace EphemerisData {
1889
1883
  * Ephemeris data in Orbit Ephemeris Message (OEM) format.
1890
1884
  * </p>
1891
1885
  * <p>
1892
- * Position, velocity, and acceleration units must be represented in <code>km</code>, <code>km/s</code>, and
1893
- * <code>km/s**2</code>, respectively, in ephemeris data lines. Covariance matrix line units must be
1894
- * represented in <code>km**2</code> if computed from two positions, <code>km**2/s</code> if computed from one
1895
- * position and one velocity, and <code>km**2/s**2</code> if computed from two velocities. Consult section
1896
- * 7.7.2 of The Consultative Committee for Space Data Systems (CCSDS)
1897
- * <a href="https://public.ccsds.org/Pubs/502x0b3e1.pdf">Recommended Standard for Orbit Data Messages</a>
1898
- * for more information.
1886
+ * 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.
1899
1887
  * </p>
1900
1888
  * @public
1901
1889
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-groundstation",
3
3
  "description": "AWS SDK for JavaScript Groundstation Client for Node.js, Browser and React Native",
4
- "version": "3.623.0",
4
+ "version": "3.629.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-groundstation",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.623.0",
24
- "@aws-sdk/client-sts": "3.623.0",
25
- "@aws-sdk/core": "3.623.0",
26
- "@aws-sdk/credential-provider-node": "3.623.0",
23
+ "@aws-sdk/client-sso-oidc": "3.629.0",
24
+ "@aws-sdk/client-sts": "3.629.0",
25
+ "@aws-sdk/core": "3.629.0",
26
+ "@aws-sdk/credential-provider-node": "3.629.0",
27
27
  "@aws-sdk/middleware-host-header": "3.620.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.620.0",