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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 688b8ec5c35d18f73db549aaa2fb08400b3ba1a984fc4304cd9a6b5a3e6e3588
4
- data.tar.gz: 890a5196e25d78344557ac6c067d0c693aa71d85ad0d3ce81e220ca8bbedbb78
3
+ metadata.gz: efc006574a31994e1d78cdfbe1b60c6ca2dadd54ffa026cf1692013923423579
4
+ data.tar.gz: 5323407689951e96aa3ab4cb5844bb57d06aed5b8aed5ebfd8d068d6618c7625
5
5
  SHA512:
6
- metadata.gz: 2d15cd42e93ee1e76f0e25fa4cb09182a0d16a8dd8e0dad4943f0c1b8a90b755293312a2730893364a944498824049d38dd610c6f52887fa5ce72456d3fe98a2
7
- data.tar.gz: e486dd4283bd794db67b169c88d4d46b7f2d845acc7c72db236fee100b8012fab7705f455bef88c91f444d41565fb6c2340f4c90810736b038051b6f78df8434
6
+ metadata.gz: ce48e8e39b403845739a512ac720f529addbf70a92f94ba52d0f0833ae7809a49495b178152d664fc15b3feceee1a8263afa48d161e52585d3e78f7b1d9d78dc
7
+ data.tar.gz: c12fea6ddaeba6b3a4ae7f010120f0f08dea59761089868c72fb85d6969cf6a3ad23e33d588e3bbcb84f47852f2a5064764410b79dd30c15050356332a3062f6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2023-05-30)
5
+ ------------------
6
+
7
+ * Feature - Updating description of GetMinuteUsage to be clearer.
8
+
4
9
  1.33.0 (2023-04-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
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.33.0'
2212
+ context[:gem_version] = '1.34.0'
2213
2213
  Seahorse::Client::Request.new(handlers, context)
2214
2214
  end
2215
2215
 
@@ -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.33.0'
56
+ GEM_VERSION = '1.34.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.33.0
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-04-12 00:00:00.000000000 Z
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