aws-sdk-groundstation 1.38.0 → 1.39.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: 263a009a66a115ec1395eec27553aea7064d61c12bd49042ed01bfc8d0404da3
4
- data.tar.gz: 46b594cad4e3f5ecaf600a2cb5b5a9e06b1d8f0e6f4c287c009a6189a34b37a0
3
+ metadata.gz: bdba6983a479f534c278d571104a9f53e01e4119fbbbe0dec21177b5785fc6b4
4
+ data.tar.gz: 81eace1901c084e15340c761b820783cd1a797a2cd34bcb8c7c86b45f44b6b56
5
5
  SHA512:
6
- metadata.gz: 7a08d40c5a8d8cd5b7f4d12fc6598b3058759476b0c4bf41982936cc58e2761ad9c757cfb2fa43504825f340bacf1307a743d42b00ff1a5132f0253e65d3ea69
7
- data.tar.gz: 7552d8a9aa8d89a5382c80bf26353513fb134294de84f7ef968348b5d4d303fb4ca2ed5e3a26249b8442d6bab6bbb08ff112edf4c8e31774ed28724b3116d4cf
6
+ metadata.gz: 1e2090debcb9ce3b9c136347f573d9b02731a30a6d1430b0ccbe001ffe55bdb7be80908faf5bb5a322f608f56d045d16b89a9f52b96ab05ad3fd09dab5a4081d
7
+ data.tar.gz: 15fd6bf5b84ea0558de7e40ec191394716a58de5f7a4adc5e7134fd78a49714d0e87d283d76e9131f008e4c2077b03c5d7fe5c2b15eedf2a82403f755cba99ea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.38.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
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.38.0'
2232
+ context[:gem_version] = '1.39.0'
2229
2233
  Seahorse::Client::Request.new(handlers, context)
2230
2234
  end
2231
2235
 
@@ -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.38.0'
56
+ GEM_VERSION = '1.39.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.38.0
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-06 00:00:00.000000000 Z
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