aws-sdk-groundstation 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc23dd4555b037b22508330a9007a5084f6ead00
4
- data.tar.gz: 7d4a361ae5e0087cba181af261ff4e716e86c205
3
+ metadata.gz: d9227b08287e9606245b50d9122d6b9552804236
4
+ data.tar.gz: 1a18c3e13c29d709a62389a40db1301861e9a1e6
5
5
  SHA512:
6
- metadata.gz: 0afb33f7c9d6d45a53f148c3eac1e05776bc06c58355c374be30993cc00086db2fd18f16ef0363e0e915863aa59036b9b1e409f21873145e82767ca8da354d46
7
- data.tar.gz: 73ab8eee3444ddc5a5a4b12070656ee84b546a87ac1a386f501666b0408d8ed6d07389815482fdfcb4f97330df6a6e2dd98fb3d04996920c66f82551de584def
6
+ metadata.gz: c1443d70e8c1d810ed183fcb03f90e1aea4d7abbcc28f0827a2d3036b107680ce20096ae37eb0507b301d8ed04c3e65ec42c758c3aaf8730e01aaa67790b098e
7
+ data.tar.gz: 3837c621b84855c9fba66d49601d536a7d914a37d6e5fbb3d11923ecd696a077fc11460984ed79b4e32f3478029d71d32d4f97cb389a9f1f2143812a2a8b4897
@@ -116,6 +116,10 @@ module Aws::GroundStation
116
116
  # Allows you to provide an identifier for this client which will be attached to
117
117
  # all generated client side metrics. Defaults to an empty string.
118
118
  #
119
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
120
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
121
+ # side monitoring agent is running on, where client metrics will be published via UDP.
122
+ #
119
123
  # @option options [Integer] :client_side_monitoring_port (31000)
120
124
  # Required for publishing client metrics. The port that the client side monitoring
121
125
  # agent is running on, where client metrics will be published via UDP.
@@ -1460,7 +1464,7 @@ module Aws::GroundStation
1460
1464
  params: params,
1461
1465
  config: config)
1462
1466
  context[:gem_name] = 'aws-sdk-groundstation'
1463
- context[:gem_version] = '1.0.0'
1467
+ context[:gem_version] = '1.1.0'
1464
1468
  Seahorse::Client::Request.new(handlers, context)
1465
1469
  end
1466
1470
 
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-groundstation/customizations'
42
42
  # @service
43
43
  module Aws::GroundStation
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  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.0.0
4
+ version: 1.1.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: 2019-05-28 00:00:00.000000000 Z
11
+ date: 2019-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.53.0
22
+ version: 3.56.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.53.0
32
+ version: 3.56.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement