aws-sdk-groundstation 1.33.0 → 1.34.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 +2 -2
- data/lib/aws-sdk-groundstation.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: efc006574a31994e1d78cdfbe1b60c6ca2dadd54ffa026cf1692013923423579
|
|
4
|
+
data.tar.gz: 5323407689951e96aa3ab4cb5844bb57d06aed5b8aed5ebfd8d068d6618c7625
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce48e8e39b403845739a512ac720f529addbf70a92f94ba52d0f0833ae7809a49495b178152d664fc15b3feceee1a8263afa48d161e52585d3e78f7b1d9d78dc
|
|
7
|
+
data.tar.gz: c12fea6ddaeba6b3a4ae7f010120f0f08dea59761089868c72fb85d6969cf6a3ad23e33d588e3bbcb84f47852f2a5064764410b79dd30c15050356332a3062f6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.34.0
|
|
@@ -1231,7 +1231,7 @@ module Aws::GroundStation
|
|
|
1231
1231
|
req.send_request(options)
|
|
1232
1232
|
end
|
|
1233
1233
|
|
|
1234
|
-
# Returns the number of minutes used by account.
|
|
1234
|
+
# Returns the number of reserved minutes used by account.
|
|
1235
1235
|
#
|
|
1236
1236
|
# @option params [required, Integer] :month
|
|
1237
1237
|
# The month being requested, with a value of 1-12.
|
|
@@ -2209,7 +2209,7 @@ module Aws::GroundStation
|
|
|
2209
2209
|
params: params,
|
|
2210
2210
|
config: config)
|
|
2211
2211
|
context[:gem_name] = 'aws-sdk-groundstation'
|
|
2212
|
-
context[:gem_version] = '1.
|
|
2212
|
+
context[:gem_version] = '1.34.0'
|
|
2213
2213
|
Seahorse::Client::Request.new(handlers, context)
|
|
2214
2214
|
end
|
|
2215
2215
|
|
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.34.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: 2023-
|
|
11
|
+
date: 2023-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|