aws-sdk-groundstation 1.51.0 → 1.53.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ccf9eb2db9e5c358bed4b38758f5c615ee973202fc7058041ef4ebb3b0bdec9
4
- data.tar.gz: 59deb1d71e41187766199328c86a35ba906bfe9738143b0766baefaf7a4d9688
3
+ metadata.gz: 326e7d4e21f1a2ce819b185cdd50ba78a3d626d90612b052c91b48979c455bd2
4
+ data.tar.gz: f5731e140ce20c10b334c2d04971981afa22cc05ee468f6843d2cd5e53347273
5
5
  SHA512:
6
- metadata.gz: c53aec67f1cd0d8774a5d1bef7b7b93142c76eeabcc2af24bcdbfd4e2b077e90314e3b6d39c2444ab2295c2de79b2ae80f45037d4ae9ba85543cab0e27f48155
7
- data.tar.gz: 0bc71f31abb6dea4bfc87e6f55a00c70650e02fcca7cf0520e044d8049705aee6a59ce41df1ef7dbc187aeb27a6ac6e8d8e53468c9c2f5136c5af5e12a8ce727
6
+ metadata.gz: 1b426a53247fbcbb9178bd074961fd96cab0d7910fac1d6141b59adcb0a6a837f4f1cdac3dddb9590440a2dcccdbffbe7b9ccea839e1ad8078b30587a2ce0ab3
7
+ data.tar.gz: a0effacac1907890569b1d179c3160e760ea3bb8dcad2067117d4d5f62eae7f9690125d92fbb2054762bf1e48c418a729ce3300568f3e3f9df9f70a700cac453
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2024-08-12)
5
+ ------------------
6
+
7
+ * Feature - Updating documentation for OEMEphemeris to link to AWS Ground Station User Guide
8
+
9
+ 1.52.0 (2024-07-10)
10
+ ------------------
11
+
12
+ * Feature - Documentation update specifying OEM ephemeris units of measurement
13
+
4
14
  1.51.0 (2024-07-02)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.53.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.51.0'
2281
+ context[:gem_version] = '1.53.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,17 @@ module Aws::GroundStation
1252
1252
  #
1253
1253
  # @!attribute [rw] oem
1254
1254
  # Ephemeris data in Orbit Ephemeris Message (OEM) format.
1255
+ #
1256
+ # AWS Ground Station processes OEM Customer Provided Ephemerides
1257
+ # according to the [CCSDS standard][1] with some extra restrictions.
1258
+ # OEM files should be in KVN format. For more detail about the OEM
1259
+ # format that AWS Ground Station supports, see [OEM ephemeris
1260
+ # format][2] in the AWS Ground Station user guide.
1261
+ #
1262
+ #
1263
+ #
1264
+ # [1]: https://public.ccsds.org/Pubs/502x0b3e1.pdf
1265
+ # [2]: https://docs.aws.amazon.com/ground-station/latest/ug/providing-custom-ephemeris-data.html#oem-ephemeris-format
1255
1266
  # @return [Types::OEMEphemeris]
1256
1267
  #
1257
1268
  # @!attribute [rw] tle
@@ -2263,6 +2274,17 @@ module Aws::GroundStation
2263
2274
 
2264
2275
  # Ephemeris data in Orbit Ephemeris Message (OEM) format.
2265
2276
  #
2277
+ # AWS Ground Station processes OEM Customer Provided Ephemerides
2278
+ # according to the [CCSDS standard][1] with some extra restrictions. OEM
2279
+ # files should be in KVN format. For more detail about the OEM format
2280
+ # that AWS Ground Station supports, see [OEM ephemeris format][2] in the
2281
+ # AWS Ground Station user guide.
2282
+ #
2283
+ #
2284
+ #
2285
+ # [1]: https://public.ccsds.org/Pubs/502x0b3e1.pdf
2286
+ # [2]: https://docs.aws.amazon.com/ground-station/latest/ug/providing-custom-ephemeris-data.html#oem-ephemeris-format
2287
+ #
2266
2288
  # @!attribute [rw] oem_data
2267
2289
  # The data for an OEM ephemeris, supplied directly in the request
2268
2290
  # rather than through an S3 object.
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-groundstation/customizations'
53
53
  # @!group service
54
54
  module Aws::GroundStation
55
55
 
56
- GEM_VERSION = '1.51.0'
56
+ GEM_VERSION = '1.53.0'
57
57
 
58
58
  end
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.51.0
4
+ version: 1.53.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-02 00:00:00.000000000 Z
11
+ date: 2024-08-12 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.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.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: