aws-sdk-groundstation 1.64.0 → 1.66.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: 54747325cd4bc4b120f54aa3e999efef5d1332135c04cec1a5843245dcea3799
4
- data.tar.gz: 2a131e18abb582abea0fc98d1604985faa690e91cc484ae74e5f080cfb92d6f8
3
+ metadata.gz: 9b5b76f41975a6ba8187c5263ad146a3124004888540a41b81ca12406584d8fa
4
+ data.tar.gz: ae66321ff0cbe062aad2d2aff42e12c653f037db594a9850aa96847384797c40
5
5
  SHA512:
6
- metadata.gz: 8caf1818ace51cf7fbb56cc6cb3dbd85688a38623e7e4cbae2eac12ee719bf03dfaaac3be722190e9fd5d014a8705746e97380bf87311d0161e4cf87c4af7f80
7
- data.tar.gz: 000d0bf381ca541ada4d354850e4ec825c4a0a3899def9f1d9f5b72b9f92aab80c937277b0356eb871d058d56cf8fb5f72c392ead161d7895def1b5644dacb71
6
+ metadata.gz: 287a2a8293d166d940efd246a7483637dcac503fd52524993c129690e0dc2afdc35cedf1e4810ca5d8c42195016e240e280d9e9513d852a77d76de92afb19739
7
+ data.tar.gz: 0ddbd80e4ead9397b5245795c846b33c437a5428d680fe23155b3b5a2313db10c9fa4d396697edeab24159a90fa0297fa4d98cdd7b4ba12b3a642d493e0adb2b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.65.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.64.0 (2025-04-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.66.0
@@ -200,8 +200,7 @@ module Aws::GroundStation
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -2342,7 +2341,7 @@ module Aws::GroundStation
2342
2341
  tracer: tracer
2343
2342
  )
2344
2343
  context[:gem_name] = 'aws-sdk-groundstation'
2345
- context[:gem_version] = '1.64.0'
2344
+ context[:gem_version] = '1.66.0'
2346
2345
  Seahorse::Client::Request.new(handlers, context)
2347
2346
  end
2348
2347
 
@@ -55,7 +55,7 @@ module Aws::GroundStation
55
55
  autoload :EndpointProvider, 'aws-sdk-groundstation/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-groundstation/endpoints'
57
57
 
58
- GEM_VERSION = '1.64.0'
58
+ GEM_VERSION = '1.66.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-groundstation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-04-09 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-groundstation
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-groundstation/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - AWS Ground Station
100
97
  test_files: []