aws-sdk-groundstation 1.7.0 → 1.8.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: b65ef3502c81c2c331a2f74b7c37d3e51c58cf4945f53fbbfad06228c00c7e2b
4
- data.tar.gz: 74651214bc07da3a136713a3e123fd46aca0d9bd006b74c60e87a45d7a1249d7
3
+ metadata.gz: 0b056be1d72604f9c9c520b5881516d7fccfece8d9ddb237736e67598ef62f65
4
+ data.tar.gz: 6e76216e2aec3db463a6fa38fe0409775cf93d1b1ecd8aea1295dbc375ba0d6a
5
5
  SHA512:
6
- metadata.gz: 7196af24b4e15a8f78473cb26d4de4bf55de40c426b56c9ec3d468aa4e0d00b59bccee2ca7c9b30f836e90b89b95f24d86174718830d8b5b82a488017373530a
7
- data.tar.gz: 7887fe7617e802b0877b8b7f6102e9cc59163c71459d0bc4c81e3d3c315a0c9e2f606de08c22fad09318546cbfe6fd1fe18989a2a871293e464d8c86dbc169ec
6
+ metadata.gz: 111ce4dbd19950d59ac2017d989a70418030e7716021d0cae79d8f14eabfcf4ca4854f32059222abb5750fc7c44f5c2ad64774a69a4f7d591d769fcf56958e9e
7
+ data.tar.gz: c8f7719266c37fda1039a1fa6e07b84eacfd286f0faad495c37020b1f2ba624c9dc9c540e879e505399d803fac6cf7288554844dbca7415f77b5f432dad8ef49
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-groundstation/customizations'
45
45
  # @service
46
46
  module Aws::GroundStation
47
47
 
48
- GEM_VERSION = '1.7.0'
48
+ GEM_VERSION = '1.8.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::GroundStation
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -1538,7 +1538,7 @@ module Aws::GroundStation
1538
1538
  params: params,
1539
1539
  config: config)
1540
1540
  context[:gem_name] = 'aws-sdk-groundstation'
1541
- context[:gem_version] = '1.7.0'
1541
+ context[:gem_version] = '1.8.0'
1542
1542
  Seahorse::Client::Request.new(handlers, context)
1543
1543
  end
1544
1544
 
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.7.0
4
+ version: 1.8.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: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core