aws-sdk-groundstation 1.51.0 → 1.52.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-groundstation/client.rb +1 -1
- data/lib/aws-sdk-groundstation/client_api.rb +2 -0
- data/lib/aws-sdk-groundstation/types.rb +26 -0
- data/lib/aws-sdk-groundstation.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a725ee77307331ff39a7ff15d9f7664a83bb86f878fabffebdf844a1c08fd567
|
|
4
|
+
data.tar.gz: 6b1421490f46c05aa75c73042394cb63f8faffabfb70849f6946517573ab431b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7b815fdc9c827883bc736dd0e0f4b63f464fc70eae5ffd6b3410b0f25cf7a22df47830f4c71c764c6343ab9a62ac20b19a3ad6520f8df235de448e3ad60c435
|
|
7
|
+
data.tar.gz: 40026a451dfa86d5b284fee048316737ef051b154965d76400ea148f36f957fd3f536b2d4da9a6f909fa3b7356fc99afd668650771823bad6f3ecbc765cd0d44
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.52.0
|
|
@@ -2278,7 +2278,7 @@ module Aws::GroundStation
|
|
|
2278
2278
|
params: params,
|
|
2279
2279
|
config: config)
|
|
2280
2280
|
context[:gem_name] = 'aws-sdk-groundstation'
|
|
2281
|
-
context[:gem_version] = '1.
|
|
2281
|
+
context[:gem_version] = '1.52.0'
|
|
2282
2282
|
Seahorse::Client::Request.new(handlers, context)
|
|
2283
2283
|
end
|
|
2284
2284
|
|
|
@@ -897,9 +897,11 @@ module Aws::GroundStation
|
|
|
897
897
|
|
|
898
898
|
api.metadata = {
|
|
899
899
|
"apiVersion" => "2019-05-23",
|
|
900
|
+
"auth" => ["aws.auth#sigv4"],
|
|
900
901
|
"endpointPrefix" => "groundstation",
|
|
901
902
|
"jsonVersion" => "1.1",
|
|
902
903
|
"protocol" => "rest-json",
|
|
904
|
+
"protocols" => ["rest-json"],
|
|
903
905
|
"serviceFullName" => "AWS Ground Station",
|
|
904
906
|
"serviceId" => "GroundStation",
|
|
905
907
|
"signatureVersion" => "v4",
|
|
@@ -1252,6 +1252,19 @@ module Aws::GroundStation
|
|
|
1252
1252
|
#
|
|
1253
1253
|
# @!attribute [rw] oem
|
|
1254
1254
|
# Ephemeris data in Orbit Ephemeris Message (OEM) format.
|
|
1255
|
+
#
|
|
1256
|
+
# Position, velocity, and acceleration units must be represented in
|
|
1257
|
+
# `km`, `km/s`, and `km/s**2`, respectively, in ephemeris data lines.
|
|
1258
|
+
# Covariance matrix line units must be represented in `km**2` if
|
|
1259
|
+
# computed from two positions, `km**2/s` if computed from one position
|
|
1260
|
+
# and one velocity, and `km**2/s**2` if computed from two velocities.
|
|
1261
|
+
# Consult section 7.7.2 of The Consultative Committee for Space Data
|
|
1262
|
+
# Systems (CCSDS) [Recommended Standard for Orbit Data Messages][1]
|
|
1263
|
+
# for more information.
|
|
1264
|
+
#
|
|
1265
|
+
#
|
|
1266
|
+
#
|
|
1267
|
+
# [1]: https://public.ccsds.org/Pubs/502x0b3e1.pdf
|
|
1255
1268
|
# @return [Types::OEMEphemeris]
|
|
1256
1269
|
#
|
|
1257
1270
|
# @!attribute [rw] tle
|
|
@@ -2263,6 +2276,19 @@ module Aws::GroundStation
|
|
|
2263
2276
|
|
|
2264
2277
|
# Ephemeris data in Orbit Ephemeris Message (OEM) format.
|
|
2265
2278
|
#
|
|
2279
|
+
# Position, velocity, and acceleration units must be represented in
|
|
2280
|
+
# `km`, `km/s`, and `km/s**2`, respectively, in ephemeris data lines.
|
|
2281
|
+
# Covariance matrix line units must be represented in `km**2` if
|
|
2282
|
+
# computed from two positions, `km**2/s` if computed from one position
|
|
2283
|
+
# and one velocity, and `km**2/s**2` if computed from two velocities.
|
|
2284
|
+
# Consult section 7.7.2 of The Consultative Committee for Space Data
|
|
2285
|
+
# Systems (CCSDS) [Recommended Standard for Orbit Data Messages][1] for
|
|
2286
|
+
# more information.
|
|
2287
|
+
#
|
|
2288
|
+
#
|
|
2289
|
+
#
|
|
2290
|
+
# [1]: https://public.ccsds.org/Pubs/502x0b3e1.pdf
|
|
2291
|
+
#
|
|
2266
2292
|
# @!attribute [rw] oem_data
|
|
2267
2293
|
# The data for an OEM ephemeris, supplied directly in the request
|
|
2268
2294
|
# rather than through an S3 object.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-groundstation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.52.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-07-
|
|
11
|
+
date: 2024-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -36,14 +36,14 @@ dependencies:
|
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '1.
|
|
39
|
+
version: '1.5'
|
|
40
40
|
type: :runtime
|
|
41
41
|
prerelease: false
|
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '1.
|
|
46
|
+
version: '1.5'
|
|
47
47
|
description: Official AWS Ruby gem for AWS Ground Station. This gem is part of the
|
|
48
48
|
AWS SDK for Ruby.
|
|
49
49
|
email:
|