aws-sdk-groundstation 1.38.0 → 1.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-groundstation/client.rb +5 -1
- 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: bdba6983a479f534c278d571104a9f53e01e4119fbbbe0dec21177b5785fc6b4
|
4
|
+
data.tar.gz: 81eace1901c084e15340c761b820783cd1a797a2cd34bcb8c7c86b45f44b6b56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e2090debcb9ce3b9c136347f573d9b02731a30a6d1430b0ccbe001ffe55bdb7be80908faf5bb5a322f608f56d045d16b89a9f52b96ab05ad3fd09dab5a4081d
|
7
|
+
data.tar.gz: 15fd6bf5b84ea0558de7e40ec191394716a58de5f7a4adc5e7134fd78a49714d0e87d283d76e9131f008e4c2077b03c5d7fe5c2b15eedf2a82403f755cba99ea
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.39.0
|
@@ -216,6 +216,10 @@ module Aws::GroundStation
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
218
218
|
#
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
221
|
+
# variables and the shared configuration file.
|
222
|
+
#
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
220
224
|
# The log formatter.
|
221
225
|
#
|
@@ -2225,7 +2229,7 @@ module Aws::GroundStation
|
|
2225
2229
|
params: params,
|
2226
2230
|
config: config)
|
2227
2231
|
context[:gem_name] = 'aws-sdk-groundstation'
|
2228
|
-
context[:gem_version] = '1.
|
2232
|
+
context[:gem_version] = '1.39.0'
|
2229
2233
|
Seahorse::Client::Request.new(handlers, context)
|
2230
2234
|
end
|
2231
2235
|
|
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.39.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-07-
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|